Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

can't telnet to server

Services

can't telnet to server

by  garwain  Posted    (Edited  )
If you try to telnet to your server and get the error message:
Could not open a connection to host: Connect failed

the most likely problem is that the telnet server is not running. This FAQ will tell you how to start the in.telnetd daemon under xinetd.

log in as root and go into the /etc/xinetd.d folder and modify the file telnet

change the line
disabled = yes
to
disable = no

then run the command
/etc/init.d/xinetd restart
Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top