From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Lunz Date: Sun, 9 Jul 2006 18:21:59 +0000 (UTC) Message-ID: References: <988346560607082052g6e2eb040s8e578909d1fdd69d@mail.gmail.com> Sender: news Subject: Re: [Bridge] Bridging two private lans w/ PPP and brtcl List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: bridge@osdl.org cyberfunk@gmail.com said: > Hi all, I'm trying to do the following (ASCII art diagram viewable in > fixed-width font at end of message): > > Take 2 private LANs, seperated by the internet, and bridge them by > creating a bridge from 2 ethernet devices and a ppp interface tunneled > over ssh between the two linux boxes concerned. You might want to investigate how openvpn works. In its simplest use, it's just an implementation of bridging in userspace using tap devices. Jason