WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] domU is unreachable to and from outside xen

To: "xen-devel" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] domU is unreachable to and from outside xen
From: "Y. D." <duyuyang@xxxxxxxxx>
Date: Fri, 31 Oct 2008 21:42:52 +0800
Delivery-date: Fri, 31 Oct 2008 06:43:28 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:x-mailer:mime-version:content-type; bh=LxtlRkfvBDsgrVSOAjWZbgjXw/e95rFoBv5tQOpDJNY=; b=g9BHveC7IoPgJSTNhxn9rZ8V1mTJKfCd2bqxvt+83t5Ab8sFBPFlY40F2+23v+LK7h uGJjKNSwgTvKymXjjke8NqEhfZAlUDaWPWzL9aw4jQTytMWv1gV49YjPE+D8HcvYunRK mETATEtswj7By/SmupyweNGwAGfx1zNRBfusQ=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:x-mailer:mime-version:content-type; b=eQtrxeIlpl4zwV0fOtzLTv1k9BVKmqhka1XJ8MknomlqB0jOSy87fPFJOeTE/7UUnS aDN/nCOeYuO8Y7bTZPA7REn+3suopRsV0RoNvHe04wy4tfmswolzyaT304f0Dau5lsqi gK5DeJvSI94OPkCmPLXaHdaAzmWNnMYXRVy1U=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
The domU can ping dom0, but not outside Xen, and vice versa.
 
I test in domU:
 
#ping 10.0.0.150    /*10.0.0.150 is an external IP in LAN*/
From 10.0.0.36 icmp_seq=303 Destination Host Unreachable
From 10.0.0.36 icmp_seq=304 Destination Host Unreachable
From 10.0.0.36 icmp_seq=305 Destination Host Unreachable
From 10.0.0.36 icmp_seq=306 Destination Host Unreachable
From 10.0.0.36 icmp_seq=307 Destination Host Unreachable
From 10.0.0.36 icmp_seq=308 Destination Host Unreachable
 
I test in dom0:
 
#tcpdump -i peth0 | grep "10.0.0.36"    /*10.0.0.36 is domu's IP*/
16:21:10.181977 arp who-has 10.0.0.150 tell 10.0.0.36
16:21:11.181961 arp who-has 10.0.0.150 tell 10.0.0.36
16:21:11.841972 arp who-has 10.0.0.150 tell 10.0.0.36
16:21:12.181974 arp who-has 10.0.0.150 tell 10.0.0.36
16:21:12.841953 arp who-has 10.0.0.150 tell 10.0.0.36
16:21:13.841997 arp who-has 10.0.0.150 tell 10.0.0.36
16:21:14.848934 arp who-has 10.0.0.150 tell 10.0.0.36
16:21:15.181945 arp who-has 10.0.0.150 tell 10.0.0.36
16:21:15.845963 arp who-has 10.0.0.150 tell 10.0.0.36
16:21:16.181962 arp who-has 10.0.0.150 tell 10.0.0.36
 
#brctl show
bridge name    bridge id                   STP enabled      interfaces
eth0              8000.000fea0247e6    no                   peth0
                                                                        vif82.0
 
 
It seems everything is all right.
I don't know what is wrong. Can anyone help?
 
Thanks in advance,
 
Shawn
 
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] domU is unreachable to and from outside xen, Y. D. <=