You are perfectly right, I just need the *tunctl* command because I use to create the tap interfaces before launching the VMs and instruct qemu to not create it.
example: - create the tap1 intreface with tunctl - put it on the bridge - run qemu ... -net tap,ifname=tap1,script=no,downscript=no ... Of course, you may also use the scripts callback to simplify the process. -- Eric Mark McLoughlin a écrit : > On Fri, 2008-11-28 at 08:24 +0100, Eric Blanchard wrote: > >> In order to build a bridged network configuration for VMs and >> host, I just had to build the *tunctl* command (got sources from >> UML project http://www.user-mode-linux.org/) that was missing >> in RHEL. > > That shouldn't be necessary, see here: > > http://wiki.libvirt.org/page/Networking#Fedora.2FRHEL_Bridging > > (These bridging instructions don't require libvirt) > > Cheers, > Mark. > > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to [EMAIL PROTECTED] > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
