[root@adsl-01 ~]# brctl show
bridge name bridge id STP enabled interfaces
eth0 8000.00e0815caafe no peth0
eth1 8000.0007e93904bd no peth1
[root@adsl-01 ~]# /etc/xen/scripts/network-bridge status
============================================================
5: eth0: <BROADCAST,MULTICAST,UP,10000> mtu 1500 qdisc noqueue
link/ether 00:e0:81:5c:aa:fe brd ff:ff:ff:ff:ff:ff
inet6 fe80::2e0:81ff:fe5c:aafe/64 scope link
valid_lft forever preferred_lft forever
5: eth0: <BROADCAST,MULTICAST,UP,10000> mtu 1500 qdisc noqueue
link/ether 00:e0:81:5c:aa:fe brd ff:ff:ff:ff:ff:ff
inet6 fe80::2e0:81ff:fe5c:aafe/64 scope link
valid_lft forever preferred_lft forever
bridge name bridge id STP enabled interfaces
eth0 8000.00e0815caafe no peth0
eth1 8000.0007e93904bd no peth1
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
============================================================
[root@adsl-01 ~]# /etc/xen/scripts/network-bridge start
There are no errors but there is no xenbr0!
The sxp file:
(network-script 'network-bridge netdev=eth0')
(network-script network-bridge)
#(network-script network-route)
#(network-script network-nat)
(vif-script vif-bridge)
#(vif-script vif-route)
#(vif-script vif-nat)
Since these are static IPs, I'm confident that the working interface is eth0.
-Asim
On Thu, Jun 26, 2008 at 9:40 AM, Todd Deshane <
deshantm@xxxxxxxxx> wrote:
Hi Asim,
Hi,
I was running Xen fine but installed an additional PCI network card and subsequently an additional network interface eth1
for it. This has caused xenbr0 to disappear and I cannot create/start any guest domains. I restarted xend but it has no
effect. Is there any way to re-create xenbr0. Kindly help.
It sounds like you are running into a problem with one of the bridge scripts.
Trying running /etc/xen/scripts/network-bridge manually to see any errors.
Please post the relevant lines of /etc/xen/xend-config.sxp
Also, do a brctl show and post that output as well.
Are you sure that the eth1 is the new card or the old card? It could be that you
just need to change the netdev in /etc/xen/xend-config.sxp.
Cheers,
Todd