From owner-freebsd-questions@FreeBSD.ORG Sat Feb 22 09:52:28 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 48B64B74 for ; Sat, 22 Feb 2014 09:52:28 +0000 (UTC) Received: from mail-yh0-x22c.google.com (mail-yh0-x22c.google.com [IPv6:2607:f8b0:4002:c01::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 064C715AA for ; Sat, 22 Feb 2014 09:52:27 +0000 (UTC) Received: by mail-yh0-f44.google.com with SMTP id f73so3481433yha.17 for ; Sat, 22 Feb 2014 01:52:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=QFB8yZGTP9tkrdI04eg/FQlRdlp8E3Vq4lwgkftR60c=; b=v2Xi08x3BOpx6+IdGjf6qu3qgItqj23c3T7ZSSaqCIxVsBijiF2kdSVEwzoUkjTHPc IEzH9qao1vF9DIDH77QIX3lKavjimeRJsgeHWFXLrV5fjXXGhm8BkgPfObVXWF4SOx4m eTy09QiQUagZ3oVqY51zrBJL9P6Wrl0mMDTCxYDc47aO8c4rXwDLLKJHmMl9zMYtQ8Lw wtmFlBwzLUX0yCpAr0XfcUD3j3sLnohUJjzAu0n9GYhBvf1ug6J2BCSUyrAvTPQek9iH OF4/nXPFW17K68iyjWwhzg4qqtd59aMHo8BX5MfOFBX4Y3g6uYZkTpPxAYI7iqgl85y6 Flwg== MIME-Version: 1.0 X-Received: by 10.236.120.17 with SMTP id o17mr15994540yhh.121.1393062259740; Sat, 22 Feb 2014 01:44:19 -0800 (PST) Received: by 10.170.214.212 with HTTP; Sat, 22 Feb 2014 01:44:19 -0800 (PST) In-Reply-To: <20140222084125.GA1567@tiny-r255948> References: <20140222084125.GA1567@tiny-r255948> Date: Sat, 22 Feb 2014 13:14:19 +0330 Message-ID: Subject: Re: IPSec From: Farzin Falahati To: Matthias Apitz Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 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: Sat, 22 Feb 2014 09:52:28 -0000 thank you Matthias for your reply but vpnc is a client used for accessing remote user to a LAN via ipsec tunnel while i want to have an ipsec tunnel between two lan networks. i mean i want to connect two seperated remote lan to each other via an ipsec tunnel over the internet. in order to do that, i'm using ipsec-tool (racoon) to create ipsec tuunel between my lan and a cisco router which is member of another lan. is it possible to have an ipsec tunnel between two lan (from freebsd in lan1 to a cisco router in lan2)?