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: td-ifs@xxxxxx
Subject: Re: [Xen-users] dom0 networking problem
From: Thomas Bellembois <thomas.bellembois@xxxxxxxxx>
Date: Mon, 18 Feb 2008 09:28:29 +0100
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 18 Feb 2008 00:29:04 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <200802160122.13488.td-ifs@xxxxxx>
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> <200802160122.13488.td-ifs@xxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.6 (X11/20071022)
Hello,

Thanks for your answer.
I have finally solved the problem.
It is a bug in the Dell PowerEdge 2950 network card firmware:
http://lists.xensource.com/archives/html/xen-users/2007-04/msg00629.html

It is working now.

Thomas.


td-ifs@xxxxxx wrote:
> 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
>   


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

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