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.
| 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)?DanielSQL Server DBA |
|
|
SQLServerDBA_Dan
Aged Yak Warrior
752 Posts |
Posted - 2002-02-21 : 16:39:58
|
| Hmm no replies yet??DanielSQL Server DBA |
 |
|
|
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. |
 |
|
|
SQLServerDBA_Dan
Aged Yak Warrior
752 Posts |
Posted - 2002-02-21 : 17:03:15
|
Thanks for the reply, Rob. You always have nice responses. DanielSQL Server DBA |
 |
|
|
|
|
|