From owner-freebsd-questions@FreeBSD.ORG Thu Mar 10 03:00:04 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 4CCEE16A4CE for ; Thu, 10 Mar 2005 03:00:04 +0000 (GMT) Received: from vms046pub.verizon.net (vms046pub.verizon.net [206.46.252.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D22C43D2F for ; Thu, 10 Mar 2005 03:00:04 +0000 (GMT) (envelope-from bsdzz@verizon.net) Received: from [10.0.0.25] ([68.236.212.14])0.04 <0ID40013Q8BRJRE0@vms046.mailsrvcs.net> for freebsd-questions@freebsd.org; Wed, 09 Mar 2005 21:00:03 -0600 (CST) Date: Wed, 09 Mar 2005 22:00:15 -0500 From: bsdzz In-reply-to: <200503092340.02452.l0kit0@exactas.org> To: Luciano Musacchio Message-id: <422FB83F.9000008@verizon.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit X-Accept-Language: en-us, en References: <422FB1C5.8030500@verizon.net> <200503092340.02452.l0kit0@exactas.org> User-Agent: Mozilla Thunderbird 1.0 (X11/20050226) cc: freebsd-questions@freebsd.org Subject: Re: QEMU needs /dev/tun0 ? 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: Thu, 10 Mar 2005 03:00:04 -0000 >tun0 is there, you just don't see it :), do "ls /dev/tun0", anyway, I could'nt >make qemu work that way, then I realize that using nat on the bsd host all >worked fine for my guest system (gentoo), I hope this helps > > You're right, I see /dev/tun0 now! I notice in the docs located here: http://fabrice.bellard.free.fr/qemu/qemu-doc.html#SEC10 they say this: "You must verify that your host kernel supports the TUN/TAP network interfaces: the device `/dev/net/tun' must be present." Maybe I can make a soft link from /dev/tun0 to to /dev/net/tun0 ?? How do you use "nat" to make QEMU work? thx