|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] Network stall
Thanks for the tip Stephan,
Unfortunately, it didn't fix the wagon. The network still stalls upon the
transfer of large files. Also, packets are beeing dropped from the peth0 RX on
my dom0. I tried disabling the RX checksum check but it refused to do so and it
wouldn't be wise anyways.
Got any other idea ?
-----Message d'origine-----
De : Stephan Seitz [mailto:s.seitz@xxxxxxxxxxxx]
Envoyé : 26 septembre 2007 18:27
À : Boudreau Luc
Cc : xen-users@xxxxxxxxxxxxxxxxxxx
Objet : Re: [Xen-users] Network stall
Boudreau Luc schrieb:
> I share a file via any protocol on any domU. The file has to be of a
> big enough size so that the upload takes a while. 1 gig usually does
> the trick. Then, I logon to another machine (physical machine, that
> is...), and start retreiving it from the domU instance. After some
> random number of seconds, the network stalls, the link goes down, and
> the packets start beeing dropped.
Try to disable TCP checksum in every domU for every interface that connects to
the bridge.
Inside the domU's: ethtool -K eth0 tx off
I dont' know this for CentOS, but on debian-like systems the perfect place is
/etc/network/interfaces .
As an example:
iface eth0 inet static
address 192.168.1.5
netmask 255.255.255.0
gateway 192.168.1.1
post-up ethtool -K eth0 tx off
You could try this via console first and watch if your network performs better.
Stephan
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|