From 05ad72a6c81027e977bc8566abf770cf0388899f Mon Sep 17 00:00:00 2001 From: Darren Austin Date: Thu, 24 May 2018 01:16:26 -0500 Subject: Fix up setting of IPALIASES and update docs Signed-off-by: Robby Workman --- rc.inet1.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rc.inet1.conf') diff --git a/rc.inet1.conf b/rc.inet1.conf index cde99a9..551c4a7 100644 --- a/rc.inet1.conf +++ b/rc.inet1.conf @@ -104,7 +104,9 @@ 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 / 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. -- cgit v1.2.3