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? Michael ------------------------------------------------------- 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@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
On Fri, 25 Feb 2005 00:16:18 +0000 (UTC), Michael Stoehrel <mstoehrel@sidarion.ch> 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@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Thanks for the idea But, helps nothing: after starting xend all network traffic is dead and after starting vm: from dom0 and vm to extern and internal between the 2 domains ------------------------------------------------------- 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@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Michael Stoehrel wrote:> Thanks for the idea > > But, helps nothing: > after starting xend all network traffic is dead > and after starting vm: > from dom0 and vm to extern > and internal between the 2 domainsHello Michael, I''m trying to reproduce this - could you show us your scripts, please, and ifconfig output before and after? thanks, Nivedita ------------------------------------------------------- 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@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
On Sat, 26 Feb 2005 10:12:45 +0100 Felipe Alfaro Solana <felipe.alfaro@gmail.com> wrote:> On Fri, 25 Feb 2005 00:16:18 +0000 (UTC), Michael Stoehrel > <mstoehrel@sidarion.ch> 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@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/xen-devel > >
Do you have anti-spoofing enabled? (/etc/xen/xend-config.sxp). B. On Sun, 2005-02-27 at 12:54, Michael Stoehrel wrote:> Thanks for the idea > > But, helps nothing: > after starting xend all network traffic is dead > and after starting vm: > from dom0 and vm to extern > and internal between the 2 domains > > > > > > ------------------------------------------------------- > 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@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/xen-devel >------------------------------------------------------- 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@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel