From owner-freebsd-questions@FreeBSD.ORG Sun Jan 30 06:45:54 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71B7116A4CE for ; Sun, 30 Jan 2005 06:45:54 +0000 (GMT) Received: from elsaurio.com.ar (200-32-4-157.prima.net.ar [200.32.4.157]) by mx1.FreeBSD.org (Postfix) with SMTP id DE63943D39 for ; Sun, 30 Jan 2005 06:45:50 +0000 (GMT) (envelope-from l0kit0@exactas.org) Received: (qmail 16156 invoked from network); 30 Jan 2005 06:46:44 -0000 Received: from unknown (HELO 45-179-114-200.fibertel.com.ar) (200.114.179.45) by 200-32-4-157.prima.net.ar with SMTP; 30 Jan 2005 06:46:44 -0000 From: Luciano Musacchio To: freebsd-questions@freebsd.org Date: Sun, 30 Jan 2005 03:42:36 -0300 User-Agent: KMail/1.7.2 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501300342.37122.l0kit0@exactas.org> Subject: network problem with emulators/qemu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 06:45:54 -0000 I need to make linux (gentoo) run (emulated) under fbsd 5.3, I'm using QEMU from ports. I get host and guest pinged ok, but I can't make guest get inet. There's one thing that doesn't seem to match the info I googled (qemu-docs says this too), when QEMU starts it doesn't says "Connected to host network interface: tun0", btw I can't distinguish from tun and tap, the man pages are almost equal(!?). So I've ignored this and go on with tap0 in my experiments. Im using NAT in my box (for the 192.168.0 network), and this is the line I added to ipnat.conf: "map tun0 172.20.0.0/24 -> 0/32"... but I don't think there's the problem. Please, ask me if you need more info... I'm totally lost with this one :/ thanks