From owner-freebsd-questions@FreeBSD.ORG Mon Feb 24 13:58:56 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 73D039FA for ; Mon, 24 Feb 2014 13:58:56 +0000 (UTC) Received: from man.dat.pl (dat.pl [80.51.155.34]) by mx1.freebsd.org (Postfix) with ESMTP id 2D81B18FC for ; Mon, 24 Feb 2014 13:58:55 +0000 (UTC) Received: from man.dat.pl (localhost [127.0.0.1]) by man.dat.pl (Postfix) with ESMTP id 97BACCF1DAE; Mon, 24 Feb 2014 14:52:53 +0100 (CET) X-Virus-Scanned: amavisd-new at dat.pl Received: from man.dat.pl ([127.0.0.1]) by man.dat.pl (man.dat.pl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Psucx_I95w5d; Mon, 24 Feb 2014 14:52:51 +0100 (CET) Received: from [10.0.6.80] (unknown [212.69.68.42]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by man.dat.pl (Postfix) with ESMTPSA id 53B48CEF68E; Mon, 24 Feb 2014 14:52:51 +0100 (CET) Message-ID: <530B4EB2.6050703@dat.pl> Date: Mon, 24 Feb 2014 14:52:50 +0100 From: Maciej Milewski User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Farzin Falahati Subject: Re: IPSec References: <20140222084125.GA1567@tiny-r255948> <20140222095913.GA1855@tiny-r255948> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Feb 2014 13:58:56 -0000 On 23.02.2014 06:06, Farzin Falahati wrote: > thanks Matthias but you know i should do this for my project and for that i > must use ipsec-tools(racoon) to create an ipsec tunnel between my two LANs. > so i just want to know if it is possible to create an ipsec tunnel by using > racoon between a FreeBSD system and a cisco router. is it possible??? Yes, that's possible. That's standard IPSEC tunnel. You need to configure: /etc/ipsec.conf /usr/local/etc/racoon/racoon.conf /usr/local/etc/racoon/psk.txt with the same proposals, alghoritms and PSK values on yopur Cisco router. Maciej -- Pozdrawiam, Maciej Milewski