RE: ftp-proxy, PF not working with FTP traffic

From: Lawrence Farr <bsd-current_at_epcdirect.co.uk>
Date: Fri, 22 Oct 2004 08:37:31 +0100
> 
> somebody know how fix this, or if it another option to make work ftp 
> clients no PF?
> 
> thanks
> Marcos

In inetd.conf I'm using:

ftp-proxy       stream  tcp     nowait  root    /usr/libexec/ftp-proxy
ftp-proxy -a 1.2.3.4 -m 55000 -M 57000 -t 180

Where 1.2.3.4 is my external IP

And my PF rule is:

pass quick proto tcp from <inets> to any port { ftp, ftp-data, > 49151 }

Where <inets> is my internal network range.
Received on Fri Oct 22 2004 - 05:44:03 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:19 UTC