Installed xen-2.0.4 from sources. boot 2.6.10-xen0 interface has fixed ip ping to other systems are good ping from other systems are good starting xend /etc/init.d/xend start all networking is dead. And of course after starting a vm the network is dead, too... If I install the binary 2.0.4: No network at all: what did I missed? 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 Thu, 17 Feb 2005, Michael Stoehrel wrote:> Installed xen-2.0.4 from sources. > boot 2.6.10-xen0 > interface has fixed ip > ping to other systems are good > ping from other systems are good > starting xend /etc/init.d/xend start > all networking is dead. > And of course after starting a vm the network is dead, too...you probably got hammered by the bridge. do an ifconfig -a before and after xend and you''ll see what I mean ... ron ------------------------------------------------------- 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:> Installed xen-2.0.4 from sources.Did you have an existing Xen installation and scripts, etc? Try moving the old scripts out of the way - and make sure your new scripts are getting deployed - it bit me too.> boot 2.6.10-xen0 > interface has fixed ip > ping to other systems are good > ping from other systems are good > starting xend /etc/init.d/xend start > all networking is dead. > And of course after starting a vm the network is dead, too... > > If I install the binary 2.0.4: No network at all: > > what did I missed? > > Michaelthanks, 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
Hi I checked the new ones 5 times, yes I use the new thanks, 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
I''ve had this problem too, fixed it by starting xen-br0 manually at boot with commands: ifconfig eth0 0.0.0.0 promisc up brctl addbr xen-br0 brctl setfd xen-br0 0 brctl sethello xen-br0 0 brctl stp xen-br0 off brctl addif xen-br0 eth0 ifconfig xen-br0 xxx.xxx.xxx.xxx broadcast xxx.xxx.xxx.xxx netmask xxx.xxx.xxx.xxx up route add default gw xxx.xxx.xxx.xxx works for me Regards, Anton Titov ----- Original Message ----- From: "Michael Stoehrel" <mstoehrel@sidarion.ch> To: <xen-devel@lists.sourceforge.net> Sent: Thursday, February 17, 2005 7:02 PM Subject: [Xen-devel] network dead after xend started> Installed xen-2.0.4 from sources. > boot 2.6.10-xen0 > interface has fixed ip > ping to other systems are good > ping from other systems are good > starting xend /etc/init.d/xend start > all networking is dead. > And of course after starting a vm the network is dead, too... > > If I install the binary 2.0.4: No network at all: > > what did I missed? > > 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------------------------------------------------------- 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
Anton Titov wrote:> I''ve had this problem too, fixed it by starting xen-br0 manually at boot > with commands: > > ifconfig eth0 0.0.0.0 promisc up > brctl addbr xen-br0 > brctl setfd xen-br0 0 > brctl sethello xen-br0 0 > brctl stp xen-br0 off > brctl addif xen-br0 eth0 > ifconfig xen-br0 xxx.xxx.xxx.xxx broadcast xxx.xxx.xxx.xxx netmask > xxx.xxx.xxx.xxx up > route add default gw xxx.xxx.xxx.xxx > > works for me > > Regards, > Anton TitovI''m trying to track down this problem - I''d like to ensure stuff starts automatically without manual fiddling - so if you have any more info on what broke for you, let me know, I''d appreciate it! 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