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: 2335
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 Recommended performance tuning options for Linux guests
document After cloning a Debian/Ubuntu VM, the guest network is not working
document What is the difference between Workstation, Player and Server?
document Setting up samba between host and guest
document I have 64bit CPU but I can't boot/install 64bit guests?
document My virtual machine's clock is inaccurate. What can be done to make it more accurate?
document Active Directory and VMware snapshots
document I'm trying to install VMware Tools on Linux, but nothing happens
document Can I grow an existing virtual disk (.vmdk file)?
document Is it possible to manage VMware Server with VMware vCenter Server (Virtual Center)?
» More articles



RSS