From owner-freebsd-questions@FreeBSD.ORG Thu Sep 13 15:02:44 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 494D216A417 for ; Thu, 13 Sep 2007 15:02:44 +0000 (UTC) (envelope-from ckd35510@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.183]) by mx1.freebsd.org (Postfix) with ESMTP id BB61313C45B for ; Thu, 13 Sep 2007 15:02:43 +0000 (UTC) (envelope-from ckd35510@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so655221waf for ; Thu, 13 Sep 2007 08:02:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=cvNoj7VIZDx323GMt8np6x5ey08Ds4hK0lwdFRq+Vv4=; b=RQPv3L1dYdV95V5KhyoVexd7MBGunbMf1kIY3WrXMfDhKphBkndvHS7edjIpNArX8TAkBvBzPISKT+AoX7ikdS8DjiKWf944H5+jBqh8f9T9/LsgUrEE5YoI2hHO3QBwWqO1Ngp3MnFhtR1acdY3AlD7Kc00zLmkOOtNMfAxpOA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=CVA4B1KL05X6axq1Ih8O/uE1T0LZt3ytKC00BBm3VMS1jrlEN8HQlWZ7z73yepuDL+x9liQ6PQzQ2QGVsbQyKAAtotkHEInAiGlkm38PdgtLIk6Kwx0awRyLIVl1wsHlmz3W0WARHi96iQ/aVamdBXmG3pZtEN9Uqd4vygyi1rg= Received: by 10.114.123.1 with SMTP id v1mr109411wac.1189694009071; Thu, 13 Sep 2007 07:33:29 -0700 (PDT) Received: by 10.114.174.14 with HTTP; Thu, 13 Sep 2007 07:33:29 -0700 (PDT) Message-ID: <3f02670709130733g7bc53e2ai76b50dec412543ac@mail.gmail.com> Date: Thu, 13 Sep 2007 16:33:29 +0200 From: "ckd ckd" To: freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: vpn which 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: Thu, 13 Sep 2007 15:02:44 -0000 Hi, i tryed to make a VPN between 2 freeBSD 6.2 like this : ----10.0.1.0/24 ---GW1: 10.0.0.1 ============= 10.0.0.2 GW2 --- 10.0.2.0/24 whith GENERIC kernel i can ping from either subnet. i compiled a custom kernel with options IPSEC and IPSEC_ESP . the ping dont work ? Thanks for ur help