WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] network dead after xend started

To: <xen-devel@xxxxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] network dead after xend started
From: "Anton Titov" <a.titov@xxxxxxx>
Date: Thu, 17 Feb 2005 23:57:34 +0200
Delivery-date: Thu, 17 Feb 2005 21:58:26 +0000
Envelope-to: xen+James.Bulpin@xxxxxxxxxxxx
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
References: <loom.20050217T180212-891@xxxxxxxxxxxxxx>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxxx>
To: <xen-devel@xxxxxxxxxxxxxxxxxxxxx>
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@xxxxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>