PDA

View Full Version : What ports do you have open?



chris10121
03-05-2008, 08:34 PM
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?

GXX
03-05-2008, 08:56 PM
web
ftp
mail
dns
ssh
DA

That's it.

chris10121
03-05-2008, 09:07 PM
so the following is ok?

ftp
ssh
domain
http
pop3-proxy
imap
ssl
mysql

czotos
03-06-2008, 03:29 AM
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).