Ssh – Server not responding to http or ping but ssh works

httpdpingsshvps

I can access to a VPS through ssh. That VPS has httpd installed on it and running to listen onto port 80. However I can't ping that VPS nor access to his apache but I can log in with ssh.

This is strange because I've also check for IPTables blocks (and even disabled the service).

Since the server isn't mine but of a client of mine, the only scenario that could lead to that issue, to me, is a firewall between the internet and that server. Is this the only explaination, or someone can give me another pointer?

Best Answer

I'd say that's the most likely explanation, if the server was on a residential connection, that could cause issues, some ISPs block classic "server" ports, 25, 80, 443, and so forth. Xinetd and other systems which control access to ports could also cause issues. In theory, you could also configure httpd to respond only to specific ports also..

That's my mental list exhausted..

Related Topic