Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jan 2001 21:03:27 -0500 (EST)
From:      Darren Henderson <darren@bmv.state.me.us>
To:        Tommy Forrest - KE4PYM <tforrest@mcs.net>
Cc:        "freebsd-questions@FreeBSD.ORG" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Writing firewall rules
Message-ID:  <Pine.A41.4.21.0101012100450.37128-100000@katahdin.bmv.state.me.us>
In-Reply-To: <200101012133.PAA09574@mailbox.mcs.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 1 Jan 2001, Tommy Forrest - KE4PYM wrote:

> So I tried to do a little writing of my own.  Specfically, I want to
> deny outside access (xl0) to port 901.  So I tried:
> 
> ipfw add 1099 deny tcp from xl0 to xl0 901

ipfw add deny tcp from any to any via xl0

or

ipfw add deny tcp from any to any in via xl0 



________________________________________________________________________
Darren Henderson                                  darren@bmv.state.me.us
                                            darren.henderson@state.me.us



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.A41.4.21.0101012100450.37128-100000>