I've a Centos Server. If login via the private IP while in the LAN, I can connect to FTP. If I try to login when outside the LAN, I receive a timeout error.
iptables is not configured, so it shouldn't be the problem. iptables -L -n returns an empty list.
I'm using vsftpd
The server is in a hosting I don't have control on. At the moment I can't ask to the sysadmin of the hosting if there's something blocking port 21.
What could I check on my server? Is there any way I can determine for sure if the port is blocked from a firewall outside my server?
Thanks.