From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Blanchard Subject: Re: kvm-79 works on rhel5.2?? Date: Fri, 28 Nov 2008 15:06:09 +0100 Message-ID: <492FFAD1.7040600@gmail.com> References: <492ED26D.2080105@gmail.com> <492F9CC1.9020909@gmail.com> <1227860226.3643.1.camel@blaa> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: carlopmart , "kvm@vger.kernel.org" To: Mark McLoughlin Return-path: Received: from smail4.alcatel.fr ([62.23.212.167]:58030 "EHLO smail4.alcatel.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751485AbYK1OGn (ORCPT ); Fri, 28 Nov 2008 09:06:43 -0500 In-Reply-To: <1227860226.3643.1.camel@blaa> Sender: kvm-owner@vger.kernel.org List-ID: 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=3Dtap1,script=3Dno,downscript=3Dno ... Of course, you may also use the scripts callback to simplify the process. -- Eric Mark McLoughlin a =E9crit : > On Fri, 2008-11-28 at 08:24 +0100, Eric Blanchard wrote: >=20 >> 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. >=20 > That shouldn't be necessary, see here: >=20 > http://wiki.libvirt.org/page/Networking#Fedora.2FRHEL_Bridging >=20 > (These bridging instructions don't require libvirt) >=20 > Cheers, > Mark. >=20 > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >=20