hi Robert,<br><br><div class="gmail_quote">On Sun, Dec 14, 2008 at 4:33 AM, Robert L Cochran <span dir="ltr">&lt;<a href="mailto:cochranb@speakeasy.net">cochranb@speakeasy.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
How do I change the networking in Virtual Machine Manager to simply pass<br>
all the dhcp calls to my network? Or is there a good reason to let the<br>
Manager do its own 192.168.122.x network?<br>
</blockquote><div><br></div></div>I&#39;m not using Fedora 10 but Pardus. Nevertheless, I had a similar
problem with bridged networking, I couldn&#39;t get it to work with
Virtual Machine Manager. Maybe the support was missing from my version.<br><br>Basically, what you need to do is:<br>1) Create a network bridge<br>2) Create an ifup script<br>3) when starting kvm, start it with tap networking and then use the script (2) to add that tap adapter to the bridge (1).<br>
<br>I use qtemu svn as a graphic frontend, until things get easier with Virt-Manager, with this bridged networking and virtio stuff.<br><br>Emre<br>