From owner-freebsd-net@freebsd.org Mon Feb 19 08:24:20 2018 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D72ACF0D7B9 for ; Mon, 19 Feb 2018 08:24:19 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from forward101o.mail.yandex.net (forward101o.mail.yandex.net [IPv6:2a02:6b8:0:1a2d::601]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3DC1A87149 for ; Mon, 19 Feb 2018 08:24:19 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from mxback18j.mail.yandex.net (mxback18j.mail.yandex.net [IPv6:2a02:6b8:0:1619::94]) by forward101o.mail.yandex.net (Yandex) with ESMTP id 1A4611341EC2; Mon, 19 Feb 2018 11:24:17 +0300 (MSK) Received: from smtp3o.mail.yandex.net (smtp3o.mail.yandex.net [2a02:6b8:0:1a2d::27]) by mxback18j.mail.yandex.net (nwsmtp/Yandex) with ESMTP id c0IvufGa5G-OGFiEd27; Mon, 19 Feb 2018 11:24:17 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1519028657; bh=WWYal63VfNBxSsm2rW8PIHPNkcvHsd3dLk6HVgXafoo=; h=Subject:To:References:From:Message-ID:Date:In-Reply-To; b=XGpn3h7wJ0HXdRWrKGXI7aFFdtcf0EW8MdAHJkjknjceMh7B5TrmWyDbqe9sJF74z ijDpDIdTwrxapAF5B0eNH5Qnm7t03GapxrQL/96HiRvGUR9Nsn1BrLguFjGF0L9yJQ 1ppFdispTr9vS6dmQUfykG3Vr4taEBVrAVKZlfGU= Received: by smtp3o.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id 1Fd74z0Kkz-OGsetMcN; Mon, 19 Feb 2018 11:24:16 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1519028656; bh=WWYal63VfNBxSsm2rW8PIHPNkcvHsd3dLk6HVgXafoo=; h=Subject:To:References:From:Message-ID:Date:In-Reply-To; b=Zysb0pHbPvrsuRAE7e5cCcEWX1i4m2S7ACsrqD3I3vehUCnqY3g7mp57+uCfKOy0Z Rm6ncNI5onpTIvRwuEfkF328c9UHbY04eH1y3FHkRB/RsYCZH/xkhRs3ytoQiYHTgc h710xrgezd3D41uJjOr6MCIlV1+vYgQKv1FlZC/A= Authentication-Results: smtp3o.mail.yandex.net; dkim=pass header.i=@yandex.ru Subject: Re: Racoon and setkey problems To: Misak Khachatryan , freebsd-net@freebsd.org References: From: "Andrey V. Elsukov" Openpgp: id=E6591E1B41DA1516F0C9BC0001C5EA0410C8A17A Message-ID: <44de0205-895d-468c-e883-dc43be3286d4@yandex.ru> Date: Mon, 19 Feb 2018 11:23:19 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="WzMhxgREsY9i9djR5Ua3gNM2JauNQsYD9" X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Feb 2018 08:24:20 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --WzMhxgREsY9i9djR5Ua3gNM2JauNQsYD9 Content-Type: multipart/mixed; boundary="zMHbpTLhR0XrFhyUOMxtqSu8tfukMDHiy"; protected-headers="v1" From: "Andrey V. Elsukov" To: Misak Khachatryan , freebsd-net@freebsd.org Message-ID: <44de0205-895d-468c-e883-dc43be3286d4@yandex.ru> Subject: Re: Racoon and setkey problems References: In-Reply-To: --zMHbpTLhR0XrFhyUOMxtqSu8tfukMDHiy Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 19.02.2018 09:27, Misak Khachatryan wrote: > 1644111 messages with memory allocation failure >=20 > 3 of machines running 10.4-RELEASE-p1, one 10.3. > Two of the machine almost the same, only ip addresses and few lines of > configs differ. One is OK, other one have problem. You can inspect the output of following commands to find where is the problem: % vmstat -m | egrep "sec|sah|pol" % netstat -m Also net.inet.ipsec.debug=3D1 will enable some debugging output that can shed light to what happens. --=20 WBR, Andrey V. Elsukov --zMHbpTLhR0XrFhyUOMxtqSu8tfukMDHiy-- --WzMhxgREsY9i9djR5Ua3gNM2JauNQsYD9 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEzBAEBCAAdFiEE5lkeG0HaFRbwybwAAcXqBBDIoXoFAlqKiXcACgkQAcXqBBDI oXrgDAf8DhI19glWMTPyocg8I/FsfNf4QUnvd6wk8d2n0g+GKNWFk0c5VIh8WAig +o48JELY6OihrqCYjKrkCCI4zSijYLVcrNMPCeVwabsObVCES7XM9qhJzuG7Uk3t GBdcl5Yk33U3GdmnI3HOIWpd/Hxv2q/YvFls5Ic13Iof3rRi/bHuGLATL1AT8mIf K9rolBBFofVU+NzoDxibD5TvoaNDNEYeSCQVaV6rFf+EeaxmPyAlfT3AxCewkXnd TksxOcAVqnsaOz+5IrFma07xhU9S44fiWhrd95j/BTGfkklp+eXsLkL2bvY1MdCc p8nE5bPm/BillejnCai0v+sSQeemhg== =8hLY -----END PGP SIGNATURE----- --WzMhxgREsY9i9djR5Ua3gNM2JauNQsYD9--