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#SEC21

If 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


_______________________________________________ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to