From owner-freebsd-questions Thu Mar 16 15:35: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nscache2.x-treme.gr (mail1.x-treme.gr [212.120.196.23]) by hub.freebsd.org (Postfix) with ESMTP id 204EA37BC3E for ; Thu, 16 Mar 2000 15:34:51 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from hades.hell.gr (pat14.x-treme.gr [212.120.197.206]) by nscache2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with ESMTP id BAA20107; Fri, 17 Mar 2000 01:34:34 +0200 Received: (from charon@localhost) by hades.hell.gr (8.9.3/8.9.3) id QAA09136; Thu, 16 Mar 2000 16:47:55 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 16 Mar 2000 16:47:55 +0200 From: Giorgos Keramidas To: Fred Lomas Cc: questions@FreeBSD.ORG Subject: Re: IPFW rules Message-ID: <20000316164755.D6500@hades.hell.gr> Reply-To: keramida@ceid.upatras.gr References: <003401bf8eca$db5e6dc0$0e65a8c0@fred.encanto.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <003401bf8eca$db5e6dc0$0e65a8c0@fred.encanto.net>; from aj@8hill.com on Wed, Mar 15, 2000 at 02:07:26PM -0800 X-PGP-Fingerprint: 62 45 D1 C9 26 F9 95 06 D6 21 2A C8 8C 16 C0 8E Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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