|
From: | Henrik Nordstrom |
Subject: | Re: [Qemu-devel] Qemu network? |
Date: | Sat, 23 Apr 2005 09:30:48 +0200 (CEST) |
On Fri, 22 Apr 2005, Ishwar Rattan wrote:
Finally got the qemu working under 2.6.10 kernel. Wtih -user-net option ifconfig -a (linux guest too!) I can see the interface assigned address 10.0.2.15. I can't ping it from host side. Is there way to allow guest OS to have Internet access?
Just set a default route to 10.0.2.2 http://fabrice.bellard.free.fr/qemu/qemu-doc.html#SEC21If you want full bidirectional connectivity where the host or even local lan can contact the guest, ping etc then use the TUN/TAP networking mode. But if all you want is the guest to be able to reach the host and/or Internet then user-net is just fine.
Regards Henrik
[Prev in Thread] | Current Thread | [Next in Thread] |