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-users

[Xen-users] WORKAROUND : Re: Ubuntu Gutsy Xen problems : DomU n/w not wo

To: jd <jdsw2002@xxxxxxxxx>, XenUsers <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] WORKAROUND : Re: Ubuntu Gutsy Xen problems : DomU n/w not working
From: jd <jdsw2002@xxxxxxxxx>
Date: Tue, 15 Jan 2008 15:28:37 -0800 (PST)
Delivery-date: Tue, 15 Jan 2008 15:29:37 -0800
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=QiUfC6rcstuMzlSx8en2D1sizeaEBBhr/tk4mtjg3AGuOlBFTocePOyPLSSvvUieHQ6Jyqq4E7ehcibY9dZJi7CbqdTbS7zh/O6sxjtCvZQ4xR14EQMqqNt9CCTZWyTeg54SS7JE3JpH3GKR1CM8GEkhPqW7z728AwBQkjNaoFI=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thanks a lot to Todd Deshane.

take a look at these. I think my solution was to get
rid of network manager and add in an entry in
/etc/network/interfaces, but there may also be a more
elegant solution that others proposed.  
https://bugs.launchpad.net/~deshantm?field.searchtext=xen&orderby=-importance&search=Search&field.status%3Alist=NEW&field.status%3Alist=INCOMPLETE_WITH_RESPONSE&field.status%3Alist=CONFIRMED&field.status%3Alist=TRIAGED&field.status%3Alist=INPROGRESS&field.status%3Alist=FIXCOMMITTED&field.assignee=&field.bug_reporter=&field.omit_dupes=on&field.has_patch=&field.has_no_package=

I added the following to my /etc/network/interfaces
auto eth0
iface eth0 inet dhcp

And rebooted the machine. (could have possibly just
started the network services and xend)

Will test some more.

/Jd


--- jd <jdsw2002@xxxxxxxxx> wrote:

> Sorry.. here is with attachment containing brctl,
> ifconfig and xm info.
> 
> 
> Hi
>    I am mainly a Fedora user but I am trying to use
> Xen on Ubuntu. I installed the ubuntu-server-xen
> package. And my system is upto date. Also have
> network-script to  network-bridge and vif-script to
> vif-bridge. Added loop_max=64 to the /etc/modules.
> 
> Problem
> =======
> The  domU N/w is not working
> 
> the bridge does not seem to have any interfaces. On
> Fedora it had peth0 and vif0.0. The Ubuntu
> distribution is having veth0.. interfaces.
> 
> brctl show 
> bridge name     bridge id               STP enabled 
>  
>  interfaces
> xenbr0          8000.feffffffffff       no          
>  
>  
> 
> As I start the VMs the vif<domid>.0 interfaces do
> get
> added. But the domU does not get the n/w (as I think
> the other end of the bridge is not setup correctly).
> This is true for both PV and HVM guests
> 
> I tried to add manually veth0, brctl fails with
> invalid argument.
> I tried adding vif0.0 and eth0. With this my domU
> n/w
> worked but dom0 n/w is lost.!!
> 
> Any ideas on how to resolve this.
> 
> Thanks
> /Jd
> 
> 
> 
> 
>      
>
____________________________________________________________________________________
> Never miss a thing.  Make Yahoo your home page. 
> http://www.yahoo.com/r/hs



      
____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] WORKAROUND : Re: Ubuntu Gutsy Xen problems : DomU n/w not working, jd <=