FTP Stuck at Retrieving Directory Listing
Allow in firewall
iptables -I INPUT -p tcp -m state --state NEW -m tcp -m multiport --dports 49152:65534 -j ACCEPT
or
49152-65534
Do passive mode from site manager in filezilla.
iptables -I INPUT -p tcp -m state --state NEW -m tcp -m multiport --dports 49152:65534 -j ACCEPT
or
21,12000-12100
49152-65534
iptables -I INPUT -p tcp -m state --state NEW -m tcp -m multiport --dports 12000:12100 -j ACCEPT
iptables -A INPUT -p tcp -s 182.57.0.0/16 -j ACCEPT
iptables -A OUTPUT -p tcp -d 182.57.0.0/16 -j ACCEPT
Do passive mode from site manager in filezilla.
worked also on active and plain insecure password on port 21
Comments
Post a Comment