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

Re: [Xen-users] Bridge Setup problem in domU!

To: Mark Hurenkamp <mark.hurenkamp@xxxxxxxxx>
Subject: Re: [Xen-users] Bridge Setup problem in domU!
From: Jan Muhammad <janmuhd@xxxxxxxxx>
Date: Mon, 15 Feb 2010 17:50:25 +0000 (GMT)
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 15 Feb 2010 09:51:31 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1266256225; bh=YkG1Exi6ZzlAF63OOUSKD5kHhGXK1r0PNpCed4f+d3I=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=dJSgrwuizhRW969zOpeb6q94Im2FaXzFI7aisrh1NZxoFAZxZXese8cAlFa5eMzwaSS68G+VkImh1p1EA7Nnf5K0JZC7bBU3y1XnWl7UiJDST6I6iR1k8jdJAzaztEMR9ylxLCP7VIYIXSQMQBv0ew8LoERPjoHG64D5enqu4v0=
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=W3ExA7zIepul8drxGuwlXcCaTEtH87wBgH2bLxe4MrFn/Axn54k58C/StbUoEM+RYzaQ1zqhMRvDXh/cAIVXuXtCwD6Ni3YV63Fy25l+DBYzn2EcOOICXDwMvO9bgq+922/gSPH2iFvZ/WNmQ98ijeHhF4UJQ9uxPsrdB0mVNcw=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <fc833db609967bb63ac75400a937ff5e.squirrel@xxxxxxxxxxxxxxxxx>
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi Mark,

Thanks indeed for your response.
Do you mean I should disable earlier entries in (/etc/network/interfaces) config file; I already have static entries in this file. I note that when I did so the NFS seems to stoped/failed and also now I can't create new domU's due to unavailablity of Network Proxy... :(

Regards

-Jan
From: Mark Hurenkamp <mark.hurenkamp@xxxxxxxxx>
Subject: Re: [Xen-users] Bridge Setup problem in domU!
To: "Jan Muhammad" <janmuhd@xxxxxxxxx>
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Date: Monday, 15 February, 2010, 21:50


Hi Jan,


> Either I disable or enable DHCP option in config file still the error
> message is same (as follow).
> Although both dom0 and domU boot okay, except for a problem with bridge
> problem. The network bridge is never setup when the
> server is rebooted.  I have to shutdown domU, and then run
>
> ./network-bridge stop
> ./network-bridge start

I'm using a similar setup, running a Ubuntu Karmic dom0, and several
Debian/Ubuntu domU machines.

But I've completely stopped using the network-bridge scripts, and now
setup the bridge from my /etc/network/interfaces config file, which avoids
the whole problem of transfering IP, and renaming eth device completely.


Here's an example for setting up a bridge using Debian/Ubuntu:

auto br0
iface br0 inet static
        address 192.168.1.101
        network 192.168.1.0
        netmask 255.255.255.0
        broadcast 192.168.1.255
        gateway 192.168.1.1
        bridge_ports eth0

This has worked fine for me ever since the first xen-3.0 days ;-)


Regards,

Mark.



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