|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] Problem using 2 nics and 2 bridges
Hi,
i have some problems creating a second bridge for my second nic.
I'm using the following script (two-bridges):
...................................................................................................................................
#!/bin/bash
XENDIR="/etc/xen/scripts"
$XENDIR/network-bridge "$@" netdev=eth0 bridge=xenbr0 vifnum=0
$XENDIR/network-bridge "$@" netdev=eth1 bridge=xenbr1 vifnum=1
...................................................................................................................................
And patched xend-config.sxp like this: (network-script two-bridges).
xend creates both bridges, but when call »brctl show« both bridges are using
the same bridge id
(the nics seem to be assigned correctly)!
I can ping the ips assigned in dom0 but nothing else. The domU has no working
network.
When i check my routing table (»ip route show«) the listing is quite slow but
looks okay?
Does anybody know, what's going wrong?
My system is SuSE 10.2 with xen 3.3.
Thanks!
Harry
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-users] Problem using 2 nics and 2 bridges,
Harry Kappelbauer <=
|
|
|
|
|