diff options
author | Darren Austin <darren@slackware.uk> | 2018-05-24 01:16:26 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackware.com> | 2018-05-24 01:23:40 -0500 |
commit | 05ad72a6c81027e977bc8566abf770cf0388899f (patch) | |
tree | 2d4a8eb344f5110de612af51a909c5558f1eec88 /netconfig | |
parent | 38edd98bc9701f317c43fddafcbf2e808c969293 (diff) | |
download | slacknetsetup-05ad72a6c81027e977bc8566abf770cf0388899f.tar.xz |
Fix up setting of IPALIASES and update docscurrent-20180531
Signed-off-by: Robby Workman <rworkman@slackware.com>
Diffstat (limited to 'netconfig')
-rw-r--r-- | netconfig | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -128,10 +128,13 @@ DEBUG_ETH_UP="no" ## Config information for wlan0: #IFNAME[4]="wlan0" # Use a different interface name instead of # the default 'eth4' -#IFNAME[4]="eth0:1" # Set up an IP alias. +#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. #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. +#PROMISCUOUS[4]="yes" # Set promiscuous mode on the interface. #DHCP_TIMEOUT[4]=15 # The default timeout for the DHCP client to # wait for server resonse is 15 seconds, but # you might want a shorter or longer wait. |