From owner-freebsd-questions@FreeBSD.ORG Fri Apr 22 13:16:52 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 3233216A4CE for ; Fri, 22 Apr 2005 13:16:52 +0000 (GMT) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 1906E43D2D for ; Fri, 22 Apr 2005 13:16:51 +0000 (GMT) (envelope-from ph.schulz@gmx.de) Received: (qmail invoked by alias); 22 Apr 2005 13:16:49 -0000 Received: from dsl-084-056-245-000.arcor-ip.net (EHLO [192.168.1.6]) [84.56.245.0] by mail.gmx.net (mp003) with SMTP; 22 Apr 2005 15:16:49 +0200 X-Authenticated: #1954550 Message-ID: <4268F93E.60806@gmx.de> Date: Fri, 22 Apr 2005 15:16:46 +0200 From: Phil Schulz User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dana Rawson , freebsd-questions@freebsd.org References: <6510fda5050421105944397891@mail.gmail.com> In-Reply-To: <6510fda5050421105944397891@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: Re: Verizon EVDO - Broadcom a/b/g - Cisco VPN Client = how to in 5.3 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: Fri, 22 Apr 2005 13:16:52 -0000 Dana Rawson wrote: [...] > > 3. Cisco VPN client software installation - I have downloaded the > Cisco VPN client from Cisco and also have seen the vpnc port in > FreeBSD. Would either one work to connect to a cisco device? How > would I incorporate my .pcf file into the installation/configuration? > I did not know that there was a FreeBSD version for the Cisco client. If you downloaded the Linux version -- it won't work b/c it loads a kernel module and thus won't work under the Linux binary compatibility environment. The vpnc port works fine for me, although I don't know the model no. of the device I connect to. If there are any limitations on what models work with the port, I'm sure there is some information about it on the webpage of the tool. The .pcf file is human readable, you can easily extract all information you need to set up your tunnel. If you have the "GroupPwd" in encoded form, search the internet for a "decoder". I don't have the link at hand, but there definitely is a site where you can enter the hash and have it spit out the clear phrase. HTH, Phil.