Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Mar 2000 23:05:09 -0800
From:      "Dan O'Connor" <dan@mostgraveconcern.com>
To:        "Fred Lomas" <aj@8hill.com>, <questions@FreeBSD.ORG>
Subject:   Re: IPFW rules
Message-ID:  <03ed01bf8f16$e8be47a0$0200000a@danco>

next in thread | raw e-mail | index | archive | help
>what is the proper way to set UDP for a firewall rule 
>
>#ipfw add 309 allow udp 1000 2000
>
>I want to allow 1000 through 2000  how do i do this 

# ipfw add pass udp from any to any 1000-2000
# ipfw add pass udp from any 1000-2000 to any

--Dan

--
Dan O'Connor
On Matters of Most Grave Concern
http://www.mostgraveconcern.com




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?03ed01bf8f16$e8be47a0$0200000a>