Date: Thu, 07 Sep 2006 14:16:24 -0700 From: Noah <admin2@enabled.com> To: freebsd-ipfw@freebsd.org Subject: rc.firewall rule for passive FTP from FTP server side Message-ID: <45008C28.3000807@enabled.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45008C28.3000807>
