From owner-freebsd-questions@FreeBSD.ORG Fri Sep 21 02:10:00 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5740116A418 for ; Fri, 21 Sep 2007 02:10:00 +0000 (UTC) (envelope-from mlt01+OR=2fd092b8@mlists.homeunix.com) Received: from turtle-out.mxes.net (turtle-out.mxes.net [216.86.168.191]) by mx1.freebsd.org (Postfix) with ESMTP id 3449F13C45B for ; Fri, 21 Sep 2007 02:10:00 +0000 (UTC) (envelope-from mlt01+OR=2fd092b8@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by turtle-in.mxes.net (Postfix) with ESMTP id 7D5AD10544 for ; Thu, 20 Sep 2007 21:47:11 -0400 (EDT) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id B819E5193C for ; Thu, 20 Sep 2007 21:47:09 -0400 (EDT) Date: Fri, 21 Sep 2007 02:47:06 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070921024706.47a4094c@gumby.homeunix.com.> In-Reply-To: <20070920112119.GA43389@polands.org> References: <20070920112119.GA43389@polands.org> X-Mailer: Claws Mail 3.0.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: QEMU and tap problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 02:10:00 -0000 On Thu, 20 Sep 2007 06:21:20 -0500 Doug Poland wrote: > > Hello, > > I've been following the various instructions I've found on the web in > an attempt to get tap networking with qemu-devel-0.9.0s.20070802 and > Are you actually sure that you actually need tap? A lot of the how-tos are out of date - recent versions of Qemu can give a guest network access without it. > Windows thinks it has connectivity, but I cannot ping the default > gateway from the guest and I cannot ping the IP of the guest from the > host. This suggest you are accessing the net without tap, ping is a setuid binary so pings generated in the guest can't be passed on by qemu.