From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N8UNy-0006Rp-6a for qemu-devel@nongnu.org; Thu, 12 Nov 2009 02:46:30 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N8UNs-0006MI-Is for qemu-devel@nongnu.org; Thu, 12 Nov 2009 02:46:28 -0500 Received: from [199.232.76.173] (port=41016 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8UNs-0006MA-AX for qemu-devel@nongnu.org; Thu, 12 Nov 2009 02:46:24 -0500 Received: from mx20.gnu.org ([199.232.41.8]:20076) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N8UNr-00089m-L2 for qemu-devel@nongnu.org; Thu, 12 Nov 2009 02:46:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N8UNq-0004vp-3S for qemu-devel@nongnu.org; Thu, 12 Nov 2009 02:46:22 -0500 Subject: Re: [Qemu-devel] Problems with bridge Networking From: Mark McLoughlin In-Reply-To: <843724310911111931w28354ae6uc32913b2061c63d4@mail.gmail.com> References: <843724310911111931w28354ae6uc32913b2061c63d4@mail.gmail.com> Content-Type: text/plain Date: Thu, 12 Nov 2009 07:43:48 +0000 Message-Id: <1258011828.22847.13.camel@blaa> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Reply-To: Mark McLoughlin List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Armin Garcia Cc: qemu-devel@nongnu.org On Thu, 2009-11-12 at 03:31 +0000, Armin Garcia wrote: > I have the next problem.... I configure the tun/tap and all great any error, > I have an IP from my dhcp, I can see my virtual machine (winxp) from my > other computers, but !!!! In my virtual machine I cant connect to internet, > I mean, when I start my browser it doenst resolve anything, I cant see > google or any another web page.... I don't see an obvious problem; running tcpdump against the tap device will give you more information as to what's going on Also, make sure /proc/sys/net/bridge/bridge-nf-call-iptables is zero Cheers, Mark.