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 problem

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] dom0 networking problem
From: td-ifs@xxxxxx
Date: Sat, 16 Feb 2008 01:22:13 +0100
Delivery-date: Fri, 15 Feb 2008 15:46:55 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <47B56315.3010509@xxxxxxxxx>
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>
References: <47B56315.3010509@xxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.9.1
On Friday 15 February 2008 11:01, Thomas Bellembois wrote:
> Hello,
>
> I have got a problem with my dom0 network (Debian Etch).
> My network works correctly while booting on the classic Debian kernel,
> but not on the Xenified one.
> The bridge looks to be well configured.

I know these problems. I my company the best network guru could not find the 
reason but ...

> If I create a dom1 guest (actually I have to create it from the classic
> kernel, to be able to deboostrap from the net), I have a network
> connection (from the dom1 but not dom0).
>
> Any idea ?

I found a work around. See 
<http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1159>

A better solution is to replace /etc/xen/scripts/network-bridge with your own 
version:

        brctl addbr xenbr0
        brctl addif xenbr0 eth0
        ifdown eth0
        ifconfig eth0 0.0.0.0 up
        sleep 3
        ifup xenbr0

The script vif-bridge works fine together with our own xenbr0.

So long
   Thomas D

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

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