From owner-freebsd-isp Sat Aug 9 22:45:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA04021 for isp-outgoing; Sat, 9 Aug 1997 22:45:05 -0700 (PDT) Received: from proxy-bsb.gns.com.br (b6OEMLnzBDQ18Kpl8wfr3Xzdimmu5nZQ@srv1-bsb.GNS.com.br [200.239.56.1]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id WAA04006 for ; Sat, 9 Aug 1997 22:45:00 -0700 (PDT) Received: (qmail 20942 invoked from network); 10 Aug 1997 05:44:51 -0000 Received: from unknown (HELO srv1-bsb.gns.com.br) (unknown) by unknown with SMTP; 10 Aug 1997 05:44:51 -0000 Received: (from mail@localhost) by srv1-bsb.gns.com.br (8.8.6/8.8.6) id CAA20926; Sun, 10 Aug 1997 02:44:49 -0300 (EST) Message-Id: <199708100544.CAA20926@srv1-bsb.gns.com.br> Received: from dl0237-bsb.gns.com.br(200.239.56.237) by srv1-bsb.gns.com.br via smap (V2.0) id xmab20918; Sun, 10 Aug 97 02:44:34 -0300 From: "Mario Sergio Fujikawa Ferreira" To: , "Kevin Peteron" Subject: Re: Divert Port Date: Sun, 10 Aug 1997 01:58:19 -0300 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1161 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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