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] Dom0 networking fails ...

To: "Marc Verwerft" <marc.js.verwerft@xxxxxxxxx>
Subject: Re: [Xen-users] Dom0 networking fails ...
From: Tej <bewith.tej@xxxxxxxxx>
Date: Mon, 18 Aug 2008 16:55:52 +0530
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 18 Aug 2008 04:26:31 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=KQO7Sn4y0zXZ1xlk0kZqrMQzSXBrxe8InK3A6YL2REQ=; b=QqYjHMFZCWN5ReIosE5UihTXekY8yjdh8lhbzJIVkYtSTc5/Go7c2YHNx4jUZEBn1F G4O0uJZ0oy3Bo0me6KGNgRva8A2PxAU4m6I3DsuloywGTsTPCR/OHlTwKmNHGBtOHjvi 8ocj2s5dLSbLC8YeQQRNyxQP+XZU9SwKIFzjI=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=uFXGFtZ9yphPLX2k1ItK5HFDSbXa1FjiVkU5h3b4G8yiaFIsqfeRkX4RPSce+KqmcA H12tIQBfxFhafY4jkqY0X2inOkTARXlM1AhFFLNKL5gbUx2WfTrRT/wBEOG8zpU/jQVX 5PBPZIkc6DHVkboGKix9Qdgzovci8maHKEog0=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <6a1286fc0808141346r6090dbdcxe14969a0cf46b0f8@xxxxxxxxxxxxxx>
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: <6a1286fc0808131316j30718a1bpea4007a796907bb7@xxxxxxxxxxxxxx> <6a1286fc0808141346r6090dbdcxe14969a0cf46b0f8@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On 8/15/08, Marc Verwerft <marc.js.verwerft@xxxxxxxxx> wrote:
> Hi all,
>
> I am really new to Xen but do want to give it a try. Unfortunately,
> the network is failing. I can't ping my router/DHCP server. I guess I
> must be doing something wrong but absolutely have no clue how to sort
> it out. That's were you folks come in ;-)
>
> My configuration:
> HW:
> - Thinkpad T40, Intel Pentiul M 1.5GHz with 1 Gb Ram
> - ethernet controller Intel Corp. 82540EP Gigabit (rev 03)   shows as eth0
> - network controller: Intel Corp PRO/Wireless lan 2100 3B Mini PCI
> adapter (rev 04)    shows as eth1
> SW
> - ubuntu 8.04 with Xen (libxen3 - 3.2.0-0ubuntu10)
> - kernel 2.6.24.-19-xen #1 SMP
>
> Symptoms:
> - everything seems to work fine, except for the networking. I can't
> ping my router:
>  'ping -I peth0 192.168.1.1' gives:
>   From 192.168.1.102 icmp_seq=1 Destination Host Unreachable
>   ...
> - ifconfig is giving me 2 interfaces, lo and peth0
>  peth0 HWaddr 00:09:6b:9f:4d:2c
>  inet addr 192.168.1.102 Bcast 192.168.1.255 Mask 255.255.255.0)
>  eth0 has the same HWaddr
> - ifconfig -a show lots more (eth0, eth1,irda0,lo,peth0,tmpbridge,...)
> only peth0 has a decent ip address
> - cat /etc/resolv.conf | grep -v '#'
> search my.domain
> nameserver 192.168.2.99
> - netstat -rn
> Kernel IP routing table
> Destination      Gateway          Genmask           Flags     MSS
> Window   irtt  Iface
> 192.168.1.0      0.0.0.0            255.255.255.0   U                0
>  0               0   peth0
> 0.0.0.0              192.168.1.1    0.0.0.0               UG
>   0  0               0   peth0
> - brctl show
> bridge name        bridge id                      STP enabled
> interfaces
> eth0                     8000.00096b9f4d2c    no                      peth0
> tmpbridge            8000.00000000000     no

your brctl shows that there is no vif<domid>.interface  (vif1.0) exist.
this means that there is not connectivity between dom0 and domU

I guess there is your domU configuration file is missing following lines.

vif = [ 'mac=00:16:3e:00:00:11', 'bridge=xenbr0' ]

HTH


> - I tried shutting down and restarting the network, still no connectivity
> - everything works when I just start Ubuntu ...
> - I've tried to install the same packages on another machine (thinkpad
> T42) and it has
> the same problem.
>
> Can anybody give me hint on what I'm doing wrong?
>
> Regards,
>
> Marc Verwerft
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
>

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

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