Changes

Manually adding a new bridge

540 bytes added, 10:44, 6 February 2014
/* Configuration */
link/ether XX:XX:XX:XX:XX:XX brd ff:ff:ff:ff:ff:ff
</pre>
 
In order to bring the newly configured VLAN up after a system reboot, the network configuration needs to be extended. Edit <code>/etc/conf.d/net</code> and add the following entry:
<source lang="bash">
$EDITOR /etc/conf.d/net
</source>
<source lang="bash">
# [...]
 
#-----------------------------------------------------------------------------
# VLAN (802.1q support)
vlans_bond0="130 120 110 140 141"
 
# pub VLAN
vlan140_name="vlan140"
config_vlan140="null"
 
# pub2 VLAN
vlan141_name="vlan141"
config_vlan141="null"
 
# [...]
</source>
= Links =
SLB
385
edits