diff options
author | root@culturestrings <root@culturestrings> | 2020-05-18 05:51:05 +0000 |
---|---|---|
committer | root@culturestrings <root@culturestrings> | 2020-05-18 05:53:02 +0000 |
commit | 4e6a290acbe02ea8a0130bd933c757de340dfb12 (patch) | |
tree | 5bbb78ad4e6d929d74db3b01b839e27839c26b25 /public/notes | |
parent | 54e046865f7c971ab6aab511525e0258d75c890f (diff) | |
download | culturestrings-4e6a290acbe02ea8a0130bd933c757de340dfb12.tar.bz2 culturestrings-4e6a290acbe02ea8a0130bd933c757de340dfb12.tar.xz |
notes: added notes on ipv6 networking on Leap-15.1.
Diffstat (limited to 'public/notes')
-rw-r--r-- | public/notes/networking/ipv6 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/public/notes/networking/ipv6 b/public/notes/networking/ipv6 new file mode 100644 index 0000000..5a956f5 --- /dev/null +++ b/public/notes/networking/ipv6 @@ -0,0 +1,10 @@ +/etc/sysconfig/network/ifcfg-eth0: +IPADDR_0='2a01:4f9:2b:20f0::2/64' +LABEL_0='ipv6' + + +/etc/sysconfig/network/ifroute-eth0: +default fe80::1 - eth0 + + +systemctl reload network |