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-users

[Xen-users] dom0 can not ping dom3

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] dom0 can not ping dom3
From: rajarshi das <dazio_r@xxxxxxxxx>
Date: Fri, 3 Nov 2006 06:36:27 -0800 (PST)
Delivery-date: Fri, 03 Nov 2006 06:37:12 -0800
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=kiZEovCgN/seDgItz/7T6qfxz3ooO9CmQ6gll/2XdLFSWRkgsJs7bDF8KdcRjiKwcvAISgUK7EweSL5sHmtBzYiGsDGzZNRV0XXjtUFka8a5d9PS4whAJG7gDWCQEJnkLIuBZiuZLOy0Z62GHWMu79vbuciOzjgw7vg8yiRuy7o= ;
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
Hi,
 
I am running SLES10. I did the following:
 
$ brctl addbr test1
$ ifconfig test1 up
$ xm create -c myconfig # myconfig contains an entry vif=[ 'bridge=test1' ]
 
# in dom0
$ ifconfig vif3.0 192.168.0.3
$ ping 192.168.0.4 &
$ tcpdump -i vif3.0
 
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on vif3.0, link-type EN10MB (Ethernet), capture size 96 bytes
18:47:28.075979 IP 192.168.0.3 > 192.168.0.4: ICMP echo request, id 22552, seq 8, length 64
18:47:29.076063 IP 192.168.0.3 > 192.168.0.4: ICMP echo request, id 22552, seq 9, length 64
18:47:30.076092 IP 192.168.0.3 > 192.168.0.4: ICMP echo request, id 22552, seq 10, length 64
18:47:31.076162 IP 192.168.0.3 > 192.168.0.4: ICMP echo request, id 22552, seq 11, length 64
18:47:32.076217 IP 192.168.0.3 > 192.168.0.4: ICMP echo request, id 22552, seq 12, length 64
18:47:33.076280 IP 192.168.0.3 > 192.168.0.4: ICMP echo request, id 22552, seq 13, length 64
18:47:34.076344 IP 192.168.0.3 > 192.168.0.4: ICMP echo request, id 22552, seq 14, length 64
......
 
 
# in dom3
$ ifconfig eth0 192.168.0.4
$ tcpdump -i eth0
NET: Registered protocol family 17
device eth0 entered promiscuous mode
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes
18:47:39.035054 IP 192.168.0.3 > 192.168.0.4: ICMP echo request, id 22552, seq 19, length 64
18:47:40.035114 IP 192.168.0.3 > 192.168.0.4: ICMP echo request, id 22552, seq 20, length 64
18:47:41.035158 IP 192.168.0.3 > 192.168.0.4: ICMP echo request, id 22552, seq 21, length 64
18:47:42.035226 IP 192.168.0.3 > 192.168.0.4: ICMP echo request, id 22552, seq 22, length 64
 
.......
 
A similar problem was posted on this list before, but the solution (doing a ifconfig <bridge> up) did not work in my case.
 
Please suggest on how to get dom0 (vif3.0) to ping dom3(eth0) in this case.
 
Thanks in advance,
Rajarshi


We have the perfect Group for you. Check out the handy changes to Yahoo! Groups.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>