Hello,
<div><br></div><div>I want to configure qemu-kvm for bridged networking (Fedora-16-x86_64-Live-Desktop, WMvare 8) and I have found this site <a href="http://fedorasolved.org/Members/kc8hfi/qemu-kvm-bridged-networking">http://fedorasolved.org/Members/kc8hfi/qemu-kvm-bridged-networking</a> , but I have some problems with configuration.</div>
<div><div><span style="background-color:rgb(255,255,255);font-family:&#39;Lucida Grande&#39;,Verdana,Lucida,Helvetica,Arial,sans-serif;font-size:12px;line-height:1.5em"><br></span></div><div><span style="background-color:rgb(255,255,255);font-family:&#39;Lucida Grande&#39;,Verdana,Lucida,Helvetica,Arial,sans-serif;font-size:12px;line-height:1.5em"><i>4. Disable NetworkManager.</i></span></div>
<div><ol style="line-height:1.5em;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0.5em;margin-right:0px;margin-bottom:0px;margin-left:2.5em;font-family:&#39;Lucida Grande&#39;,Verdana,Lucida,Helvetica,Arial,sans-serif;font-size:12px;background-color:rgb(255,255,255)">
<pre style="font-family:Monaco,&#39;Courier New&#39;,Courier,monospace;padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(140,172,187);border-right-color:rgb(140,172,187);border-bottom-color:rgb(140,172,187);border-left-color:rgb(140,172,187);background-color:rgb(222,231,236);overflow-x:auto;overflow-y:auto;white-space:pre-wrap">
<i>systemctl disable NetworkManager</i></pre></ol></div></div><div><font face="&#39;Lucida Grande&#39;, Verdana, Lucida, Helvetica, Arial, sans-serif"><span style="font-size:12px;line-height:18px">It doesn&#39;t work, I receive message: Failed to issue method call: Invalid argument</span></font></div>
<div><font face="&#39;Lucida Grande&#39;, Verdana, Lucida, Helvetica, Arial, sans-serif"><span style="font-size:12px;line-height:18px"><br></span></font></div><div><i style="background-color:rgb(255,255,255);font-family:&#39;Lucida Grande&#39;,Verdana,Lucida,Helvetica,Arial,sans-serif;font-size:12px;line-height:1.5em"><br>
</i></div><div><span style="background-color:rgb(255,255,255);font-family:&#39;Lucida Grande&#39;,Verdana,Lucida,Helvetica,Arial,sans-serif;font-size:12px;line-height:1.5em"><i>10. </i></span><i style="background-color:rgb(255,255,255);font-family:&#39;Lucida Grande&#39;,Verdana,Lucida,Helvetica,Arial,sans-serif;font-size:12px;line-height:1.5em">Running programs as root is generally a bad idea, so we need to set things up so that your regular user account can run qemu.  The network bridge and the tap device all need to be up and running before you can run qemu.  Add the following to /etc/rc.d/rc.local to configure the tap interface, and bring it up.  Make sure you put YOUR USERNAME in where it says &lt;your username&gt;.  For example, if your username is fedora, then that line will look like:</i></div>
<div><ol style="line-height:1.5em;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0.5em;margin-right:0px;margin-bottom:0px;margin-left:2.5em;font-family:&#39;Lucida Grande&#39;,Verdana,Lucida,Helvetica,Arial,sans-serif;font-size:12px;background-color:rgb(255,255,255)">
<pre style="font-family:Monaco,&#39;Courier New&#39;,Courier,monospace;padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(140,172,187);border-right-color:rgb(140,172,187);border-bottom-color:rgb(140,172,187);border-left-color:rgb(140,172,187);background-color:rgb(222,231,236);overflow-x:auto;overflow-y:auto;white-space:pre-wrap">
<i>username=fedora</i></pre><pre style="font-family:Monaco,&#39;Courier New&#39;,Courier,monospace;padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(140,172,187);border-right-color:rgb(140,172,187);border-bottom-color:rgb(140,172,187);border-left-color:rgb(140,172,187);background-color:rgb(222,231,236);overflow-x:auto;overflow-y:auto;white-space:pre-wrap">
<i>#substitute tap0, br0, username to whatever your information is<br>interface=&quot;tap0&quot;<br>bridge=&quot;br0&quot;<br>username=&quot;&lt;your username&gt;&quot;<br>
#add a tap interface owned by your user<br>tunctl -u $username -t $interface<br>

#add this interface to the bridge<br>brctl addif $bridge $interface<br>
#bring the interface up<br>ifconfig $interface up</i></pre></ol></div><div><font face="&#39;Lucida Grande&#39;, Verdana, Lucida, Helvetica, Arial, sans-serif"><span style="font-size:12px;line-height:18px">There is no such file/directory as /etc/rc.d/rc.local</span></font></div>
<div><span style="background-color:rgb(255,255,255);font-family:&#39;Lucida Grande&#39;,Verdana,Lucida,Helvetica,Arial,sans-serif;font-size:12px;line-height:1.5em"><br></span></div><div><span style="background-color:rgb(255,255,255);font-family:&#39;Lucida Grande&#39;,Verdana,Lucida,Helvetica,Arial,sans-serif;font-size:12px;line-height:1.5em"><i>17. If you do not reboot your box, you&#39;ll need to bring up everything</i></span></div>
<div><ol style="line-height:1.5em;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0.5em;margin-right:0px;margin-bottom:0px;margin-left:2.5em;font-family:&#39;Lucida Grande&#39;,Verdana,Lucida,Helvetica,Arial,sans-serif;font-size:12px;background-color:rgb(255,255,255)">
<pre style="font-family:Monaco,&#39;Courier New&#39;,Courier,monospace;padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(140,172,187);border-right-color:rgb(140,172,187);border-bottom-color:rgb(140,172,187);border-left-color:rgb(140,172,187);background-color:rgb(222,231,236);overflow-x:auto;overflow-y:auto;white-space:pre-wrap">
<i>systemctl start network.service</i></pre></ol></div><div><font face="&#39;Lucida Grande&#39;, Verdana, Lucida, Helvetica, Arial, sans-serif"><span style="font-size:12px;line-height:18px">Message: Job Failed</span></font></div>
<div><font face="&#39;Lucida Grande&#39;, Verdana, Lucida, Helvetica, Arial, sans-serif"><span style="font-size:12px;line-height:18px"><br></span></font></div><div><font face="&#39;Lucida Grande&#39;, Verdana, Lucida, Helvetica, Arial, sans-serif"><span style="font-size:12px;line-height:18px">How can I resolve those problems?</span></font></div>
<div><font face="&#39;Lucida Grande&#39;, Verdana, Lucida, Helvetica, Arial, sans-serif"><span style="font-size:12px;line-height:18px"><br></span></font></div><div><font face="&#39;Lucida Grande&#39;, Verdana, Lucida, Helvetica, Arial, sans-serif"><span style="font-size:12px;line-height:18px">Greetings,</span></font></div>
<div><font face="&#39;Lucida Grande&#39;, Verdana, Lucida, Helvetica, Arial, sans-serif"><span style="font-size:12px;line-height:18px">Daniel </span></font></div>