Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Feb 2010 15:09:50 -0700
From:      Brett Glass <brett@lariat.net>
To:        net@freebsd.org
Subject:   IPFW firewall NAT, port address translation, and "active" FTP
Message-ID:  <201002082209.PAA28420@lariat.net>

next in thread | raw e-mail | index | archive | help
Everyone:

I've just attempted to build a router using FreeBSD 8.0 with IPFW's 
firewall NAT. I've included the following NAT parameters:

ipfw nat 123 config if xl0 log redirect_port tcp 10.0.1.99:21 21 
redirect_port tcp 10.0.1.99:20 20

Note that, among other things, incoming FTP is redirected to the 
host at 10.0.1.99 inside the firewall.

The problem we're having is that users are having trouble reaching 
the FTP server with some clients -- in particular, Microsoft 
Internet Exploder. (I don't WANT them to be using IE, but I do not 
have control over this.) Does anyone know if I need to set anything 
special to make the firewall track FTP data ports?

--Brett Glass




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002082209.PAA28420>