Date: Thu, 16 Mar 2000 16:47:55 +0200 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Fred Lomas <aj@8hill.com> Cc: questions@FreeBSD.ORG Subject: Re: IPFW rules Message-ID: <20000316164755.D6500@hades.hell.gr> In-Reply-To: <003401bf8eca$db5e6dc0$0e65a8c0@fred.encanto.net>; from aj@8hill.com on Wed, Mar 15, 2000 at 02:07:26PM -0800 References: <003401bf8eca$db5e6dc0$0e65a8c0@fred.encanto.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 15, 2000 at 02:07:26PM -0800, Fred Lomas wrote: > 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 Try this: # ipfw add 309 allow udp from any to any 1000-2000 - Giorgos Keramidas 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?20000316164755.D6500>