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] Configuring xen bridges and networking issues

To: "'Tapas Mishra'" <mightydreams@xxxxxxxxx>, "'Larry Ing'" <larry@xxxxxxxx>
Subject: RE: [Xen-users] Configuring xen bridges and networking issues
From: "Walter Robert Ditzler" <ditwal001@xxxxxxxxx>
Date: Mon, 1 Aug 2011 03:35:34 +0200
Cc: 'xenList' <xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Sun, 31 Jul 2011 18:36:50 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:references:in-reply-to:subject:date:message-id :mime-version:content-type:content-transfer-encoding:x-priority :x-msmail-priority:x-mailer:importance:thread-index:content-language :disposition-notification-to; bh=6AahbUcLNV4xSullP75n2Uf1erKAOGyviFdM/QbHxaM=; b=ED2LRTszrOry8Hh+Zdw0anDI+Jej00CwKvXSeTmwP5huwoTDkpCGYGi6HMy1fYMZr6 3R3T91e2vyjyQPuPAVo1awhgB42PV0ikagWmFonaU7aqfWZm+lzwFwdwgf2gsbg8xvyD A6v1DsPpVtCAI2Y2yr6Z+u6SOabprRvdXKEcI=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
Importance: High
In-reply-to: <CALKraOanWBpbFTrxq7nmB77x-jS7omst1-B=+fxAqeP6R8BCog@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>
References: <1312048370.3281.4.camel@Astonmartin-U> <CALKraOanWBpbFTrxq7nmB77x-jS7omst1-B=+fxAqeP6R8BCog@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AQJ79i34mcfn6DmrE62E9ovS4RX1+wHzaFNuk5hNc6A=
why changing distribution, debian does it very well. for performance reason
I just defined a bridged interface:

auto br0
iface br0 inet static
        address         10.41.10.41
        netmask         255.255.255.0
        network         10.41.10.0
        broadcast       10.41.10.255
        gateway         10.41.10.1
        bridge_ports    eth0
        bridge_stp      on
        bridge_maxwait  0


vif             = [ 'bridge=br0,mac=xx:xx:xx:xx:xx:xx' ]

(network-script 'network-bridge antispoof=yes')
(vif-script vif-bridge)

thanks walter




-----Original Message-----
From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Tapas Mishra
Sent: Montag, 1. August 2011 03:16
To: Larry Ing
Cc: xenList
Subject: Re: [Xen-users] Configuring xen bridges and networking issues

On Sat, Jul 30, 2011 at 11:22 PM, Larry Ing <larry@xxxxxxxx> wrote:
> I am trying to use bridged networking with my Xen VMs, but I am unable 
> to connect them to the network.  I am running a Debian dom0 with Xen 
> 4.0.1.  I am not seeing a xenbr0 interface in the output of 
> "ifconfig", but I do see peth0 and eth0.  Running the command "brctl 
> show" tells me that eth0 is the bridge device.  In my xend-config.sxp 
> I did not name it eth0, but instead said the following 
> "(network-script 'network-bridge antispoof=yes bridge=xenbr0')."  How 
> do I create the xenbr0 interface and have my VMs successfully connect to
this bridge?
>
>

Though I did use Debian also in past but it simply has made things more
difficult to do.
There is some thing known as virt-viewer install it on your Debian and
create all your VMs and their settings etc from there.My sincere suggestion
to you will be to go with CentOS or some thing RHEL kind of thing if you are
newbie.

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


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