Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Using private IPs for Hardware Nodes

2 bytes removed, 11:24, 30 November 2007
m
Set up a bridge on a HN: readability
==== Set up a bridge on a HN ====
This can be done by configuring the <code>ifcfg-*</code> files located in <code>/etc/sysconfig/network-scripts/</code>.
Assuming you had a configuration file (e.g. <code>ifcfg-eth0</code>) like:
</pre>
To make automatically create bridge <code>br0</code> automatically created you can create <code>ifcfg-br0</code>:
<pre>
DEVICE=br0
</pre>
and edit <code>ifcfg-eth0</code> file to add the <code>eth0</code> interface into the bridge <code>br0</code>:
<pre>
DEVICE=eth0
12
edits