From owner-freebsd-current@freebsd.org Sat Jul 25 05:51:56 2015 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 292539A9D20 for ; Sat, 25 Jul 2015 05:51:56 +0000 (UTC) (envelope-from shuriku@shurik.kiev.ua) Received: from graal.it-profi.org.ua (graal.shurik.kiev.ua [193.239.74.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DFB9EC5D for ; Sat, 25 Jul 2015 05:51:54 +0000 (UTC) (envelope-from shuriku@shurik.kiev.ua) Received: from [46.164.154.106] (helo=thinkpad.it-profi.org.ua) by graal.it-profi.org.ua with esmtpa (Exim 4.85 (FreeBSD)) (envelope-from ) id 1ZIsNB-000N3q-KE; Sat, 25 Jul 2015 08:51:50 +0300 Subject: Re: IPSEC stop works after r285336 To: freebsd-current@freebsd.org References: <55B099F6.8000004@shurik.kiev.ua> <20150724213839.GP78154@funkthat.com> Cc: jmg@funkthat.com From: Alexandr Krivulya Message-ID: <55B323F5.3030200@shurik.kiev.ua> Date: Sat, 25 Jul 2015 08:51:49 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <20150724213839.GP78154@funkthat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 46.164.154.106 X-SA-Exim-Mail-From: shuriku@shurik.kiev.ua X-SA-Exim-Scanned: No (on graal.it-profi.org.ua); SAEximRunCond expanded to false X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Sat, 25 Jul 2015 05:51:56 -0000 25.07.2015 00:38, John-Mark Gurney пишет: > Alexandr Krivulya wrote this message on Thu, Jul 23, 2015 at 10:38 +0300: >> I have IPSEC tunnel inside l2tp tunnel via mpd. After r285536 I see only >> outgoing esp packets on ng interface: > This change is -stable, not -current, but the change referenced below > is -current... Which one are you running? > > Also, the only ipsec related change after r285535 is r285770, though > that probably won't effect it... Could you possibly narrow the change > that broke things? > >> root@thinkpad:/usr/src # tcpdump -i ng0 >> tcpdump: verbose output suppressed, use -v or -vv for full protocol decode >> listening on ng0, link-type NULL (BSD loopback), capture size 262144 bytes >> 10:35:27.331886 IP 10.10.10.2 > 10.10.10.1: >> ESP(spi=0x03081e58,seq=0x9a5), length 140 >> 10:35:28.371707 IP 10.10.10.2 > 10.10.10.1: >> ESP(spi=0x03081e58,seq=0x9a6), length 140 >> 10:35:29.443536 IP 10.10.10.2 > 10.10.10.1: >> ESP(spi=0x03081e58,seq=0x9a7), length 140 >> 10:35:30.457370 IP 10.10.10.2 > 10.10.10.1: >> ESP(spi=0x03081e58,seq=0x9a8), length 140 >> 10:35:31.475606 IP 10.10.10.2 > 10.10.10.1: >> ESP(spi=0x03081e58,seq=0x9a9), length 140 >> 10:35:31.622315 IP 10.10.10.1.isakmp > 10.10.10.2.isakmp: isakmp: phase >> 2/others ? inf[E] >> 10:35:31.622544 IP 10.10.10.2.isakmp > 10.10.10.1.isakmp: isakmp: phase >> 2/others ? inf[E] >> 10:35:31.622658 IP 10.10.10.2.isakmp > 10.10.10.1.isakmp: isakmp: phase >> 2/others ? inf[E] >> 10:35:31.623933 IP 10.10.10.1.isakmp > 10.10.10.2.isakmp: isakmp: phase >> 2/others ? inf[E] >> 10:35:32.492349 IP 10.10.10.2 > 10.10.10.1: >> ESP(spi=0x03081e58,seq=0x9aa), length 140 >> 10:35:33.509346 IP 10.10.10.2 > 10.10.10.1: >> ESP(spi=0x03081e58,seq=0x9ab), length 140 >> 10:35:34.527187 IP 10.10.10.2 > 10.10.10.1: >> ESP(spi=0x03081e58,seq=0x9ac), length 140 >> 10:35:35.539600 IP 10.10.10.2 > 10.10.10.1: >> ESP(spi=0x03081e58,seq=0x9ad), length 140 >> >> With r285535 all works fine. Right commit is in subject - r285336.