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] Using eth1 instead eth0

To: Bart Coninckx <bart.coninckx@xxxxxxxxxx>
Subject: Re: [Xen-users] Using eth1 instead eth0
From: dongkyu lee <dongq.lee@xxxxxxxxx>
Date: Mon, 12 Jul 2010 13:49:12 +0900
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sun, 11 Jul 2010 21:50:25 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=DOFF3kbhmDcKhsONTY/I98MBaK2ohBxuOl9c3VFWdkA=; b=ujU9iRtI6EIIgOQOzZTvFW1lx4LyRXgdAAhH7XxKwvodEMQ23psLAesJQA2+gaVU1D ktOh6FZUeALbQjXbUbP96/iLytoTWueRTI4NbTF6CoW7OH/gRWfCP03ab2zpQtD7Yd4s 9idDPMVq2JOMAwShHfQjAQ7vttbdwfg/VMDpY=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=SjykaqCH1lpwxHdGqwwaJY0IgpfBASSASXFG22ilthIqobKpl5/ZqDLoB6VsnYqfCv sQWV+5W9HYqvtF2Vr7bWdrCq+YkRNcPR0DMstTo/9uWpHRLdOeA0IwcylelWQ5gCcD5q cDDjPsfgFIrAUzk83HqdyonSPgLSMzHsq1sF8=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <201007102343.55920.bart.coninckx@xxxxxxxxxx>
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: <4C38C771.5070900@xxxxxxxxx> <201007102343.55920.bart.coninckx@xxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
can you show me the result of "ifconfig" and "brctl show" in dom0?

2010/7/11 Bart Coninckx <bart.coninckx@xxxxxxxxxx>
On Saturday 10 July 2010 21:18:09 Net Warrior wrote:
> Hi there.
>
> I've got two ethers, eth0 wihich work properly and my DomU goes outside
> as well, now, I've got eth1 and I like to use it
> to go outside but is not working at this time, I tried adding eth1 to
> the bridge and changing bridge=eth1 in the DomU
> config file, or do I have to create another bridge called eth1?
>
>
> eth0 192.168.0.100 - dhcp  - Works good.
> eth1 192.168.0.10 - static -  No luck
>
> Any adivce?
> Regards
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
>

Just create a new bridge. If you replace the networks scripts in xend-
config.sxp by one that creates all the necessary bridges, you're good to go.
I replaced it for instance by a script with:

/etc/xen/scripts/network-bridge start netdev=eth0 bridge=eth0
/etc/xen/scripts/network-bridge start netdev=eth3 bridge=eth3

Good luck,

B.

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