Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 SQL2k installation: Any ports I shouldnt use?

Author  Topic 

SQLServerDBA_Dan
Aged Yak Warrior

752 Posts

Posted - 2002-02-21 : 16:13:01
Default is 1433...

If I dont want to use that then can I use any port or is there something that I should not use (besides port 80)?

Daniel
SQL Server DBA

SQLServerDBA_Dan
Aged Yak Warrior

752 Posts

Posted - 2002-02-21 : 16:39:58
Hmm no replies yet??

Daniel
SQL Server DBA
Go to Top of Page

robvolk
Most Valuable Yak

15732 Posts

Posted - 2002-02-21 : 16:54:02
Personally I would stick with anything between 1430 and 1440. 80 is out, 21 is used for FTP, 119 is used for news, and some of the other 2 digit ports are standardized for stuff. A lot of the peer-to-peer filesharing crap programs use the higher ports (5000+), but you never know, they might pick something else.

I think keeping it in that realm will let you feel better about firewalling all other ports except that range.

Go to Top of Page

SQLServerDBA_Dan
Aged Yak Warrior

752 Posts

Posted - 2002-02-21 : 17:03:15
Thanks for the reply, Rob.



You always have nice responses.

Daniel
SQL Server DBA
Go to Top of Page
   

- Advertisement -