On Sat, 1 Oct 2005, Jim C. Brown wrote:

Well I tried it myself and it doesn't work. eth0 gets an IP of 1.1.1.1 but
nothing is pingable.

1.1.1.1 is not a QEMU given IP.

Try manually assigning the IP 10.0.2.15/24(255.255.255.0) to the quest with a default route to 10.0.2.2. This should work.

It is quite possible the guest is not happy about something in the qemu DHCP reply. QEMU responds with a DHCP reply even if the client sent a BOOTP request and this can confuse some badly implemented BOOTP clients, and the number of DHCP options returned differ slightly from most DHCP servers possibly confusing some DHCP clients expecting additional options.

Regards
Henrik


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

Reply via email to