Page 1 of 1

Why would the network for my Linux VDS stop working?

Posted: Fri Apr 05, 2013 12:22 pm
by Edge100x
The latest Xen is very particular about network adapter settings inside of each VDS. When the virtual adapter is used in a certain way, Xen generates "Too many frags" errors on our end and then disables it. To address the problem, make sure that the ethtool utility is installed and run this command:

Code: Select all

ethtool -K eth0 tx off tso off gso off
Also add this as a startup command (by editing the file /etc/rc.local, generally).

We talk more about this problem in the context of Windows here: http://www.nfoservers.com/forums/viewto ... =47&t=8820