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] Problem with eth0, eth1 and domU

To: "Christopher G. Stach II" <cgs@xxxxxxxxx>, xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Problem with eth0, eth1 and domU
From: Carlo <carlo@xxxxxxxxxxx>
Date: Thu, 11 Jan 2007 15:24:00 +0100
Delivery-date: Thu, 11 Jan 2007 06:23:46 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Reply-to: Carlo <carlo@xxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Ehm... How can I make the script?
What I must write?

Thanks...

--------- Original Message --------
From: Christopher G. Stach II <cgs@xxxxxxxxx>
To: xen-users@xxxxxxxxxxxxxxxxxxx <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] Problem with eth0, eth1 and domU
Date: 11/01/07 16:10

> Carlo wrote:
> &gt; Hi, I've OpenSUSE 10.2.
> &gt; I've installed it with two eth card compatible with suse but I've a
problem.
> &gt; 
> &gt; 1) When Xen start, it create only one bridge: problem
&quot;solved&quot; by:
> &gt; 
> &gt; #!/bin/bash
> &gt; brctl addbr xenbr1
> &gt; brctl stp xenbr1 off
> &gt; brctl setfd xenbr1 0
> &gt; brctl addif xenbr1 eth1
> &gt; ip link set xenbr1 up
> &gt; 
> &gt; With this script I've two bridge, but OS respond only from the first
eth.
> &gt; ETH0
> &gt; 
> &gt; 2) If I start a domU (winxp for example) and give him two nics (one
from
> &gt; xenbr0 and one from xenbr1), I've another problem:
> &gt; 
> &gt; windows work only with the eth associated at xenbr1 (eth1). It can
surf
> &gt; Internet only by this one. Not from the first.
> &gt; 
> &gt; 3) In SUSE I'can't give two different default gateway: one for each
eht card
> &gt; 
> &gt; Suggestions?
> 
> Make a wrapper script that calls network-bridge twice, once for each
> bridge and physical interface.  Change your xend config to call that
> wrapper script instead of network-bridge.
> 
> -- 
> Christopher G. Stach II
> 
> 
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
> 
> 

________________________________________________
Message sent using UebiMiau 2.7.10



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

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