On Fri, 26 May 2006, Gaby vanhegan wrote: > When I type the ls command. <my.ip> is the same in each case, the > firewall, proxy and ftp server are running on the same machine. My > aim here is to not open a load of ports for ftpd, but to have the > pftpx part of ftp-proxy only open the ports on demand.
Ah right, running the proxy and server on the same machine is not supported. What about using a rule like this (note the "group"): pass in on $ext_if from any to $ext_if port > 49151 group ftpusers