[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Question on ipfw



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