|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Problem with eth0, eth1 and domU
Carlo wrote:
> 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?
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
|
|
|
|
|