ftp-proxy, PF not working with FTP traffic
Lawrence Farr
bsd-current at epcdirect.co.uk
Fri Oct 22 00:44:04 PDT 2004
>
> 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.
More information about the freebsd-current
mailing list