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

Re: [Xen-users] Re: [Xen-devel] xen 4.1.2* dhcp issue/bug when installin

To: Mark Schneider <ms@xxxxxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] Re: [Xen-devel] xen 4.1.2* dhcp issue/bug when installing/booting HVM domU domains (CentOS 6, unbuntu 11.04 server). Debian/OpenSolaris work fine.
From: Pasi Kärkkäinen <pasik@xxxxxx>
Date: Tue, 16 Aug 2011 00:48:24 +0300
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 15 Aug 2011 14:49:41 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4E498BBA.6070300@xxxxxxxxxxxxxxxxxxxxxx>
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <4E498BBA.6070300@xxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.18 (2008-05-17)
On Mon, Aug 15, 2011 at 11:12:26PM +0200, Mark Schneider wrote:
> 
>    Tested and *nonworking* working OSes (no IP address):
>    - CentOS 6.0
> 
> 
>    Pings from *centos-hvm* to dom0 interface*no ip-traffic on peth0*

This is just like it should be. When you ping dom0 packets obviously should not 
go out.

> 
>    root@xen411dom0:/ftp/HVM# tcpdump  -i eth0 'icmp[icmptype] = icmp-echo and
>    icmp[icmptype] != icmp-echoreply'
>    tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
>    listening on eth0, link-type EN10MB (Ethernet), capture size 65535 bytes
>    19:45:30.283679 IP 192.168.1.180 > 192.168.1.124: ICMP echo request, id
>    61445, seq 23, length 64
>    19:45:31.285560 IP 192.168.1.180 > 192.168.1.124: ICMP echo request, id
>    61445, seq 24, length 64
> 

And here on the bridge you see traffic, so that's ok.


>    Pings from *centos-hvm* to default gateway *no ip-traffic on peth0*
> 

So here's your problem. Your bridge in dom0 is NOT forwarding the packets out 
to peth0..


>    root@xen411dom0:/ftp/HVM# tcpdump  -i eth0 'icmp[icmptype] = icmp-echo and
>    icmp[icmptype] != icmp-echoreply'
>    tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
>    listening on eth0, link-type EN10MB (Ethernet), capture size 65535 bytes
>    19:54:00.770442 IP 192.168.1.180 > 192.168.1.1: ICMP echo request, id 518,
>    seq 23, length 64
>    19:54:01.770958 IP 192.168.1.180 > 192.168.1.1: ICMP echo request, id 518,
>    seq 24, length 64

So where are these packets going to ? They're not getting out of dom0..

Do you have a firewall rule in dom0 that drops them? 

Try these:
- In the HVM guest: run "arp -an" and check what MAC address you see for the 
gateway-IP.
- In dom0: run "brctl showmacs eth0" and verify which port has the MAC of the 
gateway.


-- Pasi


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

<Prev in Thread] Current Thread [Next in Thread>