From owner-freebsd-questions@freebsd.org Sat Aug 29 06:14:41 2015 Return-Path: Delivered-To: freebsd-questions@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 ACEB19C4B28 for ; Sat, 29 Aug 2015 06:14:41 +0000 (UTC) (envelope-from dmitry@pushware.net) Received: from mail.pushware.net (mail.pushware.net [198.245.177.5]) (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 8D63F1819 for ; Sat, 29 Aug 2015 06:14:41 +0000 (UTC) (envelope-from dmitry@pushware.net) Received: from localhost (localhost [127.0.0.1]) by mail.pushware.net (Postfix) with ESMTP id 9384F5F3509 for ; Fri, 28 Aug 2015 23:09:23 -0700 (PDT) Received: from mail.pushware.net ([127.0.0.1]) by localhost (mail.pushware.net [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id k15h-rAawZpN for ; Fri, 28 Aug 2015 23:09:22 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by mail.pushware.net (Postfix) with ESMTP id B86E25F350B for ; Fri, 28 Aug 2015 23:09:22 -0700 (PDT) X-Virus-Scanned: amavisd-new at pushware.net Received: from mail.pushware.net ([127.0.0.1]) by localhost (mail.pushware.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id Hbej-J_T1tnz for ; Fri, 28 Aug 2015 23:09:22 -0700 (PDT) Received: from mail.pushware.net (mail.pushware.net [10.5.2.5]) by mail.pushware.net (Postfix) with ESMTP id 856D25F3509 for ; Fri, 28 Aug 2015 23:09:22 -0700 (PDT) Date: Fri, 28 Aug 2015 23:09:22 -0700 (PDT) From: Dmitry Mikhailov To: freebsd-questions@freebsd.org Message-ID: <2142623530.346.1440828562305.JavaMail.zimbra@pushware.net> Subject: syncookie CPU load MIME-Version: 1.0 X-Originating-IP: [10.5.2.5] X-Mailer: Zimbra 8.6.0_GA_1178 (ZimbraWebClient - FF40 (Mac)/8.6.0_GA_1178) Thread-Topic: syncookie CPU load Thread-Index: Mm/Aemk6rZNX5htrxhgQOBT+Okq4yA== Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Aug 2015 06:14:41 -0000 Doing a SYN flood test with FreeBSD on Xeon D (8 core) with syncookies enabled and the CPU load is around 20% (interrupts) at 150K pps. Is there any way reconfigure FreeBSD to bring this load down? Linux has a solution with netfilter synproxy which would not notice this low pps rate so I am wondering whether something similar is possible with FreeBSD? Dmitry