Hi
So it's my third server that were install and suddenly just stop working. I can't access it anymore over port 2030 or 2031. All 3 got different setup on nameserver but all run fine for about 1-2 month let say. Running with a wordpress on each.
But now got another one defective. Why is that?
I can log with ssh over putty on port 22
service iptables stop
:give 3 OK.
and then wrote:
service cwpsrv restart
Stopping cwpsrvd: [FAILED]
Starting cwpsrvd: cwpsrvd: apr_sockaddr_info_get() failed for myserver.com
cwpsrvd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName [FAILED]
I check the port with :
netstat -plunt
and got
10025,3306,587,465,21,22,8891,783
I check the config on : /etc/csf/csf.conf
but all port look fine as :
allow incoming tcpÈ 20,21,22,25,53,80,110,143,443,465,587,993,995,2030,2031
allow outgoing : 20,21,22,25,53,80,110,113,443,2030,2031,587
I also add the 2030 port manually, :
iptables -I INPUT -p tcp --dport 2030 -j ACCEPT
I check over a port scanner webpage and basically I got a result just on port 21 and 25 but don't work... And It was already there at first, as it was working for over a month.
So have no idea.. ?
Thanks