From owner-freebsd-questions@FreeBSD.ORG Thu Sep 29 01:57:30 2005 Return-Path: X-Original-To: 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 C6CAE16A41F for ; Thu, 29 Sep 2005 01:57:30 +0000 (GMT) (envelope-from dlemire@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F37F43D48 for ; Thu, 29 Sep 2005 01:57:30 +0000 (GMT) (envelope-from dlemire@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so228851qbd for ; Wed, 28 Sep 2005 18:57:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=qQgyNFaPV/PhngHud2fk2w2pGP0FlNBSpmeQwQg9kgeDlBLQFAo9nR0xUb08P6XS/PZb+3pxG2X6ChG3OMvHH5qiUHd8v4S1JC7MtPxr6syay5aqxW2ZW4UkBgttwfZFtk/PsqCA0n1Z5nj8m7M53/8WZ8AeDNvigF92uCmxakE= Received: by 10.65.81.19 with SMTP id i19mr38272qbl; Wed, 28 Sep 2005 18:50:25 -0700 (PDT) Received: by 10.65.135.3 with HTTP; Wed, 28 Sep 2005 18:50:25 -0700 (PDT) Message-ID: <32e9a1d0509281850225e48b6@mail.gmail.com> Date: Wed, 28 Sep 2005 19:50:25 -0600 From: Denis Lemire To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: Creating IPSec VPN between FreeBSD and Linksys WRV54G X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Denis Lemire List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 01:57:30 -0000 I have setup many IPSec FreeBSD VPN's using racoon and gif interfaces. On the FreeBSD side I've got: gif0: flags=3D8051 mtu 1280 tunnel inet [LOCAL_WAN_IP] --> [REMOTE_WAN_IP] inet 172.31.1.1 --> 192.168.1.1 netmask 0xffffffff I have the usual setkey policies in /etc/ipsec.conf (loaded with setkey -f)= . The router and the BSD box are establishing IKE no problem according to racoon logs, however I can't actually get any traffic across. Clearly there is something about the Linksys implementation that I'm not familiar with. Anybody have any luck with this particular setup?