Simplify qemu configuration instructions for connecting to a network bridge.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15134 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2014-12-04 21:45:56 +00:00
parent a54168379f
commit 670f775949
3 changed files with 29 additions and 3 deletions

View File

@ -47,6 +47,10 @@
<listitem>
<para>December 4th, 2014</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Simplify qemu configuration instructions
for connecting to a network bridge.</para>
</listitem>
<listitem>
<para>[fernando] - Comment out unused sed in libsigc++-2.4.0.</para>
</listitem>

View File

@ -28,6 +28,7 @@
<listitem><para>Fernando de Oliveira </para></listitem>
<listitem><para>Bruce Dubbs </para></listitem>
<listitem><para>Pierre Labastie </para></listitem>
<listitem><para>Ken Moffat </para></listitem>
<listitem><para>Ragnar Thomsen </para></listitem>
<listitem><para>Igor &#381;ivkovi&#263;</para></listitem>

View File

@ -277,6 +277,26 @@ EOF</userinput></screen>
</listitem>
<listitem>
<para>Allow the network connection when running as a part of the
kvm group:</para>
<screen role="root"><userinput>chgrp kvm /usr/libexec/qemu-bridge-helper &amp;&amp;
chmod 4750 /usr/libexec/qemu-bridge-helper</userinput></screen>
</listitem>
<listitem>
<para>Set up a required configuration file:</para>
<screen role="root"><userinput>echo 'allow br0' &gt; /etc/qemu/bridge.conf</userinput></screen>
</listitem>
<!--
<listitem>
<para>Create scripts for qemu to attach the client network
device, usually visible as tap0, to the host bridge.</para>
@ -326,14 +346,15 @@ chmod +x /etc/qemu-ifdown</userinput></screen>
for cut/paste operations. The backslashes should <emphasis>not</emphasis>
appear in the final scripts.</para></note>
<itemizedlist spacing="compact">
<itemizedlist spacing="compact"> -->
<listitem>
<para>Start qemu with "-net nic -net tap" options. </para>
<!--<para>Start qemu with "-net nic -net tap" options. </para>-->
<para>Start qemu with "-net nic -net bridge" options. </para>
</listitem>
<listitem>
<para>If a connection, such as ssh, from the local network to the
client VM is desired, the client should probably be configured
client VM is desired, the client should be configured
with a static IP address.</para>
</listitem>