Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Aug 1999 22:04:29 -0600 (MDT)
From:      Nick Rogness <nick@rapidnet.com>
To:        Vincent Power <vince@MHA.ca>
Cc:        "'freebsd-security@freebsd.org'" <freebsd-security@freebsd.org>, "'firewalls@lists.gnac.net'" <firewalls@lists.gnac.net>
Subject:   Re: Question on ipfw
Message-ID:  <Pine.BSF.4.05.9908122148460.72547-100000@rapidnet.com>
In-Reply-To: <71281E6E6644D311882F005004D16880396C@camel.local.mha.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 12 Aug 1999, Vincent Power wrote:

> How do you specify a range of ports with ipfw, example 1024-65535?
> 
> like in
> /sbin/ipfw add allow all from 192.168.0.0:255.255.0.0 1024-65535 to any
> via xl0

ipfw add 30000 allow udp from 192.168.0.0/16 1024-65535 to any via xl0
ipfw add 30001 allow tcp from 192.168.0.0/16 1024-65535 to any via xl0


*******************************************************************
Nick Rogness		     Shaw's Principle:
System Administrator	       Build a system that even a fool
RapidNet, INC   	       can use, and only a fool will
nick@rapidnet.com	       want to use it.
*******************************************************************




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




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