Date: Mon, 21 Feb 2000 22:18:22 +0000 (GMT) From: Sabre <sabre@sabresdomain.com> To: Giorgos Keramidas <keramida@ceid.upatras.gr> Cc: FreeBSD Question List <freebsd-questions@FreeBSD.ORG> Subject: Re: Quick IPFW rule help... Message-ID: <Pine.BSF.4.21.0002212215050.3274-100000@sabre1.sabresdomain.com> In-Reply-To: <20000218153825.A6630@hades.hell.gr>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0002212215050.3274-100000>