From owner-freebsd-questions Wed Feb 16 18:28:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from builder.freebsd.org (builder.FreeBSD.ORG [204.216.27.24]) by hub.freebsd.org (Postfix) with ESMTP id 88BFA37B505 for ; Wed, 16 Feb 2000 18:28:52 -0800 (PST) (envelope-from sabre@sabresdomain.com) Received: from sabre1.sabresdomain.com (pc015.vsl.cua.edu [136.242.189.15]) by builder.freebsd.org (Postfix) with ESMTP id 3CD2E132EE for ; Wed, 16 Feb 2000 18:28:03 -0800 (PST) Received: from localhost (sabre@localhost) by sabre1.sabresdomain.com (8.9.3/8.9.3) with ESMTP id VAA04994 for ; Wed, 16 Feb 2000 21:38:33 -0500 (EST) (envelope-from sabre@sabresdomain.com) Date: Wed, 16 Feb 2000 21:38:33 -0500 (EST) From: Sabre To: FreeBSD Question List Subject: Quick IPFW rule help... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey all, I was going to play NoX on Westwoods internet servers, but descovered that I need to have udp ports 17590-17599 open for it. So I added the following rule: $fwcmd add pass udp from any to any 17590-17599 in recv ${oif} setup where oif=. I'm still not able to connect though :/ Any ideas on this are much appriciated! Sabre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message