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: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Using eth1 instead eth0
From: Bart Coninckx <bart.coninckx@xxxxxxxxxx>
Date: Sat, 10 Jul 2010 23:43:55 +0200
Delivery-date: Sat, 10 Jul 2010 14:45:27 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4C38C771.5070900@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/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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.12.4 (Linux/2.6.31.12-0.2-desktop; KDE/4.3.5; x86_64; ; )
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

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