Changes

Manually adding a new bridge

4 bytes added, 08:23, 21 February 2014
/* Add the new VLAN on top of the bonding interface */
</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 entryentries:
$EDITOR /etc/conf.d/net
# VLAN (802.1q support)
# add ## Add the new vlan to the bond device
vlans_bond0="130 120 110 140 141"
16
edits