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] Virtual Machine Interfaces

To: Russell Seymour <russell.seymour@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] Virtual Machine Interfaces
From: "Fajar A. Nugraha" <list@xxxxxxxxx>
Date: Wed, 29 Dec 2010 21:31:07 +0700
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 29 Dec 2010 06:32:24 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4D1B3D5D.6010509@xxxxxxxxxxxxxxxxx>
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: <4D1B3D5D.6010509@xxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On Wed, Dec 29, 2010 at 8:53 PM, Russell Seymour
<russell.seymour@xxxxxxxxxxxxxxxxxxx> wrote:
> Good afternoon,
>
> I have a host on which I am running Xen.  I have succesfully created a new
> guest machine and I can connect to it using routed networking.  I am not
> able to used bridged due to restrictions with my hosting company.

You can use bridge networking with a custom bridge not connected to
any dom0's eth, and making dom0 a router/firewall for domUs. If you're
familiar with managing router/firewall, this setup is actualy easier
to manage.

One example of such setup is virbr0 created by libvirt (bridge + nat).

>
> This server has a connection to my VPN on interface tap0.  I would like to
> add another interface to each of my virtual machines on this VPN network
> which means that I need to be able to route over the tap0 interface (I
> think).  However I have not been able to accomplish this and searching
> around the internet has not provided me with a complete answer.  If anyone
> has any pointers on this please can you forward them on?
>

You can try :
- create a bridge manually on dom0 (call it brtap0 or whatever)
- put tap0 on that bridge (you can use openvpn's --up argument to do
this automatically, see openvpn's manual)
- add another interface on domU's config, but specifically use
"script=vif-bridge" on that vif's definition, and put it on the same
bridge

That way you should be able to use both route and bridge networking.

-- 
Fajar

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

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