You can check your servers listening ports with the following command:
netstat –tulpn
or
nmap –sT –0 <hostname>
if any aren’t needed you should consider shutting down that service or blocking access to the port with iptables.
No comments:
Post a Comment