From owner-freebsd-questions Wed Mar 1 17:41:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from adsl-206-170-238-103.dsl.lsan03.pacbell.net (adsl-206-170-238-103.dsl.lsan03.pacbell.net [206.170.238.103]) by hub.freebsd.org (Postfix) with ESMTP id ECA7037BDBD for ; Wed, 1 Mar 2000 17:41:18 -0800 (PST) (envelope-from mailsrv@rtscomputer.net) Received: from db (db.rp.com [192.168.1.2]) by adsl-206-170-238-103.dsl.lsan03.pacbell.net (8.9.3/8.9.3) with SMTP id RAA32119 for ; Wed, 1 Mar 2000 17:40:29 -0800 (PST) (envelope-from mailsrv@rtscomputer.net) Message-ID: <006a01bf83e8$61db8150$0201a8c0@rp.com> From: "Richard" To: Subject: Having a Problem with NAT and FTP Date: Wed, 1 Mar 2000 17:41:07 -0800 Organization: rTs Computer Systems MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello All, I have FreeBSD's Network Address Translation (NAT) working very well with HTTP, SMTP and others, but I'm have a problem getting FTP to work correctly. In order to FTP from a workstation on the LAN, the FTP client has to be place in passive mode. Otherwise, they just sit there. I have the following enable in my rc.firewall script. if [ "X${natd_enable}" = X"YES" -a "X${natd_interface}" != X"" ]; then $fwcmd add divert natd all from any to any via ${natd_interface} fi Thanks. -- LINUX/UNIX/NT Consultant/Administrator Richard Pouncy Voice: 310-213-4RTS ICQ# : 31450231 http://www.rtscomputer.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message