From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BsMxD-0000Qr-Bf for qemu-devel@nongnu.org; Wed, 04 Aug 2004 10:41:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BsMx8-0000PW-5n for qemu-devel@nongnu.org; Wed, 04 Aug 2004 10:41:17 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BsMx8-0000PF-2b for qemu-devel@nongnu.org; Wed, 04 Aug 2004 10:41:14 -0400 Received: from [213.228.0.169] (helo=postfix3-2.free.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BsMtF-0002JD-Ox for qemu-devel@nongnu.org; Wed, 04 Aug 2004 10:37:13 -0400 Received: from imp4-q.free.fr (imp4-q.free.fr [212.27.42.4]) by postfix3-2.free.fr (Postfix) with ESMTP id 6AD94C7AF for ; Wed, 4 Aug 2004 16:37:13 +0200 (CEST) Message-ID: <1091630229.4110f495b6151@imp4-q.free.fr> Date: Wed, 4 Aug 2004 16:37:09 +0200 From: Laurent Amon Subject: Re: [Qemu-devel] Qemu offline? References: <7494CDE2-E61D-11D8-A2B2-000A9585A104@cordney.com> <1091628143.4110ec6f62877@imp4-q.free.fr> <17233AA5-E620-11D8-A2B2-000A9585A104@cordney.com> In-Reply-To: <17233AA5-E620-11D8-A2B2-000A9585A104@cordney.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org > So thank you for help but can you explain WHY this is? I mean i can > start os x without being connected to the internet and have it letting > known the dns address, too...?! Basically, qemu starts with the network configured in tun/tap mode. tun/tap does not work on OSX -nics 0 disables all ethernet cards in the emulator (so you don't have a network) -user-net uses another method to access the network. Actually, -user-net needs a /etc/resolv.conf file also. I just checked. What you can also do is create a Network Location with a DNS. It should a= lso work. As to why qemu does not disable the network when it does not find a DNS, = well, it is because it is still beta :-)