From owner-freebsd-questions@FreeBSD.ORG Fri May 21 17:54:03 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 7789416A4CE for ; Fri, 21 May 2004 17:54:03 -0700 (PDT) Received: from ybbsmtp02.mail.yahoo.co.jp (ybbsmtp02.mail.yahoo.co.jp [210.81.151.102]) by mx1.FreeBSD.org (Postfix) with SMTP id 89A8143D41 for ; Fri, 21 May 2004 17:54:02 -0700 (PDT) (envelope-from ayakokiko@ybb.ne.jp) Received: from unknown (HELO gorgon.near.this) (219.11.234.11 with poptime) by ybbsmtp02.mail.yahoo.co.jp with SMTP; 22 May 2004 00:53:33 -0000 X-Apparently-From: Received: from hydra.near.this (hydra.near.this [10.0.3.20]) by gorgon.near.this (Postfix) with ESMTP id 6B37A7F24; Sat, 22 May 2004 09:53:27 +0900 (JST) Received: by hydra.near.this (Postfix, from userid 100) id EB3879835; Sat, 22 May 2004 09:53:26 +0900 (JST) Date: Sat, 22 May 2004 09:53:24 +0900 From: horio shoichi To: Stephen Liu In-Reply-To: <20040521113501.15801.qmail@web40312.mail.yahoo.com> References: <20040521113501.15801.qmail@web40312.mail.yahoo.com> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20040522.005326.276c4f86ff4a9343.10.0.3.20@bugsgrief.net> cc: freebsd-questions@freebsd.org Subject: Re: Install IPFILTER question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 May 2004 00:54:03 -0000 On Fri, 21 May 2004 19:35:01 +0800 (CST) Stephen Liu wrote: > 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" > "ipf" is what "ipfw" is for ipfirewall. horio shoichi