|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] ethtool - K eth0 tx off
Aaron Weller // Crucial Paradigm wrote:
I recently setup a new Xen server, however whenever Xen was enabled it
was not possible to access ssh, etc.
This was solved by doing: ethtool - K eth0 tx off
On CentOS (RHEL), what is the best way to ensure this happens
everything a server boots?
Thanks!
Aaron
add the following line to /etc/sysconfig/network-scripts/ifcfg-eth0
ETHTOOL_OPTIONS='-K iface tx off'
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|