From owner-freebsd-questions Wed Jun 5 13:43:11 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA02604 for questions-outgoing; Wed, 5 Jun 1996 13:43:11 -0700 (PDT) Received: from cwbone.bsi.com.br (cwbone.bsi.com.br [200.250.250.14]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id NAA02573 for ; Wed, 5 Jun 1996 13:42:59 -0700 (PDT) Received: (from jalves@localhost) by cwbone.bsi.com.br (8.6.12/8.6.9) id RAA16727; Wed, 5 Jun 1996 17:42:54 GMT Date: Wed, 5 Jun 1996 17:42:51 +0000 () From: Joao Alves Junior To: tim@print.gfmurray.com cc: freebsd-questions@freebsd.org Subject: Re: IPFW in stable In-Reply-To: <199606051947.MAA12131@print.gfmurray.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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