From owner-freebsd-net@FreeBSD.ORG Mon May 14 13:25:36 2007 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DE92F16A406 for ; Mon, 14 May 2007 13:25:36 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.186]) by mx1.freebsd.org (Postfix) with ESMTP id 7031C13C459 for ; Mon, 14 May 2007 13:25:36 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: by mu-out-0910.google.com with SMTP id w8so697927mue for ; Mon, 14 May 2007 06:25:35 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ikFBDiq7sW0IPFOtesvmHFL3oosyqF3aGEfW6QJZoXT9WqD9DpAi5wxRt5vqvnmooUsYEl2F1YeVgV5GhyOLG1ixWkmCwk4ET5e9XRR3NoFiwjsxKBP5Y/YiN58jx/eVhQls577j4mfqp2GLTXLuzS3Xigt5Qy0h1RR3BR+fxbM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YKpcwwRl/Ad2jxXejburb+vThBFpyt5MxvQ/hxexTabh70tNbPyXZHuFv29QtY+r3fUQZC5pzDHINEU7Smeh472NtMGhTEXYDrGDhCLcaNFay7ATzm0TBo8B8g1tYyGu+4laTSFGlKSn/JY/1/5G0eteiS6gEic5rfiooWQehsU= Received: by 10.82.150.20 with SMTP id x20mr1720913bud.1179149134852; Mon, 14 May 2007 06:25:34 -0700 (PDT) Received: by 10.82.191.14 with HTTP; Mon, 14 May 2007 06:25:34 -0700 (PDT) Message-ID: <80f4f2b20705140625n2c941edeh776ddc0c624c9a93@mail.gmail.com> Date: Mon, 14 May 2007 09:25:34 -0400 From: "Jim Stapleton" To: freebsd-net@freebsd.org In-Reply-To: <80f4f2b20705140152x38a413fcve7d30562dbcb4ec2@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <80f4f2b20705131756r71850240w3577992241fb4259@mail.gmail.com> <4647C268.2030603@gmail.com> <80f4f2b20705140152x38a413fcve7d30562dbcb4ec2@mail.gmail.com> Subject: Re: VPNC seems to connect, but cannot ping any IPs X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2007 13:25:37 -0000 Looking at this a bit more, I think I should be able to simply modify a line on here to get it to work... Which of these would work the best? From: $ ifconfig "$TUNDEV" inet "$INTERNAL_IP4_ADDRESS" $ifconfig_syntax_ptp "$INTERNAL_IP4_ADDRESS" netmask 255.255.255.255 mtu 1412 up To: Do I create a loopback at 127.0.0.2 before hand or not? $ ifconfig "$TUNDEV" inet 127.0.0.2 $ifconfig_syntax_ptp "$INTERNAL_IP4_ADDRESS" netmask 255.255.255.255 mtu 1412 up this isntead uses my local net IP instead of a loopback $ ifconfig "$TUNDEV" inet 192.168.1.84 $ifconfig_syntax_ptp "$INTERNAL_IP4_ADDRESS" netmask 255.255.255.255 mtu 1412 up Thanks again, -Jim Stapleton On 5/14/07, Jim Stapleton wrote: > which version had a good source? I tried two versions with similar errors? > > Thanks, > -Jim Stapleton > > On 5/13/07, Jax wrote: > > Jim Stapleton wrote: > > > I'm using VPNC (security/vpnc) to get into my works VPN, but I'm > > > having an odd problem I do not know where to look next. I am behind a > > > nat/router, which I unfortantely cannot move out from behind for a > > > while. While I suspect that may be the issue, I'm not sure what else > > > to do. > > > > > Not problem until you use udp for communication and the ports open on > > the fw which are required for ipsec. > > > Since this is $GATE --> $GATE, I suspect that is my problem. > > > > > Yeah the new vpncs start script has bugs like this. I also had to remove > > code from it so I suggest you to rewrite it as you need or put back the > > previous version from source. > > > > Jax > > >