Re: rc.firewall rule for passive FTP

2006-09-07 Thread Lowell Gilbert
Noah [EMAIL PROTECTED] writes: what is a good rule to allow passive FTP to work. the following rules still blocks passive FTP. #/** Allow setup of FTP PASSIVE **/ ${fwcmd} add allow tcp from any to ${ip} 49152-65534 setup If the passive FTP client is on ${ip}, then that's the

Re: rc.firewall rule for passive FTP

2006-09-07 Thread Noah
Lowell Gilbert wrote: Noah [EMAIL PROTECTED] writes: what is a good rule to allow passive FTP to work. the following rules still blocks passive FTP. #/** Allow setup of FTP PASSIVE **/ ${fwcmd} add allow tcp from any to ${ip} 49152-65534 setup If the passive FTP

rc.firewall rule for passive FTP from FTP server side

2006-09-07 Thread Noah
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

rc.firewall rule for passive FTP

2006-09-06 Thread Noah
what is a good rule to allow passive FTP to work. the following rules still blocks passive FTP. #/** Allow setup of FTP PASSIVE **/ ${fwcmd} add allow tcp from any to ${ip} 49152-65534 setup ___ freebsd-questions@freebsd.org mailing