From 33e35cb8b48d3f7382a6c1ee3fba5f665ffe7c70 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Thu, 7 Nov 2019 05:04:02 +0000 Subject: Update rc.inet1.conf in netconfig. Update manpage. --- netconfig | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'netconfig') diff --git a/netconfig b/netconfig index 4bc430f..2a75ef1 100644 --- a/netconfig +++ b/netconfig @@ -95,6 +95,26 @@ 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, 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" +# IPALIASES[0]="" +# USE_DHCP[0]="" +# DHCP_HOSTNAME[0]="" +# IP6ADDRS[0]="" +# USE_SLAAC[0]="" +# USE_DHCP6[0]="" + # ============================================================================= # Example of how to configure a bridge: -- cgit v1.2.3