From owner-freebsd-questions@FreeBSD.ORG Fri Jun 1 13:18:29 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 E314616A41F for ; Fri, 1 Jun 2007 13:18:29 +0000 (UTC) (envelope-from krishsethu@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.227]) by mx1.freebsd.org (Postfix) with ESMTP id A740213C48A for ; Fri, 1 Jun 2007 13:18:29 +0000 (UTC) (envelope-from krishsethu@gmail.com) Received: by nz-out-0506.google.com with SMTP id 14so451116nzn for ; Fri, 01 Jun 2007 06:18:29 -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:mime-version:content-type:content-transfer-encoding:content-disposition; b=HH+/MUZjWSzh8cDnipzUdsvXDXrhu4QA07PiTgWbxCnnz2SV8dT577/uzAdsk48ZUoC5MV5VSe2Snko9wDtlabLERk72/dOYt01/klcd2Mj5kVtDQcM3mZabpePqx+F1dk7HwXJFBeLu1ECY+LXj6zWagaBkVpF0s1pBfJQrr2k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=PAOUlsZr7fTaD4PwzPYUzpUYzkwQ3ia4mouDl1kfXwTqsMq+nGUNKjPeJionuY0EK4jY576EocOT6DBSc5DW7EqIPdJvrcOKawDcPxAGLionLpCJkfPG8MJQ2ObNLujgaAHhltSAsi8/QrCN/AfiITiHFIJipUNa3/SDSeZXYlo= Received: by 10.143.161.3 with SMTP id n3mr84931wfo.1180702201315; Fri, 01 Jun 2007 05:50:01 -0700 (PDT) Received: by 10.143.168.15 with HTTP; Fri, 1 Jun 2007 05:50:01 -0700 (PDT) Message-ID: <594285890706010550v1e83b931j6e42d434b22f6bf4@mail.gmail.com> Date: Fri, 1 Jun 2007 18:20:01 +0530 From: "SethuRaman Krishnasamy" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: IPSec-NAT setup using racoon2 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, 01 Jun 2007 13:18:30 -0000 Hello! I could setup IPSec communication between two Peers in different network through NAT router using racoon-IKEv1. Now I would llike to set up IPSec communication between the peers using racoon2-IKEv2. The documentation of racoon2 doesnt describe the procedure to configure NAT-T parameters (in racoon2.conf file) like ''natt_ keepalive' ,'isakmp_nattt port' . I would like to know if IPSec-NATT setup can be made using racoon2 and the procedure for the same. I'm using racoon2 version racoon2-20061228a A<----------(Ikev2)----------> NAT<--------(Ikev2)---------> B Thanks for your time. Regards, Sethu