|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] 2nic network bridge fails
On Sat, 26 Feb 2005 10:12:45 +0100
Felipe Alfaro Solana <felipe.alfaro@xxxxxxxxx> wrote:
> On Fri, 25 Feb 2005 00:16:18 +0000 (UTC), Michael Stoehrel
> <mstoehrel@xxxxxxxxxxx> wrote:
> > If I have 2 active and connected nics, the bridge fails.
> > "ifconfig -a" on dom0 shows 1 bridge.
> >
> > If I start a vm the connected eth0 is dead.
> > After a reboot and disconnecting eth1.
> > The vm gets connection.
> > xen 2.04 sources installed.
> >
> > Any Ideas?
>
> In file /etc/xen/scripts/network, replace the line
>
> netdev=${netdev:-eth0}
>
> with
>
> netdev=${netdev:-eth1}
>
> This will mount the bridge over eth1 and will leave eth0 alone.
If i have well understood he wants to have two bridge.
For this you need to clone line in order to declare xen-br0 and xen-br1 in
/etc/xen/scripts/network.
I had to achieved the same before ... here is my network file
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxxxx
> https://lists.sourceforge.net/lists/listinfo/xen-devel
>
>
network
Description: Binary data
|
|
|
|
|