What ports do you have open?

chris10121

Verified User
Joined
Feb 17, 2008
Messages
31
After doing a scan of my server with a remote post scanner, I've found I have some ports open. What ports do you guys have open on your servers?
 
so the following is ok?

ftp
ssh
domain
http
pop3-proxy
imap
ssl
mysql

Everything looks fine, but you may want to close the MySQL port to the outside world...

Edit the MySQL configuration files and instruct MySQL to only accept connections from your localhost (127.0.0.1).
 
Back
Top