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] VM's on tunnels

To: Xen-Users List <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] VM's on tunnels
From: chris <tknchris@xxxxxxxxx>
Date: Fri, 18 Mar 2011 00:28:22 -0400
Delivery-date: Thu, 17 Mar 2011 21:29:32 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=b9CXp6nq/C03rb4QXJqYaQkq6h9qB5fMbNwPy2nHINw=; b=fCdtc/QdaYdyQ/dgGAtlEtG3ayxxQTCf0ybNV98o8gU7CCdGhxuF2MHy9Ic78/cg2O eVeOGOwutodzKtL8xYF28YTrxg/tjMri3P3nJ5e4SHRdZKqRwy1domN1DEGOiwxOpJWP 4xLgX2u6XBKmj5dM/uz35cHALm8oax31QEq48=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=MlVBQg0+faVnYpEcugOV4JUW2C9uzi12wKb8TpuFGdhG8zMhQBLxZ7XT7jnD4RDPBD C7Ts0UuhdMqEegep/kftJi+KjC/q7Bhll6+g62IUusC4qt8P/KGd4CQfvkUQii1dsM80 olOFAJd7FLTC8aM4YjJbQUIXI5m6cDN1lysH8=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hello,

I have a VM where I would like to setup a secondary interface which
has an IP on a remote lan ideally with GRE. I have a simple GRE tunnel
from dom0 to a cisco at the remote site, the tunnel works great I have
routes in and I can ping between both sides dom0 and the remote
router/lan. I had planned on just bridging the GRE interface with a
new empty bridge then have the VM attach to that bridge as well and I
would have ethernet over GRE. I create the bridge and when I try to
add the GRE interface to the bridge I get "invalid argument". After
some googling I saw several things mentioning that this there was some
activity with ethernet over GRE in recent kernels apparently around
the time of 2.6.28. I am running debian squeeze as dom0 so i have
2.6.32 which I would assume has that code, yet I still cant' do it.

When I try to add the GRE interface to the bridge I get this:

# brctl addif br0 tunnel
can't add tunnel to bridge br0: Invalid argument6

In dmesg on dom0 I see this:

[964402.806362] br0: Dropping NETIF_F_UFO since no NETIF_F_HW_CSUM feature.

Has anyone been able to do something like this? I know I could
probably put a different private lan on the bridge and nat it behind
the GRE interfaces IP but I think bridging would be cleaner and more
what my needs are.

Any info / ideas would be appreciated

chris

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] VM's on tunnels, chris <=