From owner-freebsd-questions@FreeBSD.ORG Fri May 21 09:29:48 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D4F616A4CE for ; Fri, 21 May 2004 09:29:48 -0700 (PDT) Received: from mta8.adelphia.net (mta8.adelphia.net [68.168.78.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F32D43D1D for ; Fri, 21 May 2004 09:29:48 -0700 (PDT) (envelope-from fbsd_user@a1poweruser.com) Received: from barbish ([67.20.101.71]) by mta13.adelphia.net (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with SMTP id <20040521162649.BVTB13425.mta13.adelphia.net@barbish>; Fri, 21 May 2004 12:26:49 -0400 From: "fbsd_user" To: "Stephen Liu" , Date: Fri, 21 May 2004 12:26:47 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <20040521113501.15801.qmail@web40312.mail.yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal Subject: RE: Install IPFILTER question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: fbsd_user@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2004 16:29:48 -0000 Check the questions archives, this was just answered within the last 2 weeks. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Stephen Liu Sent: Friday, May 21, 2004 7:35 AM To: freebsd-questions@freebsd.org Subject: Install IPFILTER question Hi folks, FreeBSD 5.2 =========== I tried to install and run IPFILTER but met with following problems; # which ipfilter ipfilter: Command not found. # whereis ipfilter ipfilter: /usr/src/contrib/ipfilter # ls /usr/share/examples/ | grep ipfilter ipfilter # pkg_info | grep -i ipfilter No printout # cd /usr/ports/ # make search -i name=ipfilter # make search name=ipfilter Both with no printout # ee /usr/src/sys/conf/NOTES, searchig for 'IPFILTER' and found follows; options MROUTING # Multicast routing options PIM # Protocol Independent Multicast options IPFIREWALL #firewall options IPFIREWALL_VERBOSE #enable logging to syslogd(8) options IPFIREWALL_VERBOSE_LIMIT=100 #limit verbosity options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default options IPV6FIREWALL #firewall for IPv6 options IPV6FIREWALL_VERBOSE options IPV6FIREWALL_VERBOSE_LIMIT=100 options IPV6FIREWALL_DEFAULT_TO_ACCEPT options IPDIVERT #divert sockets options IPFILTER #ipfilter support options IPFILTER_LOG #ipfilter logging options IPFILTER_DEFAULT_BLOCK #block all packets by default options IPSTEALTH #support for stealth forwarding options PFIL_HOOKS #required by IPFILTER options TCPDEBUG Kindly advise how to install IPFILTER and/or edit kernel option to enable it. TIA B.R. Stephen Liu ____________________________________________________________________ ___ Do You Yahoo!? Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"