From owner-freebsd-questions@freebsd.org Wed Oct 12 16:31:33 2016 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 3B95CC0F197 for ; Wed, 12 Oct 2016 16:31:33 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: from mail-it0-x244.google.com (mail-it0-x244.google.com [IPv6:2607:f8b0:4001:c0b::244]) (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 0A937324 for ; Wed, 12 Oct 2016 16:31:33 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: by mail-it0-x244.google.com with SMTP id l13so4266284itl.2 for ; Wed, 12 Oct 2016 09:31:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-transfer-encoding; bh=7cplg9vushakDMkJs+5K/5zmgx7yDGTG3fGorilW/8U=; b=qiP13lpfSdb3eyQhvgx1LOgekfMAAE+2ZpkZJ3DL937p+1Gc1OLylsov1uTFKoOiKh +2PUujV5kBY+RgMS4DjAJY6dlyD5oi1s68tegRlc//nbFSRqmfEb1JzhE80kbBfn+Agt uU1RgIvt2e5EKS+se4X5hfvIWta/rDLvcWAhaF/v/gnN4sCiDfT8mZ1eBTkg4TiAH2+e ZA6WglQjdiE+qO9GH9+EOV6qSIgz/hXNsVBYu+EL3gVjnhbqKSC+cfMCrnAAZe2KHn2n hnx0AYsTkU7RYFVmJsTc5w32g5S0t26c7tCBG+sikMEtz2dHt2u+ptuFvm2HpR6iusfS hwfA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:content-transfer-encoding; bh=7cplg9vushakDMkJs+5K/5zmgx7yDGTG3fGorilW/8U=; b=B8nx7jAN3M+vMLR3hvZqVAkyMq0fjYayKE9Hq6myprucvbQ/i1xUiuHCBz7xOveVGR Y+4YAl4p/C4eUVH7KNh4OMjgJIL5V1e8X/spusLsfa7M2t90m01cZSR9SjMAhUJ9JMLi 7l2l9YEOkBhI+PASaYVi0lo1S+6qbJUQnSmyMK1l9lRtj33iz3U5gdeoK1SSfwikDryP K0BCiPS59DogEkIFftDKlMRgedmF/N1JANmaADBBO/otbX0SsN2ZdtT7NngUzGi2fAkc H3W430tIiC+oxUrz9eFHAsta7jMMEg0zpj9hK2Lr9bkZPYItYxKK5uLpf7qpx+NajTvs Wytw== X-Gm-Message-State: AA6/9RmGc6u0eLFogeCWbD0GaP+OwqmRF6wvDngk/em0DQBVrSH8UCYGmNT6rQTueeZsrQ== X-Received: by 10.36.57.147 with SMTP id l141mr2452108ita.22.1476289892292; Wed, 12 Oct 2016 09:31:32 -0700 (PDT) Received: from [10.0.10.3] (cpe-24-165-204-240.neo.res.rr.com. [24.165.204.240]) by smtp.googlemail.com with ESMTPSA id y21sm3845835iod.34.2016.10.12.09.31.31 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 12 Oct 2016 09:31:31 -0700 (PDT) Message-ID: <57FE656D.4090408@gmail.com> Date: Wed, 12 Oct 2016 12:31:41 -0400 From: Ernie Luzar User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Freebsd Questions Subject: 11.0-release new function blacklist how-to needed Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 16:31:33 -0000 FreeBSD RELEASE-11.0 has been published and made available for public consumption. From the release notes. The libblacklist(3) library and applications have been ported from the NetBSD Project. Packet filtering support for the pf(4) packet filtering systems has been implemented. The blacklist system provides the blacklistd daemon, the helper script blacklistd-helper to make changes to the running packet filter system and the blacklistctl control program. A selection of system daemons, including: fingerd, ftpd, rlogind, and rshd have been modified to support sending notifications to the blacklistd daemon. [r301169] (Sponsored by The FreeBSD Foundation) Support for the ipfw(4) packet filter has been added to the blacklistd-helper script. [r301736] (Sponsored by The FreeBSD Foundation) Support for the ipfilter(4) packet filter has been added to the blacklistd-helper script. [r301843] (Sponsored by The FreeBSD Foundation) No where can I find a how-to describing how to enable this function or a simple explanation of it's intended use and how it interacts with the base firewalls. Guidance desired. Thank you.