VMFAQ.com - FAQing about virtualization since 2008
Search:     Advanced search
Browse by category:
Contact Us

Networking performance between host and guests is very slow

Add comment
Views: 324
Votes: 0
Comments: 0
Posted: 31 Jan, 2008
by: Troen L.
Updated: 31 Jan, 2008
by: Troen L.
In this scenario the networking performance between host and guests is very slow, while the networking performance to other lan devices is good (both from the guests and the host). This behaviour has been observed when using guests in bridged networking mode and nics with ip hw acceleration.

Most gigabit nics today have features onboard that offloads parts of the ip stack. Disabling one or more of these will normally resolve this issue.

You should only do this if you absolutely need communication between the guests and the host.

On linux hosts, one or more of the following commands will normally solve this issue:
ethtool -K eth0 tx off    
ethtool -K eth0 sg off  
ethtool -K eth0 tso off 


On windows hosts you will need to use the following command:
Netsh int ip set chimney DISABLED
Others in this Category
document I can't find VMware documentation
document Booting an existing physical Windows installation as a virtual machine
document After cloning a Debian/Ubuntu VM, the guest network is not working
document How can I convert an existing computer into a virtual one?
document Recommended performance tuning options for Linux guests
document Using USB devices in virtual machines
document I have problems compiling VMware kernel modules
document My virtual machine's clock is inaccurate. What can be done to make it more accurate?
document Where can I find a client for managing VMware Server 2.0?
document What is the difference between Workstation, Player and Server?
» More articles



RSS