From owner-freebsd-net@freebsd.org Mon Feb 19 08:33:47 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 8D048F0E415 for ; Mon, 19 Feb 2018 08:33:47 +0000 (UTC) (envelope-from kmisak@gmail.com) Received: from mail-qt0-x233.google.com (mail-qt0-x233.google.com [IPv6:2607:f8b0:400d:c0d::233]) (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 28672876FA for ; Mon, 19 Feb 2018 08:33:47 +0000 (UTC) (envelope-from kmisak@gmail.com) Received: by mail-qt0-x233.google.com with SMTP id d8so11286826qtm.0 for ; Mon, 19 Feb 2018 00:33:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=gTejtFz0aEK+xoUiWPleDU4aBGHCaV7ujqqdqwxkOuw=; b=N0tr75EIF5gaa4rW2zxKTie+KSpzS6TQNT4+CV0tzWVGGfndXWU4j75ZfMVSmPRmv9 Uq0hHh+WIZ21qtRNki8MsFqkzDdm50NNqvxVeJv8Lh6L4QOkzgGuqgP8l3rfgbeFmleg ghKLSpNVoMHL8UI/SOMv8tGNmaraFoON9NXhjLSfd8vGQ96ywcow7WHC0jRmypA46/0v gyv+Tl2rCmmd4q+TX81ngjVrP3a/Ak2NRiIfzKoYwMgi+DkVySu38a5G5IhBKFY7vPLa ilsCgz0okQiqEndq7NTJwV1u70WXesIKooFz2+H56fPDpZI1WgyHDqaV0hvAZCSDfuz1 l35g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=gTejtFz0aEK+xoUiWPleDU4aBGHCaV7ujqqdqwxkOuw=; b=VeSgDcYKoNjYWP+oK+XbWw4Vp4qYc/qGYIGpPksGD1ARq/NKOmMJzwX8dbuKtKYcM+ SBlQyAphsMvMS7qb9SEKbfKOypNm/aBXPKim7ahDgMYRDsvwwEvLycFOHCKmZKnodXpA dKaKI58+2YxoGEnvs8Xa3rnXTFj51V+um4jNxSGzxWNXWQ6OkbTVvR5IVpLBT/BLqBJv c+bAoA6QtXAL3nAz4W/0z5uWp/LcsLgsNLN2aPUQ9QFFyir6H97Z2k8CCydSiDR3QtSJ bBoku6qEZ+p3ENU8o2q66lDQoOI/by/1YZas7WttI+lCmkI3jvnZyIZCEGNVqtmEs9p+ MvSA== X-Gm-Message-State: APf1xPDzI5CFFdpVjZqPShV7v6SLfCz3F+kQy7YYFy8I0o+UeQtic/Da e8v3wgi0eQyIg/BGW+mhrz0QIIskhn7eSRR1m3WXag== X-Google-Smtp-Source: AH8x227sztfRLJ5aYY18DaQQcMk0HpgXPL54m/W3mw22GVY+lKZfi5dN7X/ooNnrJqd3SNZgU4tNHFf3/Fry0/elzE8= X-Received: by 10.200.42.67 with SMTP id l3mr23332380qtl.164.1519029226699; Mon, 19 Feb 2018 00:33:46 -0800 (PST) MIME-Version: 1.0 Received: by 10.200.112.24 with HTTP; Mon, 19 Feb 2018 00:33:46 -0800 (PST) In-Reply-To: <44de0205-895d-468c-e883-dc43be3286d4@yandex.ru> References: <44de0205-895d-468c-e883-dc43be3286d4@yandex.ru> From: Misak Khachatryan Date: Mon, 19 Feb 2018 12:33:46 +0400 Message-ID: Subject: Re: Racoon and setkey problems To: "Andrey V. Elsukov" Cc: freebsd-net@freebsd.org Content-Type: text/plain; charset="UTF-8" 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:33:47 -0000 Thanks, will try right now! Best regards, Misak Khachatryan On Mon, Feb 19, 2018 at 12:23 PM, Andrey V. Elsukov wrote: > On 19.02.2018 09:27, Misak Khachatryan wrote: >> 1644111 messages with memory allocation failure >> >> 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=1 will enable some debugging output that can > shed light to what happens. > > -- > WBR, Andrey V. Elsukov >