[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-users] Inter-domain communication


  • To: xen-users@xxxxxxxxxxxxxxxxxxx
  • 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=
  • List-id: Xen user discussion <xen-users.lists.xensource.com>

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.