|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (9 bit)
Join Date: Jul 1999
Location: Denver
Posts: 395
|
Redirected Ports
I have a web site on which I would like to redirect the port. If I change it from port 80 to something else are there any rules of thumb that I should abide by?
Thanks, Wanabe |
|
|
|
|
|
#2 |
|
Member (10 bit)
Join Date: Apr 1999
Location: Maryland, USA
Posts: 775
|
Type "netstat -an" at a command prompt to make sure no other service is listening on that port. You'll see a bunch of IP addresses (and some that are 0.0.0.0) with a number after them separated by a colon. For example:
192.168.100.1:139 The number after the colon is the port. The far right column shows the state of that connection. Anything showing "LISTENING" would be a port already in use. Hope that helps. |
|
|
|
|
|
#3 |
|
Member (9 bit)
Join Date: Jul 1999
Location: Denver
Posts: 395
|
Thanks Dave22, that's perfect.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|