<div>I'm using:</div><div> virt-manager 0.9.0</div><div>Fedora 16</div><div>KDE 4.7.4</div><div>network manager 0.9.2-1</div><div><br></div><div>I want to have bridged connections so my VMs can be on the same network segment as the host.  I used the instructions on here:  <a href="http://www.linux-kvm.com/content/bridged-networking-virt-manager-083">http://www.linux-kvm.com/content/bridged-networking-virt-manager-083</a>  When I did that, it made my ethernet connection go away.  It seemed to freeze up, so I stopped the process.  After that I had no ethernet connection so I had to go into network manager and add it back in.  When I tried it again, I once again lost my ethernet connection.  </div>
<div><br></div><div>So I looked around on Linuxquestions.org and found instructions to do the following:</div><div><br></div><div>create /etc/sysconfig/network-scripts/ifcfg-br0 by copying it from /etc/sysconfig/network-scripts/ifcfg-eth0 then edit both files to match what you need, something like I have listed below</div>
<div><br></div><div><br></div><div>/etc/sysconfig/network-scripts/ifcfg-br0</div><div>Code:</div><div>DEVICE="br0"</div><div>ONBOOT=yes</div><div>TYPE=Bridge</div><div>BOOTPROTO=static</div><div>IPADDR=192.168.10.40</div>
<div>GATEWAY=192.168.10.1</div><div>DELAY=0</div><div><br></div><div>/etc/sysconfig/network-scripts/ifcfg-eth0</div><div>Code:</div><div>DEVICE="eth0"</div><div>ONBOOT=yes</div><div>TYPE=Ethernet</div><div>HWADDR=00:12:13:14:AB:CD</div>
<div>BRIDGE=br0</div><div>Then do 'service network restart'</div><div><br></div><div>On my computer instead of DEVICE it has NAME.  So I set it up like this:</div><div><br></div><div>cat ifcfg-br0 </div><div>TYPE=Bridge</div>
<div>BOOTPROTO=none</div><div>IPADDR0=192.168.1.17</div><div>PREFIX0=24</div><div>GATEWAY0=192.168.1.1</div><div>DNS1=192.168.1.7</div><div>DEFROUTE=yes</div><div>IPV4_FAILURE_FATAL=yes</div><div>IPV6INIT=no</div><div>NAME=br0</div>
<div>ONBOOT=yes</div><div><br></div><div><br></div><div>When I put the BRIDGE=br0 into my eth0, it stopped working correctly.  What do I have to do to get this set up correctly?  </div><div><br></div><div><br></div><div>One other question - would I need to set up a brX for each VM?</div>
<div><br></div><div>Thank you</div>--<br>Eric Mesa<br><a href="http://www.ericsbinaryworld.com">http://www.ericsbinaryworld.com</a><br>