Date: Fri, 22 Oct 2004 08:37:31 +0100 From: "Lawrence Farr" <bsd-current@epcdirect.co.uk> To: "'Marcos Biscaysaqu - ThePacific.net'" <marcos@ThePacific.Net>, <freebsd-current@freebsd.org> Subject: RE: ftp-proxy, PF not working with FTP traffic Message-ID: <20041022073733.B412468834@gunfright.epcdirect.co.uk> In-Reply-To: <4178572C.8000708@ThePacific.Net>
next in thread | previous in thread | raw e-mail | index | archive | help
>
> 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041022073733.B412468834>
