diff options
author | Darren 'Tadgy' Austin <darren@afterdark.org.uk> | 2019-11-06 18:54:11 +0000 |
---|---|---|
committer | Robby Workman <rworkman@slackware.com> | 2019-11-06 19:52:24 -0600 |
commit | 9a7d11b30271023f0ec5bffde6df7b0646428e7e (patch) | |
tree | bc02573835690fd9a38bb252aefd8a68437e18e4 /rc.inet1.conf | |
parent | 8639c80c44736c09e56c095813991112f0dbd4ec (diff) | |
download | slacknetsetup-9a7d11b30271023f0ec5bffde6df7b0646428e7e.tar.xz |
Put IPv6 config with the IPv4 config in rc.inet1.conf
Diffstat (limited to 'rc.inet1.conf')
-rw-r--r-- | rc.inet1.conf | 31 |
1 files changed, 17 insertions, 14 deletions
diff --git a/rc.inet1.conf b/rc.inet1.conf index 73ced0f..a39e5a1 100644 --- a/rc.inet1.conf +++ b/rc.inet1.conf @@ -23,6 +23,10 @@ NETMASK[0]="" IPALIASES[0]="" USE_DHCP[0]="" DHCP_HOSTNAME[0]="" +# IPv6 config information for eth0: +IP6ADDRS[0]="" +USE_SLAAC[0]="" +USE_DHCP6[0]="" # IPv4 config information for eth1: IPADDR[1]="" @@ -30,6 +34,10 @@ NETMASK[1]="" IPALIASES[1]="" USE_DHCP[1]="" DHCP_HOSTNAME[1]="" +# IPv6 config information for eth1: +IP6ADDRS[1]="" +USE_SLAAC[1]="" +USE_DHCP6[1]="" # IPv4 config information for eth2: IPADDR[2]="" @@ -37,6 +45,10 @@ NETMASK[2]="" IPALIASES[2]="" USE_DHCP[2]="" DHCP_HOSTNAME[2]="" +# IPv6 config information for eth2: +IP6ADDRS[2]="" +USE_SLAAC[2]="" +USE_DHCP6[2]="" # IPv4 config information for eth3: IPADDR[3]="" @@ -44,23 +56,14 @@ NETMASK[3]="" IPALIASES[3]="" USE_DHCP[3]="" DHCP_HOSTNAME[3]="" +# IPv6 config information for eth3: +IP6ADDRS[3]="" +USE_SLAAC[3]="" +USE_DHCP6[3]="" # IPv4 default gateway IP address: GATEWAY="" - -# ============================================================================= - -# IPv6 config information for eth0: -IP6ADDRS[0]="" -USE_SLAAC[0]="" -USE_DHCP6[0]="" - -# IPv6 config information for eth1: -IP6ADDRS[1]="" -USE_SLAAC[1]="" -USE_DHCP6[1]="" - -# IPv6 default gateway address: +# IPv6 default gateway IP address: GATEWAY6="" # ============================================================================= |