Changes

Manually adding a new bridge

465 bytes added, 10:39, 6 February 2014
/* Configuration */
= Configuration =
Login to the first VM node and manually add the new VLAN to the existing bonding interface (<code>bond0</code>). In the following example VLAN <code>141</code> is added:
<source lang="bash">
ip link add link bond0 name vlan141 type vlan id 141
ip link set vlan141 up
ip link show vlan141
</source>
<pre>
71: vlan141@bond0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT
link/ether XX:XX:XX:XX:XX:XX brd ff:ff:ff:ff:ff:ff
</pre>
= Links =
SLB
385
edits