From owner-freebsd-pf@FreeBSD.ORG Thu Mar 26 23:34:40 2015 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D1351C0E for ; Thu, 26 Mar 2015 23:34:40 +0000 (UTC) Received: from us.royaserver.com (unknown [162.223.94.228]) (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 9FCE5C56 for ; Thu, 26 Mar 2015 23:34:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=pahlevanzadeh.org; s=default; h=Content-Transfer-Encoding:Content-Type:Subject:To:MIME-Version:From:Date:Message-ID; bh=UmTFBkS5bubJLaDI9+0iLpnSXKKrtZiVjvgKO+ygMSc=; b=FfYo4ahpg4NRdHhMmjWAmcyLP/WPRBy2+fghxqHiaClEcTZFwsAH6of7lTVpZhQHLDCLSKA5kgZPL9mL6xJ53wtG/N8WXDBCdWB+YHjHRZAfQI6bIuzqMGDWiv1VmS2OgrBu+jg4yNyrPenQQz9mt8b6ReIKxSZILzuF7rFjW/o=; Received: from [91.98.215.76] (port=58214 helo=[192.168.1.4]) by us.royaserver.com with esmtpsa (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1YbGKy-002MHQ-On for freebsd-pf@freebsd.org; Fri, 27 Mar 2015 03:03:17 +0430 Message-ID: <55147B0D.60506@pahlevanzadeh.org> Date: Fri, 27 Mar 2015 02:03:01 +0430 From: Mohsen Pahlevanzadeh User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.5.0 MIME-Version: 1.0 To: freebsd-pf@freebsd.org Subject: ip_conntarck in FreeBSD Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - us.royaserver.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - pahlevanzadeh.org X-Get-Message-Sender-Via: us.royaserver.com: authenticated_id: mohsen@pahlevanzadeh.org X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Mar 2015 23:34:40 -0000 Dear All, I need to equivalen of ip_conntarck of netfilter in FreeBSD, Specially, maximum connections. Specially two variable net.ipv4.netfilter.ip_conntrack_count and net.ipv4.netfilter.ip_conntrack_max --Regards Mohsen