Better to go with tightVNC and tlntadmn on Windows 2000 Prof.
This is how you do it:
Download the TightVNC server and unzip the package to a directory say C:\tgtvnc
now run the below:
C:\tgtvnc> WinVNC -install --> which will install the service.
C:\tgtvnc>net start winvnc --> which will start the service.
Also open up the Start -> settings -> Control Panel --> Administrative Tools --> Services window and make sure "VNC Server" the "Startup Type" is Automatic so on reboot you winvnc starts up also.
Now for you back just in case winvnc fails on you and you need to start it up again.
For this we have the tlntadmn command to start you telnet server on Windows 2000.
As below:
C:\>tlntadmn
Microsoft (R) Windows 2000 (TM) (Build 2195)
Telnet Server Admin (Build 5.00.99201.1)
Select one of the following options:
0) Quit this application
1) List the current users
2) Terminate a user session ...
3) Display / change registry settings ...
4) Start the service
5) Stop the service
Type an option number [0 - 5] to select that option: 3
Select one of the following options:
0) Exit this menu
1) AllowTrustedDomain
2) AltKeyMapping
3) DefaultDomain
4) DefaultShell
5) LoginScript
6) MaxFailedLogins
7) NTLM
8) TelnetPort
Type an option number [0 - 8] to select that option: 7
Current value of NTLM = 0
Do you want to change this value ? [y/n]y
NTLM [ current value = 0; acceptable values 0, 1 or 2 ] :0
Are you sure you want to set NTLM to : 0 ? [y/n]y
setting will take effect only when Telnet Service is re-started
Select one of the following options:
0) Exit this menu
1) AllowTrustedDomain
2) AltKeyMapping
3) DefaultDomain
4) DefaultShell
5) LoginScript
6) MaxFailedLogins
7) NTLM
8) TelnetPort
Type an option number [0 - 8] to select that option: 0
Select one of the following options:
0) Quit this application
1) List the current users
2) Terminate a user session ...
3) Display / change registry settings ...
4) Start the service
5) Stop the service
Type an option number [0 - 5] to select that option: 4
Starting Microsoft Telnet Service ...
Microsoft Telnet Service started successfully
Select one of the following options:
0) Quit this application
1) List the current users
2) Terminate a user session ...
3) Display / change registry settings ...
4) Start the service
5) Stop the service
Type an option number [0 - 5] to select that option: 0
C:\>
Now again to make sure your telnet server comes up on reboot as above in the
Services window change for "Telnet" the "Startup Type" to Automatic.
That's it now you can telnet to you Windows 2000 box using:
bash-3.00$ telnet 10.177.247.50
Trying 10.177.247.50...
Connected to dhcp-v412-10-177-247-52.kns.com (10.177.247.50).
Escape character is '^]'.
Microsoft (R) Windows (TM) Version 5.00 (Build 2195)
Welcome to Microsoft Telnet Service
Telnet Server Build 5.00.99206.1
login: srikanth
password: ********
*===============================================================
Welcome to Microsoft Telnet Server.
*===============================================================
C:\>net stop winvnc
The VNC Server service is stopping..
The VNC Server service was stopped successfully.
C:\>net start winvnc
The VNC Server service is starting.
The VNC Server service was started successfully.
C:\>exit
Note sometime you might have to use Shift-Backspace for the Backspace to work for you.