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] To avoid Bridging

To: Fasiha Ashraf <feehapk@xxxxxxxxxxx>
Subject: Re: [Xen-users] To avoid Bridging
From: "Fajar A. Nugraha" <fajar@xxxxxxxxx>
Date: Thu, 19 Mar 2009 22:17:43 +0700
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 19 Mar 2009 08:18:23 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <129964.64646.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
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: <129964.64646.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On Thu, Mar 19, 2009 at 8:42 PM, Fasiha Ashraf <feehapk@xxxxxxxxxxx> wrote:
> what if i use Vyatta's product VC5 for VM to VM communication?

So I'm guessing what you're trying to do is :
- test Vyatta in a virtual environment (Xen)
- have several VMs as test hosts, one of them is Vyatta
- you're running all of this on a notebook (which explains the wireless)
- the VMs will PROBABLY need access to internet

If that is correct, then it's MUCH easier for you to use Vmware server
since it allows you to easily create several private vm-only networks
and NAT networks, so you could easily simulate several networks with
Vyatta as router.

If you still want to go with Xen, then AFAIK bridged setup is the way
to go, but you should NOT bridge the wireless interface. Instead, you
create several bridges with "brctl addbr" command, and not attach it
to any physical interface. You put domUs on those bridges, which
should create a private vm-only network. You can also assign IP
address to some of the bridges, and setup iptables NAT rules. The
Vyatta VM should have at least to NICs, one connected to vm-only
bridge and the other to the NATted bridge. Note that this setup
involves lots of command line, so it's probably MUCH easier if you use
Vmware server instead.

Regards,

Fajar

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

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