12
edits
Changes
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