diff options
author | root@culturestrings <root@culturestrings> | 2020-07-01 08:57:05 +0000 |
---|---|---|
committer | root@culturestrings <root@culturestrings> | 2020-07-01 08:57:05 +0000 |
commit | 2caf08d5dd9d82087c16390a34e8ab169be75369 (patch) | |
tree | 93f726587321c6e03fd86f74088e57dbbc2a1292 /public/notes | |
parent | 065c23e1561fad50c66c30447a4886d2727a47cf (diff) | |
download | culturestrings-2caf08d5dd9d82087c16390a34e8ab169be75369.tar.bz2 culturestrings-2caf08d5dd9d82087c16390a34e8ab169be75369.tar.xz |
networking: introduced $vpn_net4, $vpn_ipv5, $host_ipv4, $host_ipv6.
Diffstat (limited to 'public/notes')
-rw-r--r-- | public/notes/networking/ipv6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/notes/networking/ipv6 b/public/notes/networking/ipv6 index 5a956f5..0fab21d 100644 --- a/public/notes/networking/ipv6 +++ b/public/notes/networking/ipv6 @@ -1,5 +1,5 @@ /etc/sysconfig/network/ifcfg-eth0: -IPADDR_0='2a01:4f9:2b:20f0::2/64' +IPADDR_0='@host_ipv6@::2/64' LABEL_0='ipv6' |