All of lore.kernel.org
 help / color / mirror / Atom feed
* network dead after xend started
@ 2005-02-17 17:02 Michael Stoehrel
  2005-02-17 17:28 ` Ronald G. Minnich
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Michael Stoehrel @ 2005-02-17 17:02 UTC (permalink / raw)
  To: xen-devel

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: network dead after xend started
  2005-02-17 17:02 network dead after xend started Michael Stoehrel
@ 2005-02-17 17:28 ` Ronald G. Minnich
  2005-02-17 17:30 ` Nivedita Singhvi
  2005-02-17 21:57 ` Anton Titov
  2 siblings, 0 replies; 6+ messages in thread
From: Ronald G. Minnich @ 2005-02-17 17:28 UTC (permalink / raw)
  To: Michael Stoehrel; +Cc: 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: network dead after xend started
  2005-02-17 17:02 network dead after xend started Michael Stoehrel
  2005-02-17 17:28 ` Ronald G. Minnich
@ 2005-02-17 17:30 ` Nivedita Singhvi
  2005-02-17 18:09   ` Michael Stoehrel
  2005-02-17 21:57 ` Anton Titov
  2 siblings, 1 reply; 6+ messages in thread
From: Nivedita Singhvi @ 2005-02-17 17:30 UTC (permalink / raw)
  To: Michael Stoehrel; +Cc: 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?
> 
> Michael


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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: network dead after xend started
  2005-02-17 17:30 ` Nivedita Singhvi
@ 2005-02-17 18:09   ` Michael Stoehrel
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Stoehrel @ 2005-02-17 18:09 UTC (permalink / raw)
  To: 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: network dead after xend started
  2005-02-17 17:02 network dead after xend started Michael Stoehrel
  2005-02-17 17:28 ` Ronald G. Minnich
  2005-02-17 17:30 ` Nivedita Singhvi
@ 2005-02-17 21:57 ` Anton Titov
  2005-02-17 22:00   ` Nivedita Singhvi
  2 siblings, 1 reply; 6+ messages in thread
From: Anton Titov @ 2005-02-17 21:57 UTC (permalink / raw)
  To: 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: network dead after xend started
  2005-02-17 21:57 ` Anton Titov
@ 2005-02-17 22:00   ` Nivedita Singhvi
  0 siblings, 0 replies; 6+ messages in thread
From: Nivedita Singhvi @ 2005-02-17 22:00 UTC (permalink / raw)
  To: Anton Titov; +Cc: 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 Titov

I'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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-02-17 22:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-17 17:02 network dead after xend started Michael Stoehrel
2005-02-17 17:28 ` Ronald G. Minnich
2005-02-17 17:30 ` Nivedita Singhvi
2005-02-17 18:09   ` Michael Stoehrel
2005-02-17 21:57 ` Anton Titov
2005-02-17 22:00   ` Nivedita Singhvi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.