All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Kevin P. Fleming" <kpfleming@cox.net>
To: Chris Friesen <cfriesen@nortelnetworks.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: is it possible to bridge virtual devices (ie. a GRE tunnel)?
Date: Thu, 23 Jan 2003 12:41:53 -0700	[thread overview]
Message-ID: <3E304581.2010302@cox.net> (raw)
In-Reply-To: <3E3040B7.6040001@nortelnetworks.com>

Chris Friesen wrote:
> 
> I want to set up two physically separate LANs with the same network 
> address and logically bridge them using some kind of tunnel over an IP 
> network.
> 
> I was hoping to somehow combine bridging with GRE tunnels in the kernel 
> to accomplish this, but I haven't been able to find out for sure if the 
> current kernel bridging code can handle a tunnel device as one of the 
> bridge elements.
> 
> Can anyone give the definitive answer for this?
> 
> Thanks,
> 
> Chris
> 

I don't believe you'd be able to use GRE tunnels, as they are not an "Ethernet" 
type of tunnel.

However, I run a network with three physical locations, bridged over TAP-type 
tunnels using VTUN (vtun.sourceforge.net). These are Ethernet-type tunnel 
devices, so the bridge code just sees them as if it was any other Ethernet 
network interface.

In addition, I use ebtables to control what traffic gets bridged across the 
tunnels, so extraneous broadcast/multicast traffic stays where it is supposed to.


      reply	other threads:[~2003-01-23 19:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-23 19:21 is it possible to bridge virtual devices (ie. a GRE tunnel)? Chris Friesen
2003-01-23 19:41 ` Kevin P. Fleming [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3E304581.2010302@cox.net \
    --to=kpfleming@cox.net \
    --cc=cfriesen@nortelnetworks.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.