From owner-freebsd-questions Thu Feb 17 7:43:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sabre1.sabresdomain.com (pc015.vsl.cua.edu [136.242.189.15]) by hub.freebsd.org (Postfix) with ESMTP id D462B37B79A for ; Thu, 17 Feb 2000 07:43:38 -0800 (PST) (envelope-from sabre@sabresdomain.com) Received: from localhost (sabre@localhost) by sabre1.sabresdomain.com (8.9.3/8.9.3) with ESMTP id KAA07467; Thu, 17 Feb 2000 10:53:01 -0500 (EST) (envelope-from sabre@sabresdomain.com) Date: Thu, 17 Feb 2000 10:53:01 -0500 (EST) From: Sabre To: Omachonu Ogali Cc: FreeBSD Question List Subject: Re: Quick IPFW rule help... In-Reply-To: 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 I allow all outgoing connections through: $fwcmd add pass all from any to any out xmit ${oif} and I allow packets to pass on the inside interface using: $fwcmd add pass all from any to any via ${iif} I've actually changed the rule so that it looks like this: $fwcmd add pass log udp from any to any 17590-17599 in recv ${oif} $fwcmd add pass log tcp from any to any 17590-17599 in recv ${oif} setup because I thought they might be doing some TCP transfers as well. Basically I just need to open those ports up completely (which is what I thought I was doing :/ ) I'm also probably going to open the port for a Quake 3 server, so I need to be able to do this with the firewall :/ TIA, Sabre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message