diff options
Diffstat (limited to 'rc.inet1.conf')
-rw-r--r-- | rc.inet1.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/rc.inet1.conf b/rc.inet1.conf index a39e5a1..c47497f 100644 --- a/rc.inet1.conf +++ b/rc.inet1.conf @@ -73,6 +73,20 @@ DEBUG_ETH_UP="no" # ============================================================================= +# Example of how to configure a VLAN interface. +# The VLAN ID is taken from the full interface name. +# 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: # Note the added "BRNICS" variable which contains a space-separated list # of the physical or virtual network interfaces you want to add to the bridge. |