|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] 2nic network bridge fails
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.
-------------------------------------------------------
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
|
|
|
|
|