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] Inter-domain communication

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Inter-domain communication
From: Fernando Maior <fernando.souto.maior@xxxxxxxxx>
Date: Mon, 16 May 2005 08:27:54 -0300
Delivery-date: Mon, 16 May 2005 11:27:24 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gKrAKXbzkQ4mpHUAKrhIM31cIBS3YgxjP78HOZ6jstdboMRhZsXbZv7uQLv+haXslXAyz+A1JLOwCHonGkPHSZma97NhN2nfY/bGr+2N2kdn+jXNMjKbh0M1wJQCc30it9AK7FzSzB49RMTvcLXsyAbzsZbl3sO6vKgPuXlAC5I=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <1989465378@xxxxxx>
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>
References: <1989465378@xxxxxx>
Reply-to: Fernando Maior <fernando.souto.maior@xxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On 5/14/05, Susanne Goldammer <Susi2000@xxxxxx> wrote:
> Hello together,
> 
> i am new to xen so hello everybody :-)
> 
> I have read something about Inter-Domain communications and that it is
> also possible to let two different domains ( not domain0 ) communicate with 
> each other without
> using the physical network interface.
> 
> I like to create some virtual networks which are only exist between the 
> domain, not physical!
> 
> Thanks a lot for any hint.
> Susanne

Susanne,

1. Create bridges and assign correct parameters to them
  brctl addbr xen-br1
  brctl stp xen-br1 off
  brctl setfd xen-br1 0
  sleep 3
  ifconfig xen-br1 up

2. Change your config files for domains according
  /etc/xen/dom1
    vif = ['mac=aa:00:00:00:01:00, bridge=xen-br1']

  /etc/xen/dom2
    vif = ['mac=aa:00:00:00:02:00, bridge=xen-br1']

3. Configure the dom1 and dom2 /etc/sysconfig/network
interfaces files (ifcfg-eth0) with the correct IP address,
netmask, network and broadcast numbers.

4. Boot both domains, and you are done.

Be aware: xen start scripts do not take care of more
than one bridge. You change then according to your
needs, or create your own scripts.

All above is true for SUSE Linux 9.2 Professional with
Xen compiled from source.

-- 
Bye,
Fernando Maior
LPIC/1 31908

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

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