diff options
author | Darren 'Tadgy' Austin <darren@afterdark.org.uk> | 2019-11-07 04:25:37 +0000 |
---|---|---|
committer | Darren 'Tadgy' Austin <darren@afterdark.org.uk> | 2019-11-07 04:25:37 +0000 |
commit | d66ca96733f0292d4a6d1aad8bc24ecc6c4906de (patch) | |
tree | 05f313bc435c5b334b02a524c94f1785e3cc587e /rc.inet1.conf | |
parent | 1e091a1493fc3f54396bfc4d4cbfd559dee95264 (diff) | |
download | slacknetsetup-d66ca96733f0292d4a6d1aad8bc24ecc6c4906de.tar.xz |
Document MAXNICS in rc.inet1.conf. Extended VLAN description.
Diffstat (limited to 'rc.inet1.conf')
-rw-r--r-- | rc.inet1.conf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/rc.inet1.conf b/rc.inet1.conf index c47497f..ce22cd3 100644 --- a/rc.inet1.conf +++ b/rc.inet1.conf @@ -71,10 +71,16 @@ GATEWAY6="" # Change this to "yes" for debugging output to stdout. DEBUG_ETH_UP="no" +# MAXNICS is the maximum number of interfaces that will be configured. +# You may need to increase the MAXNICS value if you have many interfaces, or +# you use multiple VLANs and/or bridges. The default is 6. +# MAXNICS="6" + # ============================================================================= # Example of how to configure a VLAN interface. -# The VLAN ID is taken from the full interface name. +# The VLAN ID is taken from the full interface name, which is comprised of the +# underlying interface name, a period (.) and then the VLAN ID. # IFNAME[0]="eth0.10" # IPADDR[0]="192.168.10.1" # NETMASK[0]="24" |