[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-users] routing in xen 3.0 domU: icmp gets routed, but tcp/ip only partially



Hi,

> I have a really strange routing problem
from my experience, most of the "ICMP works but TCP seems connected and no
data gets through" problems in routed xen3 setups are due to the
cheksum-offloading featue. See my post on the devel list:
http://lists.xensource.com/archives/html/xen-devel/2006-03/msg01445.html
for a patch for the Dom0 kernel which disables this. Search for offloading
for more information :) The basic problem: the intention was to save
CPU power by not calculating checksums on internal interfaces (as there 
won't be any transmission errors there anyway :) and let the real NIC add
this on the way out (modern NICs have HW accelleration for that).
Unfortunately this doesn't work out in all cases currently.

> In all these cases I get connected, but no output;
To see if you've really got the checksum problem use tcpdump -vv in the
Domain not receiving data. For example:
tcpdump -vv -n -i eth0 
and then transfer some tcp or udp data to it. If you see something like
 [bad udp cksum f566!]
and it looks like the host didn't receive the packet (no answer, gets in again
and again), you might well have hit the checksum offloading problem.

> Help me, Obi-Wan Xenobi; you're my only hope.
Tried my best :)

(:ul8er, r@y

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.