6 messages in com.xensource.lists.xen-develRe: [Xen-devel] Troubles with 2.6-boo...
FromSent OnAttachments
Proton27 Dec 2004 11:57 
Christian Limpach27 Dec 2004 13:53 
Jan Kundrát27 Dec 2004 14:02 
Ronald G. Minnich27 Dec 2004 18:30 
Keir Fraser28 Dec 2004 01:38 
Ronald G. Minnich28 Dec 2004 06:32 
Subject:Re: [Xen-devel] Troubles with 2.6-booting and xend
From:Keir Fraser (Keir@cl.cam.ac.uk)
Date:12/28/2004 01:38:08 AM
List:com.xensource.lists.xen-devel

xend should configure the bridge interface with eth0's IP address, and update your routing table appropriately -- all local traffic is delievered via the bridge and not eth0.

-- Keir

Shoot, have not been following this thread. I just noticed it.

I am seeing the following, not sure if it is related.

On the 2.0 and 2.0-testing, if I start xend, it sets up xen-br0.

Once I start up a domain, it sets up the vifx.0. domx (where x is a number

0, of course) is configured (by the domx) as ip 172.16.233.201; dom0

has 10.128.207.119 on eth0.

I can't get any networking from domx to dom0 to work at all unless I do this: ifconfif xen-br0 down brctl delbr xen-br0

ifconfig vifx.0 172.16.233.200

Yet, on vmware, this problem does not happen.

I'm still looking but I'm not sure what's wrong here.