[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: IPNAT and ftp.



> True. FTP negociates the data channel in the data stream (in both active and passive
> modes).
> There is no way for NAT to accomodate this without inspection of the FTP data stream.
> This means
> that a proxy is required to perform NAT and FTP through a firewall (or some very lax
> firewall rules).

So is

pass out quick on untrusted proto tcp from client port > 1023 to server
port > 1023 flags S keep state

too lax? FWIW, the newer revs of IP Filter v3.2.10 and successive betas
have a better ftp-proxy module. I haven't addressed this release yet to
incorporate it into our tree. I take it then that I should step on it?