Hi,
Tonight I faced an strange issue, this is my FileZilla connection log:
It sticks here while my hostname has valid Let's Encrypt Certificate and I see no problem with it in internet browsers.
I checked /var/log/messages and this is the logs:
Ports are open in CSF firewall, I removed the ports and added them again.
I also checked /var/cpanel/conf/proftpd/local file and it has these two lines as required:
I changed my ftp server to pureftp, but nothing changed. Then I reverted it back to proftp.
Also when I telnet ip 21, it connects and there's no problem. I checked active mode with my mobile phone and it connects in active mode in my phone but no passive connection. I changed charset in FileZilla to force using UTF8, but did not work.
I googled a lot but none of them helped me.
I just updated my WHM/cPanel to version 92.0.0 and checked it again but failed
Besides your answers which is my pleasure:
1- Can I ask my DC if ports 49152 to 65534 are closed by them? Is it relatable?
2- Should I be able to telnet one of these ports when the issue is resolved? Does it matter which port I check?
Thanks
Tonight I faced an strange issue, this is my FileZilla connection log:
Code:
Status: Resolving address of fdqn.domain.com
Status: Connecting to 1.1.1.1:21...
Status: Connection established, waiting for welcome message...
Status: Initializing TLS...
Status: Verifying certificate...
Status: TLS connection established.
Status: Server does not support non-ASCII characters.
Status: Logged in
Status: Retrieving directory listing...
I checked /var/log/messages and this is the logs:
Code:
Nov 4 22:41:58 hostname proftpd: 2020-11-04 22:41:58,385 fdqn.domain.com proftpd[12955] MY_SERVER_IP (MY_IP[MY_IP]): mod_delay/0.7: no DelayOnEvent rules configured with "DelayTable none" in effect, disabling module
Nov 4 22:41:58 hostname proftpd: 2020-11-04 22:41:58,386 fdqn.domain.com proftpd[12955] MY_SERVER_IP (MY_IP[MY_IP]): FTP session opened.
Nov 4 22:41:58 hostname proftpd: 2020-11-04 19:11:58,742 fdqn.domain.com proftpd[12955] MY_SERVER_IP (MY_IP[MY_IP]): USER my_user: Login successful.
Nov 4 22:49:18 hostname proftpd: 2020-11-04 19:19:18,809 fdqn.domain.com proftpd[12444] MY_SERVER_IP (MY_IP[MY_IP]): Client session idle timeout, disconnected
Nov 4 22:49:18 hostname proftpd: 2020-11-04 19:19:18,813 fdqn.domain.com proftpd[12444] MY_SERVER_IP (MY_IP[MY_IP]): FTP session closed
I also checked /var/cpanel/conf/proftpd/local file and it has these two lines as required:
Code:
MasqueradeAddress: 203.0.113.0
PassivePorts: 49152 65534
Also when I telnet ip 21, it connects and there's no problem. I checked active mode with my mobile phone and it connects in active mode in my phone but no passive connection. I changed charset in FileZilla to force using UTF8, but did not work.
I googled a lot but none of them helped me.
I just updated my WHM/cPanel to version 92.0.0 and checked it again but failed
Besides your answers which is my pleasure:
1- Can I ask my DC if ports 49152 to 65534 are closed by them? Is it relatable?
2- Should I be able to telnet one of these ports when the issue is resolved? Does it matter which port I check?
Thanks