|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] Inter VM communication
My OS is Ubuntu 10.04 lts and using xen 4.0. I will give a try on both. However, I don't want to share. I will post the result. Thank you
Anju
From: Rudi@xxxxxxxxxxxDate: Wed, 1 Jun 2011 19:59:07 +0200Subject: Re: [Xen-users] Inter VM communicationTo: linux@xxxxxxxxxxxCC: xen-users@xxxxxxxxxxxxxxxxxxx; arya2595@xxxxxxxxxxxxxxxxxxOn Wed, Jun 1, 2011 at 7:53 PM, Digimer <linux@xxxxxxxxxxx> wrote:
On 06/01/2011 01:48 PM, Rudi Ahlers wrote:
On Wed, Jun 1, 2011 at 7:15 PM, Achala Aryal
< arya2595@xxxxxxxxxxxxxxxxxx <mailto: arya2595@xxxxxxxxxxxxxxxxxx>> wrote:
Hi:
I have two HVM domU ubuntu 10.04 Lts and Window XP running. I have
assigned PCIe device to each of this domU. I would like to
communicate these two VM. Can anyone give me some idea on how to do.
I did some research on IVC but unable to get answer. Anything will
be appreciated.
Anju
Simply setup an extra interface on each VM, on the same IP subnet and
they'll communicate to each other :)
i.e. something like:
ifconfig eth0:0 192.168.2.1
and then on the other VM
ifconfig eth0:0 192.168.2.2
This works, but it shares the network traffic with the same network as the existing traffic. This is possibly a security issue if the existing network is not fully trusted. If the 2 VM's are on the same Hypervisor, and they're using a IP subnet which other hosts don't use then it doesn't get "shared".
Use VLAN if you need security :) -- Kind RegardsRudi AhlersSoftDuxWebsite: http://www.SoftDux.comTechnical Blog: http://Blog.SoftDux.com
Office: 087 805 9573Cell: 082 554 7532
_______________________________________________
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
|
|
|
|
|