Changes

Manually adding a new bridge

310 bytes added, 11:26, 6 February 2014
/* Create a new bridging device */
config_${bridgeName}="${nodeIp}/${prefixLength} brd ${broadcast}"
EOF
</source>
 
To bring the bridge up, an init script is required. Simply symlink the <code>net.lo</code> script to the new bridge name's script, here <code>net.vmbr4</code> is assumed:
<source lang="bash">
ln -s /etc/init.d/net.lo /etc/init.d/net.vmbr4
rc-update add net.vmbr4 default
/etc/init.d/net.vmbr4 start
</source>
= Links =
SLB
385
edits