From owner-freebsd-current@freebsd.org Wed Dec 28 04:08:50 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96BE0C90550; Wed, 28 Dec 2016 04:08:50 +0000 (UTC) (envelope-from ermal.luci@gmail.com) Received: from mail-it0-x244.google.com (mail-it0-x244.google.com [IPv6:2607:f8b0:4001:c0b::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5DC981518; Wed, 28 Dec 2016 04:08:50 +0000 (UTC) (envelope-from ermal.luci@gmail.com) Received: by mail-it0-x244.google.com with SMTP id c20so35003698itb.0; Tue, 27 Dec 2016 20:08:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=OqOHKwcBNHPDMJ3SbL7pevobQzcZ62gu+Aifdqgb1XA=; b=OQtkKxhpr+35E06CRbLPsdP4Az6wxJ6I5hl9IHcjexqwTGWFndhihL3fk496hap0Ze fJ5xlD06DbL9jxvm9KodN7y1mc/CcRO0KXN017p/8A9QF+R90shohxdP/kjIHYFWoUdE 9ZvId1uBmni82UtqbW7JcC9lEtP3OHT3T6i8Vt5C9cLpKIDkOScCHWHa5g+AEteqk1lY z0NV1DUx8uzcFZBDYH6K4Ocr86A8gztVMqUW6GKClaJLdmlhv8H3E3ACoa8CPVkJ+rjk 85qMe9rRdGOl9ai1gC7BxY3oeGehslHLsvTEAO6S4mnyxg3ixw5jlEs+FCOj9oun8LY3 XLyA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=OqOHKwcBNHPDMJ3SbL7pevobQzcZ62gu+Aifdqgb1XA=; b=ufWwVGM97+BpNprZz3D6WQCKXV9nqxauD/3qIewGi4NhUQ9OD7j1a6HA1n0ZPjaYO7 IXHIvfTZ22UxCy+gq1aV+Uks35RSCgZi/+iB2x40p3cMLoWzLJs5AIc2HDnjKnkR+vSZ XdixRbjzSxQrdNP2lzJ9zG31fK4e3SQc7JEXRJ+L2/2u2B4vORwuIHpQv0XydFL7MVbS L+0Dd9zI7++cgURfNEygT0dz2ilZhZUHlSakMMuMhLN21l3G3B0ookCr0gGrxGrStTtH KCcOZr+H9g2xiWA0c9F4+WJ4VCB9vwMn0b/nsGfn75PubbjkgpXtUUqP2NKhMLXx5OCz aqDQ== X-Gm-Message-State: AIkVDXLrSdngn39PFNUlo2P/cvV+g4WUQpMXqHeIxnrv/+YG0vodZ6B4eZNFIE1wMR3bzHRwTdZjMqrhjW2ucQ== X-Received: by 10.36.120.5 with SMTP id p5mr17859238itc.5.1482898129800; Tue, 27 Dec 2016 20:08:49 -0800 (PST) MIME-Version: 1.0 Sender: ermal.luci@gmail.com Received: by 10.107.55.11 with HTTP; Tue, 27 Dec 2016 20:08:49 -0800 (PST) In-Reply-To: References: <2bd32791-944f-2417-41e9-e0fe1c705502@FreeBSD.org> <5889f1f5-5585-95d4-beac-285dbc722b4e@norma.perm.ru> From: =?UTF-8?Q?Ermal_Lu=C3=A7i?= Date: Tue, 27 Dec 2016 20:08:49 -0800 X-Google-Sender-Auth: BtW4BRVxOuUKgkwmWWSIz5HL3Kc Message-ID: Subject: Re: [RFC/RFT] projects/ipsec To: "Andrey V. Elsukov" Cc: Jim Thompson , "Eugene M. Zheganin" , freebsd-net , FreeBSD Current Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2016 04:08:50 -0000 On Tue, Dec 27, 2016 at 6:10 AM, Andrey V. Elsukov wrote: > On 27.12.2016 16:15, Jim Thompson wrote: > >> In it's initial state if_ipsec allows to use only one set of >>> encryption parameters (because only one sainfo anonyumous is >>> possible), so at this time it doesn't allow to create multiple >>> tunnels with VPN hubs that use different cipers and/or transform >>> sets, but as far as I understand this is subject to change and >>> Andrey is already working on a support of this feature from >>> ipsec-tools IKE daemon. >>> >> >> pfSense (which you mention below) is using strongswan, so when >> Andrey is finished with ipsec-tools, we will need to review his >> changes and see what we can do for strongswan. >> >> I'm looking forward to the mutliple-tunnel support, which is >> required for pfSense. >> > > There are no such limits. You can create multiple VTI interfaces. > The problem is in with racoon configuration restrictions. It looks like > ipsec-tools project is dead, I didn't received any replies from > ipsec-tools-devel mailing list. > > I'm not aware how to configure strongswan, so if someone will not try to > do this, I don't know when I will do this. > > Strongswan already supports this. Just the FreeBSD code for it is not there due to the missing feature until now. > -- > WBR, Andrey V. Elsukov > _______________________________________________ > freebsd-net@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" > > -- > Ermal >