qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Qemu offline?


From: Laurent Amon
Subject: Re: [Qemu-devel] Qemu offline?
Date: Wed, 4 Aug 2004 16:37:09 +0200
User-agent: Internet Messaging Program (IMP) 3.2.4

> 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 also
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 :-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]