suddenly no service, except ssh is accessible from wan

0

I recently did install the GNOME Desktop and Graphical Administration Tools package groups to my remote host, for remote desktop connection. After the installation of nearly 550 dependencies was done, I could not connect to my personal website which is also hosted on that server.

Interesting stuff is, that I have no log entry in the access log of the web server, even though the web server (nginx) is running.

After being shocked by the results of my update, I checked other ports too, but I can't access on any port, but 22.

I did almost exactly the same as described in this tutorial about setting up the gnome gui on centos 7.

Since i have no entry in /var/log/nginx/access.log neither in /var/log/messages which would explain this behaviour, i have no idea where to start to fix.

Did anyone have a similar issue? Where should I start to fix the problem?

Max Ruf

Posted 2014-12-11T14:13:19.013

Reputation: 101

Answers

0

Sounds like a firewall issue. Try using nmap from another machine on the same network to see what ports are open. If no other machine is available to you, perhaps you can ask support for the hosting service to do this for you. If you are still able to log into the machine, then as root, use netstat -al to see what ports are listening. Use iptables -L or firewall-cmd to see what firewall rules are in place.

Codex24

Posted 2014-12-11T14:13:19.013

Reputation: 265