Sentora Support Forums

Full Version: FTP closed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
HTTP (port 80 is open)
FTP (port 21 is closed)
SMTP (port 25 is open)
POP3 (port 110 is open)
IMAP (port 143 is open)
MySQL (port 3306 is open)
DNS (port 53 is open)

I changed out of my cloud, after that no longer works ftp  Sad
Have you tried adding rules in iptables?
try this command with root

Quote:iptables -A INPUT -p tcp -m tcp --dport 21 -j ACCEPT