From owner-freebsd-questions@FreeBSD.ORG Fri Jan 12 00:48:34 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 776BB16A407 for ; Fri, 12 Jan 2007 00:48:34 +0000 (UTC) (envelope-from dghatikachalam@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.231]) by mx1.freebsd.org (Postfix) with ESMTP id 23F6413C428 for ; Fri, 12 Jan 2007 00:48:33 +0000 (UTC) (envelope-from dghatikachalam@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so648994wxc for ; Thu, 11 Jan 2007 16:48:33 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=ixjyfF95WKA6xqpxjjtfqY1ZoAbCeDSaajDfsZmHfsSKlKRtWluerITaGJTfwMQfVKYIaFHuuwcmkwUbB5eirgAdJMuLbyA7Ven6kewd5xHhxT3474mO65TYcCbXMg4yT9jiYV2zNrac/W5Z0sRi2qMwxrrZiDFktCeizLiAwp0= Received: by 10.70.130.8 with SMTP id c8mr143329wxd.1168562913379; Thu, 11 Jan 2007 16:48:33 -0800 (PST) Received: by 10.70.52.12 with HTTP; Thu, 11 Jan 2007 16:48:32 -0800 (PST) Message-ID: Date: Thu, 11 Jan 2007 19:48:32 -0500 From: "Dak Ghatikachalam" To: "Jeremie Le Hen" In-Reply-To: <20070111223126.GJ2616@obiwan.tataz.chchile.org> MIME-Version: 1.0 References: <20070111223126.GJ2616@obiwan.tataz.chchile.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-hackers@freebsd.org, freebsd-questions@freebsd.org, Vishal Patil Subject: Re: vpnc problem 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: Fri, 12 Jan 2007 00:48:34 -0000 I am successfully using vpnc that came with freebsd 6.1 able to connect into cisco 3000 concentrator all i had was vpnc.conf file On 1/11/07, Jeremie Le Hen wrote: > > Hi Vishal, > > First of all you should avoid cross-posting. Additionaly, I don't > think this is a question for -hackers@. > > On Wed, Jan 03, 2007 at 08:50:26PM -0500, Vishal Patil wrote: > > I have found the answer to this question. I basically had to edit the > > vpnc-script and replace the body of the function "get_default_gw" with > > > > netstat -r -n | sed 's/default/0.0.0.0/' | grep '^0.0.0.0' | awk '{print > > $2}' > > > > So now I have vpnc-0.3.3 working on FreeBSD. > > The port stands in security/vpnc, you should use it. It guess the > maintainer has tried it before updating the port and pushed the > appropriate patch into the ports tree. > > Regards > -- > Jeremie Le Hen > < jeremie at le-hen dot org >< ttz at chchile dot org > > _______________________________________________ > 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" >