From owner-freebsd-questions@FreeBSD.ORG Wed Jan 12 18:04:45 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53E8416A4CE for ; Wed, 12 Jan 2005 18:04:45 +0000 (GMT) Received: from smtpauth05.mail.atl.earthlink.net (smtpauth05.mail.atl.earthlink.net [209.86.89.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF0C243D3F for ; Wed, 12 Jan 2005 18:04:44 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=[192.168.63.10]) by smtpauth05.mail.atl.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 4.34) id 1ComrK-0008P6-Tv; Wed, 12 Jan 2005 13:04:43 -0500 From: "Andrew L. Gould" To: freebsd-questions@freebsd.org Date: Wed, 12 Jan 2005 12:04:54 -0600 User-Agent: KMail/1.6.2 References: <200501121719.j0CHJjx1018275@dc.cis.okstate.edu> In-Reply-To: <200501121719.j0CHJjx1018275@dc.cis.okstate.edu> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200501121204.55175.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bc1ff1eb9ec2a3f27c3818d3a670e5b9d4350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 cc: Martin McCormick Subject: Re: UNIX-Based VPN Applications X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jan 2005 18:04:45 -0000 On Wednesday 12 January 2005 11:19 am, Martin McCormick wrote: > I have been asked as to whether there are any VPN applications > that can run on UNIX clients using Linux, FreeBSD, and MacOS. I > think the general idea is that they could tunnel in from outside of > our campus and receive an IP number on our network. > > There would probably be a UNIX server on the campus end of the > network to accept these connections. > > Those of us who work here or are students can set up a UNIX > box on campus and use ssh in to it from anywhere. What I am asking > about is whether there is a VPN application that UNIX-users in > general can register with to have a presence on our network. > > Thank you very much. > > Martin McCormick WB5AGZ Stillwater, OK > OSU Information Technology Division Network Operations Group You might take a look at openvpn, which is available for *BSD, Linux, Mac OSX. Solaris and Windows. You can find openvpn in the ports at: /usr/ports/security/openvpn/ The openvpn website can be found at: http://openvpn.net/ Best of luck, Andrew Gould