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

[Xen-users] Problem with eth0, eth1 and domU

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Problem with eth0, eth1 and domU
From: Carlo <carlo@xxxxxxxxxxx>
Date: Thu, 11 Jan 2007 15:06:29 +0100
Delivery-date: Thu, 11 Jan 2007 06:06:27 -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
Hi, I've OpenSUSE 10.2.
I've installed it with two eth card compatible with suse but I've a problem.

1) When Xen start, it create only one bridge: problem "solved" by:

#!/bin/bash
brctl addbr xenbr1
brctl stp xenbr1 off
brctl setfd xenbr1 0
brctl addif xenbr1 eth1
ip link set xenbr1 up

With this script I've two bridge, but OS respond only from the first eth.
ETH0

2) If I start a domU (winxp for example) and give him two nics (one from
xenbr0 and one from xenbr1), I've another problem:

windows work only with the eth associated at xenbr1 (eth1). It can surf
Internet only by this one. Not from the first.

3) In SUSE I'can't give two different default gateway: one for each eht card

Suggestions?


Thanks...

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