Slow http traffic between VMWare guest and host.
Posted
by toluju
on Server Fault
See other posts from Server Fault
or by toluju
Published on 2009-12-31T18:55:29Z
Indexed on
2010/04/23
21:03 UTC
Read the original article
Hit count: 272
I have a web application running as an http server inside the VMWare guest OS, and I'm trying to access the content from the host OS. The guest is running Ubuntu, and the host is running Windows XP.
The problem is, when I try to access the application from a browser in the host OS, the content takes a very long time to load (up to a minute for a single page). A browser in the guest OS can access the application with no problems.
- I've tried using both NAT and bridged networking, but the results are the same.
- The Windows firewall is turned off.
- The connection itself appears fine, as ping requests from guest to host as well as host to guest complete without errors or delays.
- Both guest and host can access the external Internet connection without a problem.
- I'm using VMWare Player.
Any ideas?
© Server Fault or respective owner