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] Pb with bridge networking

To: yassine aya <ayachi.yassine@xxxxxxxxx>
Subject: Re: [Xen-users] Pb with bridge networking
From: Sadique Puthen <sputhenp@xxxxxxxxxx>
Date: Tue, 11 Dec 2007 16:17:28 +0530
Cc: Xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 11 Dec 2007 02:48:00 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <32f845160712110224j67f19875n56c7338c64c3219@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/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: <32f845160712110224j67f19875n56c7338c64c3219@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.6 (X11/20070926)
yassine aya wrote:
Hi all,
I'm beginner with xen ...
when I try to add a bridge to connecte my domU machine... my dom0 machine loses it connection to the internet but my domU can connect to the internet.
To create my bridge, that's what I did
/etc/xen/scripts/network-bridge stop

brctl show  ( nothink )

brctl addbr xenbr0  ( i can see xenbr0 by using ifconfig command, since here I can 
ping www.google.com <http://www.google.com>
 )

brctl addif xenbr0 eth0 ( here I lose my internet connection )

Here you probably lose connection to your default route through eth0 in dom0. I would recommend you use "network-bridge" script to configure networking for xen. That script would do all required for you.

--Sadique

brctl stp xenbr0 off

brctl setfd xenbr0 0

ifconfig xenbr0 up

dhclient
Please someone say me what I will do... thaks in advance



------------------------------------------------------------------------

_______________________________________________
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>