From owner-freebsd-hackers Tue Oct 7 21:58:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA18779 for hackers-outgoing; Tue, 7 Oct 1997 21:58:16 -0700 (PDT) (envelope-from owner-freebsd-hackers) Received: from word.smith.net.au (vh1.gsoft.com.au [203.38.152.122]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA18764 for ; Tue, 7 Oct 1997 21:57:55 -0700 (PDT) (envelope-from mike@word.smith.net.au) Received: from word.smith.net.au (localhost.gsoft.com.au [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id OAA00806; Wed, 8 Oct 1997 14:22:35 +0930 (CST) Message-Id: <199710080452.OAA00806@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Wm Brian McCane cc: hackers@FreeBSD.ORG Subject: Re: SKIP In-reply-to: Your message of "Mon, 06 Oct 1997 17:58:18 EST." <199710062258.RAA04576@bmccane.uit.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 08 Oct 1997 14:22:35 +0930 From: Mike Smith Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I asked a while back about setting up a Virtual Private Network. > Many people suggested SKIP and 1 suggested swIPe. I have been looking at > the SKIP documentation, and I think we may have had a slight misunderstanding. That's OK. Once you understand routing a little better, you'll be fine. > From what I have read so far in the SKIP docs, it is to connect > Machine A to Machine B via a "secure" pipe. And I have seen a little > bit about possible connection Machine A to LAN C. But what I need to do > is connect LAN C to LAN D. Is this possible with SKIP, swIPe, or a > player to be named later? You use a secure pipe between two machines, and route all traffic between the networks in question via the pipe. mike