From 3494ffc880b0f3a1360e7d98c088ab840d83e12d Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Mon, 13 Aug 2018 21:37:37 +0100 Subject: Update rc.inet1.conf with IPv6 options Signed-off-by: Robby Workman --- rc.inet1.conf | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'rc.inet1.conf') 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 / 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. -- cgit v1.2.3