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] DomO network bridge

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] DomO network bridge
From: Marco Nenciarini <mnencia@xxxxxxxxxxxxxx>
Date: Fri, 16 Jul 2010 08:44:05 +0200
Delivery-date: Thu, 15 Jul 2010 23:45:37 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <AANLkTinatuFxtInfWlSzUCeZJu-cbzebygSIJWNZuq9u@xxxxxxxxxxxxxx>
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>
Openpgp: id=F095E5E4; url=http://www.prato.linux.it/~mnencia/mnencia.asc
References: <AANLkTinatuFxtInfWlSzUCeZJu-cbzebygSIJWNZuq9u@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100620 Icedove/3.0.5
On 15/07/2010 22:40, Hardeep Uppal wrote:
> Hi,
> 
> I have xen3.3 running on debian 2.6.26-2-xen-686 domO kernel and couple of
> domU kernel running Ubuntu9.04. I'm using xen-tools to create domU. The
> domUs can ping each other but cannot ping anything else including dom0 or
> any outside host. Dom0 cannot ping the domUs but is able to talk to other
> host. I have been having problem getting the bridge between dom0 and domU.
> The network bridge script throws the follow error when executed.
> 
> ettm@ettm:~$ sudo /etc/xen/scripts/network-bridge start
> ifdown: interface eth0 not configured
> ifdown: interface peth0 not configured
> Error: either "dev" is duplicate, or "peth0" is a garbage.
> 
> I am not sure what the above error means. Is there another way to setup
> bridging between domU and dom0 without using network-bridge? I would really
> appreciate any help I can get.

Try to follow this:

http://lists.xensource.com/archives/html/xen-users/2010-07/msg00275.html

just skip the bond0 stanza.

Here a resume  of resulting /etc/network/interfaces without comments
----8<----8<----8<----8<----8<----8<----8<----8<----8<----8<----8<---

auto lo
iface lo inet loopback

auto br0
iface br0 inet static
        address 192.168.1.10
        netmask 255.255.255.0
        gateway 192.168.1.1
        bridge_ports eth0
        bridge_maxwait 0

---->8---->8---->8---->8---->8---->8---->8---->8---->8---->8---->8---

That's all.

Kind regards,
Marco

-- 
---------------------------------------------------------------------
|    Marco Nenciarini    | Debian/GNU Linux Developer - Plug Member |
| mnencia@xxxxxxxxxxxxxx | http://www.prato.linux.it/~mnencia       |
---------------------------------------------------------------------
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>