From owner-freebsd-questions Wed Jun 5 21:17:35 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA01708 for questions-outgoing; Wed, 5 Jun 1996 21:17:35 -0700 (PDT) Received: from lsv-is.lifescan-can.com ([207.6.89.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA01702 for ; Wed, 5 Jun 1996 21:17:32 -0700 (PDT) Received: from client46.lifescan-can.com (client46.lifescan-can.com [207.6.89.46]) by lsv-is.lifescan-can.com (8.7.5/8.6.12) with SMTP id VAA12185 for ; Wed, 5 Jun 1996 21:15:35 -0700 (PDT) Date: Wed, 5 Jun 1996 21:15:35 -0700 (PDT) Message-Id: <199606060415.VAA12185@lsv-is.lifescan-can.com> X-Sender: tbaird@lsv-is.lifescan-can.com X-Mailer: Windows Eudora Version 1.4.4 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: freebsd-questions@freebsd.org From: tbaird@lsv-is.lifescan-can.com (Tim Baird) Subject: Re: IPFW in stable Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > >On Wed, 5 Jun 1996 tim@print.gfmurray.com wrote: > >> >> ipfw add accept all from any to any via any >> > >I did this: > >ipfw addf deny tcp from 0.0.0.0/0 to myipadress all > >so, > >ipfw addf accept tcp from x.x.x.x/x to myipadress telnet >ipfw addf accept tcp from x.x.x.x/x to myipadress bind > >just changing the service in the last parameter.... > > > > >I hope this help > > > > >Joao Alves Junior > > If you check out the stable version of FBSD, you will find that the ipfw stuff was rewritten. The rule syntax and ordering is changed/removed. Unfortunately, there is little documentation at this point except at the top of the manpage. Is there anyone with a sample set of rules that I can tinker with?