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: 1255
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 What is the difference between bridged, NAT and host-only networking? Which should I use?
document Active Directory and VMware snapshots
document How can I convert an existing computer into a virtual one? ..or a virtual machine into a physical one?
document Booting an existing physical Windows installation as a virtual machine
document I'm trying to install VMware Tools on Linux, but nothing happens
document I need more performance out of my VMware environment
document I have 64bit CPU but I can't boot/install 64bit guests?
document Is it possible to manage VMware Server with VMware vCenter Server (Virtual Center)?
document After cloning a Debian/Ubuntu VM, the guest network is not working
document My virtual machine's clock is inaccurate. What can be done to make it more accurate?
» More articles



RSS