Date: Sun, 10 Aug 1997 01:58:19 -0300 From: "Mario Sergio Fujikawa Ferreira" <lioux@gns.com.br> To: <freebsd-isp@FreeBSD.ORG>, "Kevin Peteron" <kevin@designusa.com> Subject: Re: Divert Port Message-ID: <199708100544.CAA20926@srv1-bsb.gns.com.br>
next in thread | raw e-mail | index | archive | help
I've seen the same problem. Here is a cheap fix. > /sbin/ipfw add 100 divert natd all from any to any via ed0 Instead of the above, try: /sbin/ipfw add 100 divert 6668 all from any to any via ed0 For some reason I can't tell, the rule is not checking services for the port. Either this is a bug or the man page should be corrected. Regards, Mario Ferreira
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708100544.CAA20926>