From owner-freebsd-questions Mon Feb 21 19:11:43 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 ACCB937B78C for ; Mon, 21 Feb 2000 19:11:40 -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 WAA03303; Mon, 21 Feb 2000 22:18:22 GMT (envelope-from sabre@sabresdomain.com) Date: Mon, 21 Feb 2000 22:18:22 +0000 (GMT) From: Sabre To: Giorgos Keramidas Cc: FreeBSD Question List Subject: Re: Quick IPFW rule help... In-Reply-To: <20000218153825.A6630@hades.hell.gr> 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 Still didn't help :/ This is really fustrating! Here are the rules that I am using for this: $fwcmd add pass udp from any to any 17590-17599 in recv ${oif} $fwcmd add pass udp from any 17590-17599 to any out xmit ${oif} $fwcmd add pass all from any to any out xmit ${oif} $fwcmd add pass all from any to any via ${iif} $fwcmd add pass tcp from any to any in recv ${oif} established where oif=outside interface and iif=inside interface. TIA, Sabre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message