From owner-freebsd-questions@FreeBSD.ORG Thu Aug 31 16:28:10 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 0AEA816A4DE for ; Thu, 31 Aug 2006 16:28:10 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out4.blueyonder.co.uk (smtp-out4.blueyonder.co.uk [195.188.213.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9990743D6A for ; Thu, 31 Aug 2006 16:28:03 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [172.23.170.146] (helo=anti-virus03-09) by smtp-out4.blueyonder.co.uk with smtp (Exim 4.52) id 1GIpOc-0002ij-NN; Thu, 31 Aug 2006 17:28:02 +0100 Received: from [82.41.35.166] (helo=[192.168.0.2]) by asmtp-out4.blueyonder.co.uk with esmtp (Exim 4.52) id 1GIpOb-0006vy-JM; Thu, 31 Aug 2006 17:28:01 +0100 Message-ID: <44F70E11.7020203@dial.pipex.com> Date: Thu, 31 Aug 2006 17:28:01 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20060515 X-Accept-Language: en MIME-Version: 1.0 To: Jim Stapleton References: <80f4f2b20608310912l45efdedcxc72c67f6adab562c@mail.gmail.com> In-Reply-To: <80f4f2b20608310912l45efdedcxc72c67f6adab562c@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: can someone point me to some good and descriptive VPN documentation for my use? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Aug 2006 16:28:10 -0000 Jim Stapleton wrote: > I'm trying to VPN in to work from home, and the IT group there only > supports windows. There are Cisco pre-configured clients for Linux, > MacOS X, and Windows available, but not BSD. > > I tried running the Linux binary, but it wanted to move to a > nonexistant driectory, and didn't tell me which directory it couldn't > find, so I couldn't make the proper symlink. You could try a strings on the binary to try to find the directory - assuming that's the only problem, of course :-) --Alex