Results 1 to 2 of 2
Dear all,
I am using win xp and EL5 in both separate systems.By using linux system i am able to login into windows system through telnet protocol.But using the same ...
- 05-31-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 12
Telnet login issue from win xp to EL5
Dear all,
I am using win xp and EL5 in both separate systems.By using linux system i am able to login into windows system through telnet protocol.But using the same from windows to linux i can't able to connect it.Please help me to solve the prblem...
dinesh .d
919894617211
- 05-31-2009 #2
Is your telnet daemon running?
Otherwise you will want to edit /etc/inetd.conf, look for this:Code:nmap localhost
If telnet is commented out (has a '#' sign), then uncomment it and restart the inetd daemon.Code:cat /etc/inetd.conf|grep telnet
But, you might also want to consider running ssh rather than telnet. You can install PuTTY on Windows, and run SSH on Linux. This works very well and is a LOT more secure.Can't tell an OS by it's GUI


Reply With Quote