|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
1200+ fellow developers rate and compare features of the top IDEs, like Visual Studio, Eclipse, RAD, Delphi and others, across 13 categories. Enjoy this FREE Download of the IDE User Satisfaction Study by Evans Data Corporation. Download Now!
|
|
#1
|
|||
|
|||
|
How do I disable/change service ports on Windows 2000 Server?
Hi I need to disable some service ports on Windows 2000 Server, and change some default ports to other ports. How do I do that? Thanks!
|
|
#2
|
||||
|
||||
|
What services are you trying to do this for?
For the ones you are trying to disable, can't you just uninstall the service? You could use TCP/IP filtering to only allow certain ports to be accessed, but that wouldn't disable them on the computer. For the ones you want to change, I'd have thought the only way you'd have been able to do this was through the management interface for the service. To give more help, I really need to know which services. |
|
#3
|
|||
|
|||
|
Thanks for your reply, Edwin.
My purpose is to make the "telnet" service more secure. Since SSH is not built into Windows 2000, I have to use telnet, and I thought that changing telnet port to something other than 23 may help to make it less vulnerable to hacking. Please tell me if I'm doing it the right way. Thanks! |
|
#4
|
|||
|
|||
|
Another piece of information:
I modified the service port in the file "services" in WINNT\System32\drivers\etc, but it didn't make any difference. I wonder why. |
|
#5
|
||||
|
||||
|
I've had no experience myself of changing the port number for telnet, but this site:
http://dev.remotenetworktechnology....t/telnetsrv.htm says it can be done. Just change it as it says - it recommends using a really high one so port scanners won't find it. |
|
#6
|
|||
|
|||
|
you need to use port 22 for SSH. Look for a program called putty, I am not sure if they can provide a server for this SSH telnet program, but this is what you need, changing the port number for the telnet server won't do it.
-DudeDomain |
|
#7
|
|||
|
|||
|
I used "putty" on a Linux server. But now I'm connecting to a Windows server, which does not have a SSH server built in.
Is there any way to get around it? |
|
#8
|
|||
|
|||
|
I just tried it. Using the "tlntadmn" utility to change port works! Thanks, guys!
Do you know of any free SSH server for Windows 2K, by the way? |
|
#9
|
||||
|
||||
|
Glad you got it working
![]() Quote:
Does anything on this site look useful? http://www.jfitz.com/tips/ssh_for_windows.html |
![]() |
| Viewing: Dev Shed Forums > System Administration > Networking Help > How do I disable/change service ports on Windows 2000 Server? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|