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

[Xen-users] Virtual network inside a private network

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Virtual network inside a private network
From: "Bazil Lucian" <bazil.lucian@xxxxxxxxx>
Date: Sun, 29 Oct 2006 21:25:10 -0800
Delivery-date: Sun, 29 Oct 2006 21:25:39 -0800
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=sE8KLiPPafgIbty/ivv8SmMpyDh4BnpLYCwBAYiD+HOtMAuo1EGBmNUQ626Qot2WPq7HnTqZ1DmMm4pRv2bhdl87dQDOwDBK4SNGRqxGNn4Jc3El3XypojIjycUr2sTYO/dR5AXKrnvV9UnjeS4Brs8QItt1DvrmZcOwEzKFlyg=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx

Hello,

I am trying to set up the following on my existing network. I guess its virtual network inside a private network.
I have a server (192.168.0.130) running 4 regular vms ( 192.168.0.131,132,133,134) to which I can connect from within my companys private network.

[company router : 192.168.0.1] --- [internet]
|
[my desktop client : 192.168.0.120]
|
[Dom0 server: 192.168.0.130 ]
|
[DomU vm1: 192.168.0.131]
[DomU vm2: 192.168.0.132]
[DomU vm3: 192.168.0.133]
[DomU vm4: 192.168.0.134]

What I need is to test a client server application where server parts run on its own network (ex: 68.210.25.10,11,12,13) using those 4 VMs and I should be able to access them from 192.168.0.120 client address. The server app doesnt work on the internal network addressing.

[company router : 192.168.0.1] --- [internet]
|
[my desktop client : 192.168.0.120]
|
[Dom0 server: 192.168.0.130 ]
|
[DomU vm1: 68.210.25.10]
[DomU vm2: 68.210.25.11]
[DomU vm3: 68.210.25.12]
[DomU vm4: 68.210.25.13]

What is the best way about implementing that and are there any guides or scripts. I read here that it can somehow can be done with setting up a virtual freesco router or doing some kind of briding on dom0, but i was not too sure if the examples fit what i am trying to do. Can someone please explain some of the ways this can be implemented or show me some examples. I guess if its too complicated, i can do without vms being able to acess public internet, but they should be able to see each other and my desktop.

Thank you much

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Virtual network inside a private network, Bazil Lucian <=