From owner-freebsd-questions Wed Mar 15 23:12: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mostgraveconcern.com (rno-dsl0b-240.gbis.net [216.82.145.240]) by hub.freebsd.org (Postfix) with ESMTP id 5592937BBCB for ; Wed, 15 Mar 2000 23:11:58 -0800 (PST) (envelope-from dan@mostgraveconcern.com) Received: from danco (danco.mostgraveconcern.com [10.0.0.2]) by mostgraveconcern.com (8.9.3/8.9.3) with SMTP id XAA07500; Wed, 15 Mar 2000 23:11:55 -0800 (PST) (envelope-from dan@mostgraveconcern.com) Message-ID: <03ed01bf8f16$e8be47a0$0200000a@danco> Reply-To: "Dan O'Connor" From: "Dan O'Connor" To: "Fred Lomas" , Subject: Re: IPFW rules Date: Wed, 15 Mar 2000 23:05:09 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >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