From owner-freebsd-isp Sun Apr 13 00:57:32 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA22855 for isp-outgoing; Sun, 13 Apr 1997 00:57:32 -0700 (PDT) Received: from panda.hilink.com.au (panda.hilink.com.au [203.2.144.5]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA22850 for ; Sun, 13 Apr 1997 00:57:28 -0700 (PDT) Received: (from danny@localhost) by panda.hilink.com.au (8.8.5/8.7.3) id SAA13801; Sun, 13 Apr 1997 18:04:49 +1000 (EST) Date: Sun, 13 Apr 1997 18:04:48 +1000 (EST) From: "Daniel O'Callaghan" To: Ernie Elu cc: freebsd-isp@freebsd.org Subject: Re: VPN with encrypted data stream In-Reply-To: <199704121303.XAA11015@spooky.eis.net.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 12 Apr 1997, Ernie Elu wrote: > Does anyone have any suggestions how I might construct a Virtual Private > Network with an encrypted data stream? > > The scenario is two FreeBSD systems that are Internet gateways for a company > that has offices in several states. And they want to transfer files, email, > fileserver traffic etc. via the Internet but keep it secure. There is a program called ipip, which is IP over IP. It is not encrypted, but DES encrypting the data before encapsulation could not be too hard. It's on my to-do list, but a long way down. See ftp.hilink.com.au:/pub/Net/ipip.tar.gz Danny