Date: Thu, 07 Sep 2006 12:00:30 -0700 From: Noah <admin2@enabled.com> To: freebsd-questions@freebsd.org Subject: rc.firewall rule for passive FTP from FTP server side Message-ID: <45006C4E.4060001@enabled.com>
index | next in thread | raw e-mail
It appears that FTP clients using FTP are not able to interact passively
with my FTP server. I am wondering if there is a rule somebody could
point me to that works rather well.
${ip} is the IP address fo the server (not the client).
this does not work.
---- snip ----
#/** Allow setup of FTP PASSIVE **/
${fwcmd} add allow tcp from ${ip} to any 1024-65534 keep-state
${fwcmd} add allow tcp from ${ip} to any 21 keep-state
--- snip ----
cheers,
Noah
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45006C4E.4060001>
