Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Linux Engineer Freston's Avatar
    Join Date
    Mar 2007
    Location
    The Netherlands
    Posts
    1,047
    Is your telnet daemon running?
    Code:
    nmap localhost
    Otherwise you will want to edit /etc/inetd.conf, look for this:
    Code:
    cat /etc/inetd.conf|grep telnet
    If telnet is commented out (has a '#' sign), then uncomment it and restart the inetd daemon.



    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...