René Korthaus wrote:

Am 14.06.2006 um 15:57 schrieb Fabrice Bellard:

Hi,

The current behaviour of QEMU seems correct to me: TCP connections coming localhost are seen coming from 10.0.2.2 on the guest. Your problem may be related to an incorrect Apache configuration. Did I miss something ?


No, Apache is configured correctly. The same with sshd, i can only connect to the guest by applying the patch. Network configuration is given by Qemu DHCP. Without the patch the host simply gets no answer from the guest service.

Maybe this is Mac OS X specific?

You should launch a tcpdump inside the guest OS and look at the IP addresses associated to the IP packets when you do a telnet from the host on the redirected host port.

In any case, the patch you indicate is incorrect (our_addr is an IP address on the host network, not on the guest network), so a better solution must be found.

Fabrice.



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

Reply via email to