summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren 'Tadgy' Austin <darren@afterdark.org.uk>2019-12-17 16:04:14 +0000
committerDarren 'Tadgy' Austin <darren@afterdark.org.uk>2019-12-17 16:04:14 +0000
commit4b59a24a63c4f39be503e7f4467e94620a33f888 (patch)
tree6d092db89a67c07be3cb4cd8850138fbb49a2849
parent5f158fa05fdb8cdeef5a211e37bc1ba5a2582c07 (diff)
downloadslacknetsetup-4b59a24a63c4f39be503e7f4467e94620a33f888.tar.xz
A couple of updates to netconfig and rc.inet1.conf.
-rw-r--r--netconfig10
-rw-r--r--rc.inet1.conf3
2 files changed, 8 insertions, 5 deletions
diff --git a/netconfig b/netconfig
index 3a90a4f..f125455 100644
--- a/netconfig
+++ b/netconfig
@@ -118,7 +118,8 @@ GATEWAY6="$GATEWAY6"
# degradation. In 'active-backup' mode, the 'primary' option should also be
# supplied. When using '802.3ad' mode, set "lacp_rate fast" for faster
# recovery from an interface failure. In other modes, the 'xmit_hash_policy'
-# should be set.
+# should be set. See the /usr/src/linux/Documentation/networking/bonding.txt
+# file (search for "Bonding Driver Options") for the full set of options.
#IFNAME[0]="bond0"
#BONDNICS[0]="eth0 eth1"
#BONDMODE[0]="balance-rr"
@@ -220,9 +221,10 @@ GATEWAY6="$GATEWAY6"
# Some examples of additional network parameters that you can use.
#IFNAME[4]="wlan0" # Use a different interface name instead of
# 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, /24 will be used as default.
+#IPALIASES[4]="192.168.5.10/24" # A space delimited list of CIDR formatted IP
+ # aliases to assign to the interface after it
+ # has come up. If no /<prefix> is given after
+ # the IP address, /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.
diff --git a/rc.inet1.conf b/rc.inet1.conf
index f5d6416..5081ee5 100644
--- a/rc.inet1.conf
+++ b/rc.inet1.conf
@@ -81,7 +81,8 @@ GATEWAY6=""
# degradation. In 'active-backup' mode, the 'primary' option should also be
# supplied. When using '802.3ad' mode, set "lacp_rate fast" for faster
# recovery from an interface failure. In other modes, the 'xmit_hash_policy'
-# should be set.
+# should be set. See the /usr/src/linux/Documentation/networking/bonding.txt
+# file (search for "Bonding Driver Options") for the full set of options.
#IFNAME[0]="bond0"
#BONDNICS[0]="eth0 eth1"
#BONDMODE[0]="balance-rr"