From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 15:36:37 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0633916A46C for ; Mon, 9 Jul 2007 15:36:37 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from pollux.dfwlp.com (rrcs-64-183-212-244.sw.biz.rr.com [64.183.212.244]) by mx1.freebsd.org (Postfix) with ESMTP id CA97A13C487 for ; Mon, 9 Jul 2007 15:36:36 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from [192.168.125.134] ([192.168.125.134]) (authenticated bits=0) by pollux.dfwlp.com (8.13.8/8.13.8) with ESMTP id l69FaY96035985 for ; Mon, 9 Jul 2007 10:36:34 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Mon, 9 Jul 2007 10:36:33 -0500 User-Agent: KMail/1.9.6 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707091036.33786.freebsd@dfwlp.com> X-Spam-Status: No, score=-4.1 required=3.6 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on pollux.dfwlp.com Subject: Re: vpnc on FreeBSD 6.2 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: Mon, 09 Jul 2007 15:36:37 -0000 On Monday 09 July 2007 10:28:00 Xihong Yin wrote: > Hi, > > I am trying to make vpnc working on my FreeBSD 6.2 laptop to connect to a > Cisco 3000 VPN concentrator without any luck. Has anybody been successful > on this? Is there any guide on this? > > Thanks, > Xihong > > ---------------------------------------------------------------------- > Get a free email account with anti spam protection. > http://www.bluebottle.com/tag/2 > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" ill confirm that it does work properly. you should be able to set up a config file (default is to put it in /usr/local/etc/vpnc/) for your site. it might look like this: IPSec gateway xxx.xxx.xxx.xxx IPSec ID VPN3000UserGroup IPSec secret VPN3000UsrGrpPasswd Xauth username domain\username ours, auths against a windows 2000 server's radius (which in turn auths against the active directory account). if you set up usernames and password directly in the vpn3000, i would assume you would put that in the username. i just give the command (as root): 'vpnc sitename' and it chooses sitename.conf from /usr/local/etc/vpnc. can you give some info about whats not working? -- Jonathan Horne http://dfwlpiki.dfwlp.org freebsd@dfwlp.com