Hi! My server have been atacked. It was a very poor attack, but now i am nervous with that. Someone tries to get access to my php admin. Of course it was disabled and the hacker just tried a lot of stupid options to get there, like this: ActionController::RoutingError (No route matches "/websql/main.php" with {:method=>:get}): Well, i want to check the ports that access my system. What ports are needed for the clockingit soft to work? I will close the others. Thanks, Erlend.
Port 80, and whatever port you configured the push server to use (443 default).
If it's just some web-pages that are attempted accessed, I wouldn't worry too much, as there are tons of bots trying automated attacks on random servers looking for software with know voulnerabilities. Closing ports won't help against web-based attacks, though. And rather than close the un-needed ports, it's better to close all ports and just open the ones you need. (ssh(22), web(80), https(443), and most out-bound traffic allowed).