* is it possible to bridge virtual devices (ie. a GRE tunnel)?
@ 2003-01-23 19:21 Chris Friesen
2003-01-23 19:41 ` Kevin P. Fleming
0 siblings, 1 reply; 2+ messages in thread
From: Chris Friesen @ 2003-01-23 19:21 UTC (permalink / raw)
To: linux-kernel
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
--
Chris Friesen | MailStop: 043/33/F10
Nortel Networks | work: (613) 765-0557
3500 Carling Avenue | fax: (613) 765-2986
Nepean, ON K2H 8E9 Canada | email: cfriesen@nortelnetworks.com
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: is it possible to bridge virtual devices (ie. a GRE tunnel)?
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
0 siblings, 0 replies; 2+ messages in thread
From: Kevin P. Fleming @ 2003-01-23 19:41 UTC (permalink / raw)
To: Chris Friesen; +Cc: linux-kernel
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-01-23 19:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox