Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-users

[Xen-users] networking issues

To: Xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] networking issues
From: "C.J. Adams-Collier" <cjcollier@xxxxxxxxx>
Date: Tue, 30 Jan 2007 14:44:06 -0800
Delivery-date: Tue, 30 Jan 2007 14:44:04 -0800
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=D+R5tqF2bbc1xC5VWKPrZUbf5xUSaGlfbLV3AFGxMVVICEMbl50CK4miqNc7pYei3G5zWStFB2wCL28mvWh0lfz9GEWs/1yg+Hv5H4T7BUqPm9ZN2sEKLEzD7pbwH1wbIeu/xV7NP/LINmE/XiySBrvT7HtYRGCAfmMVdqSBZlo=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hey all,

I've got a box with networking issues.

The machine is on a bridge with all of the other domU VMs.  In most cases, it can ping others on the bridge at a reasonable speed.  However, sometimes we get something like this:

<pre>
$ ping colliertech.com
PING colliertech.com (66.152.65.3) 56(84) bytes of data.
64 bytes from 66.152.65.3: icmp_seq=1 ttl=64 time=0.735 ms
64 bytes from 66.152.65.3: icmp_seq=2 ttl=64 time=0.694 ms
64 bytes from 66.152.65.3 : icmp_seq=3 ttl=64 time=0.736 ms

--- colliertech.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 15578ms
rtt min/avg/max/mdev = 0.694/0.721/0.736/0.036 ms
</pre>


see how the ping times are reasonable, but the total time is 15 seconds?  There is a 5 second-ish delay between send and receive of those packets even though they are reporting a rtt of .7ms

Worse, I can't even ping anything that's not on the bridge.  the router is 66.152.65.1, and this box receives no results from pinging that one.

<pre>
$ ping 66.152.65.1
PING 66.152.65.1 ( 66.152.65.1) 56(84) bytes of data.

--- 66.152.65.1 ping statistics ---
6 packets transmitted, 0 received, 100% packet loss, time 5006ms
</pre>

tcpdump tells me that ping requests make it at least as far as the dom0:

<pre>
cjcollier@debian1:~$ sudo tcpdump -i xenbr0 'icmp[icmptype] = icmp-echo or icmp[icmptype] = icmp-echoreply'
tcpdump: WARNING: xenbr0: no IPv4 address assigned
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on xenbr0, link-type EN10MB (Ethernet), capture size 96 bytes
14:37:39.742670 IP host-66-152-65-9.vdomainhosting.net > py-in-f99.google.com: icmp 64: echo request seq 25
14:37:40.742808 IP host-66-152-65-9.vdomainhosting.net > py-in-f99.google.com: icmp 64: echo request seq 26
14:37:41.742929 IP host-66-152-65-9.vdomainhosting.net > py-in-f99.google.com: icmp 64: echo request seq 27
14:37:42.743074 IP host-66-152-65-9.vdomainhosting.net > py-in-f99.google.com: icmp 64: echo request seq 28
14:37:43.743224 IP host-66-152-65-9.vdomainhosting.net > py-in-f99.google.com: icmp 64: echo request seq 29
14:37:44.743414 IP host-66-152-65-9.vdomainhosting.net > py-in-f99.google.com : icmp 64: echo request seq 30
</pre>

help? :)
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] networking issues, C.J. Adams-Collier <=