![]() |
|
FTP closed - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5) +--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32) +---- Forum: General Support Forum v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=36) +---- Thread: FTP closed (/showthread.php?tid=1751) |
FTP closed - tiagozanchettin - 07-11-2015 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Â
RE: FTP closed - ahsan - 07-14-2015 Have you tried adding rules in iptables? try this command with root Quote:iptables -A INPUT -p tcp -m tcp --dport 21 -j ACCEPT |