Ignore:
Timestamp:
12/04/2014 09:45:56 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0583122c
Parents:
a5416837
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/virtualization/qemu.xml

    ra5416837 r670f775  
    279279
    280280      <listitem>
     281        <para>Allow the network connection when running as a part of the
     282        kvm group:</para>
     283
     284<screen role="root"><userinput>chgrp kvm  /usr/libexec/qemu-bridge-helper &amp;&amp;
     285chmod 4750 /usr/libexec/qemu-bridge-helper</userinput></screen>
     286
     287      </listitem>
     288
     289      <listitem>
     290        <para>Set up a required configuration file:</para>
     291
     292<screen role="root"><userinput>echo 'allow br0' &gt; /etc/qemu/bridge.conf</userinput></screen>
     293
     294      </listitem>
     295
     296     
     297
     298
     299<!--
     300      <listitem>
    281301        <para>Create scripts for qemu to attach the client network
    282302        device, usually visible as tap0, to the host bridge.</para>
     
    327347      appear in the final scripts.</para></note>
    328348
    329     <itemizedlist spacing="compact">
    330       <listitem>
    331         <para>Start qemu with "-net nic -net tap" options.  </para>
     349    <itemizedlist spacing="compact"> -->
     350      <listitem>
     351        <!--<para>Start qemu with "-net nic -net tap" options.  </para>-->
     352        <para>Start qemu with "-net nic -net bridge" options.  </para>
    332353      </listitem>
    333354
    334355      <listitem>
    335356        <para>If a connection, such as ssh, from the local network to the
    336         client VM is desired, the client should probably be configured
     357        client VM is desired, the client should be configured
    337358        with a static IP address.</para>
    338359      </listitem>
Note: See TracChangeset for help on using the changeset viewer.