summaryrefslogtreecommitdiffstats
path: root/rc.inet1.conf
diff options
context:
space:
mode:
authorDarren 'Tadgy' Austin <darren@afterdark.org.uk>2018-08-13 21:37:37 +0100
committerRobby Workman <rworkman@slackware.com>2018-11-25 19:59:44 -0600
commit3494ffc880b0f3a1360e7d98c088ab840d83e12d (patch)
tree6a086b94591c3af908f061380370e9f191fd7bc4 /rc.inet1.conf
parentfa3bb0bc48de1b717bbd8721b40c9dff73a069ed (diff)
downloadslacknetsetup-3494ffc880b0f3a1360e7d98c088ab840d83e12d.tar.xz
Update rc.inet1.conf with IPv6 options
Signed-off-by: Robby Workman <rworkman@slackware.com>
Diffstat (limited to 'rc.inet1.conf')
-rw-r--r--rc.inet1.conf15
1 files changed, 14 insertions, 1 deletions
diff --git a/rc.inet1.conf b/rc.inet1.conf
index 551c4a7..090d799 100644
--- a/rc.inet1.conf
+++ b/rc.inet1.conf
@@ -44,6 +44,16 @@ DHCP_HOSTNAME[3]=""
# Default gateway IP address:
GATEWAY=""
+# IPv6 configuration options:
+#IPADDR6[0]=
+#PREFIX6[0]=
+#IPALIASES6[0]=
+#USE_DHCP6[0]=
+#USE_AUTOCONF6[0]=
+
+# Default gateway IPv6 address:
+#GATEWAY6=""
+
# Change this to "yes" for debugging output to stdout. Unfortunately,
# /sbin/hotplug seems to disable stdout so you'll only see debugging output
# when rc.inet1 is called directly.
@@ -106,7 +116,7 @@ DEBUG_ETH_UP="no"
# the default 'eth4'
#IPALIASES[4]="192.168.5.10/24" # Set up an IP alias. A netmask may be given
# with a /<prefix> after the IP address - if
- # not supplied, /32 will be used as default.
+ # not supplied, /24 will be used as default.
#HWADDR[4]="00:01:23:45:67:89" # Overrule the card's hardware MAC address
#MTU[4]="" # The default MTU is 1500, but you might need
# 1360 when you use NAT'ed IPSec traffic.
@@ -125,6 +135,9 @@ DEBUG_ETH_UP="no"
# server is not found (ipv4ll link-local
# adresses in the IP range 169.254.0.0/16 are
# also known as "zeroconf" addresses)
+#AUTOCONF6_TIMEOUT[4]="15" # The default timeout for auto configuration to
+ # wait for the interface to come up is 15 sec.
+ # Increase the timeout if required.
#WLAN_ESSID[4]=DARKSTAR # An example of how you can override _any_
# parameter defined in rc.wireless.conf, by
# prepending 'WLAN_' to the parameter's name.