C chris10121 Verified User Joined Feb 17, 2008 Messages 31 Mar 5, 2008 #1 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?
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?
G GXX Verified User Joined Mar 25, 2006 Messages 341 Mar 5, 2008 #2 web ftp mail dns ssh DA That's it.
C chris10121 Verified User Joined Feb 17, 2008 Messages 31 Mar 5, 2008 #3 so the following is ok? ftp ssh domain http pop3-proxy imap ssl mysql
C czotos Verified User Joined Oct 19, 2007 Messages 208 Mar 6, 2008 #4 chris10121 said: so the following is ok? ftp ssh domain http pop3-proxy imap ssl mysql Click to expand... 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).
chris10121 said: so the following is ok? ftp ssh domain http pop3-proxy imap ssl mysql Click to expand... 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).