On 11/20/07, Jake Conk <[EMAIL PROTECTED]> wrote: > # Pass ftp-proxy stuff > pass in on $ext_if inet proto tcp to $ext_carp_ip port 21 \ > flags S/SA > pass out on $int_if inet proto tcp to $ftp_server port 21 \ > user proxy flags S/SA > anchor "ftp-proxy/*"
The explicit pass rules are not require for ftp-proxy. Have you tried without them? man page specifies exactly what you need. Please run ftp-proxy with the "-d -D7 -v" flags, connect to ftp.openbsd.org, and post ftp-proxy and your pf log output. - Raja

