[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Networking with more NIC's
On Sat, Mar 17, 2007 at 02:48:18AM +0100, jez wrote: > > >> > > >> xenbr0 Link encap:Ethernet HWaddr 00:00:00:00:00:00 > > >> UP BROADCAST RUNNING NOARP MTU:1500 Metric:1 > > >> RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > > >> TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 > > >> collisions:0 txqueuelen:0 > > >> RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) > > >> > > >> xenbr1 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF > > >> UP BROADCAST RUNNING NOARP MTU:1500 Metric:1 > > >> RX packets:1184 errors:0 dropped:0 overruns:0 frame:0 > > >> TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 > > >> collisions:0 txqueuelen:0 > > >> RX bytes:67438 (65.8 KiB) TX bytes:0 (0.0 b) > > >> > <snip/> > > root@vm01:~# brctl show > > bridge name bridge id STP enabled interfaces > > xenbr1 8000.feffffffffff no vif0.1 > > peth0 > > Your ifconfig says you've got two bridges xenbr0 and xenbr1 but the > output of 'brctl show' says you only have one bridge. Can you double > check this, thanks. > Okay, I should probably have read a little more between the lines from your previous posts and just assumed that all you wanted to do was to have you DomU interfaces bridged with eth0 on Dom0. You don't care about eth1 or eth2 for the moment right? Well, if that is what you want, the main problem you've got at the moment is that there are two bridges and one of them doesn't even seem to really exist. I honestly don't have a clue how this could happen, but I can suggest something for you to try. In the file /etc/xen/xend-config.sxp, change: (network-script network-bridge) to (network-script 'network-bridge bridge=xenbr0 netdev=eth0') Reboot your server to give it a fresh start. Then check 'ifconfig' and also 'brctl show' to see that there is only the one bridge, xenbr0. If all looks well, then try to start a DomU. cheers jez _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |