Hi,
This is my first post.
I placed these rules in /etc/npf.conf:
# ftp
pass in final proto tcp to any port ftp
pass in final proto tcp to any port "ftp-data"
# Passive FTP
pass stateful in final proto tcp to $ext_addrs port 49151-65535
ftp access works fine, but I'm wondering whether the passive rule is too permissive.
Any comments?
Thanks