On 3-11-2011 6:07, Wesley M. wrote:
> I suppose it is because traffic are redirect to 127.0.0.1 (ftpproxy)
> 
> sample of my pf.conf:
> ...
> anchor "ftp-proxy/*"
> pass in on $lan inet proto tcp from $limithost \
>         to port 21 divert-to 127.0.0.1 port 8021 queue ilimit
> ...
> 
> Is there a way to solve this problem?

ftp-proxy has a '-q' option to set a queue.

Reply via email to