May 1, 2002 #1 madkayak Technical User Apr 12, 2002 7 GB I can't seem to beable to telnet myself (never mind anyone else) it just says unable to connect: connection refused? how can I change this? Thanks Sandy
I can't seem to beable to telnet myself (never mind anyone else) it just says unable to connect: connection refused? how can I change this? Thanks Sandy
May 1, 2002 #2 garwain Programmer Jan 30, 2002 461 CA the problem is that the telnet server is disabled. to fix this you will need to be logged in as root 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 However if this system is on the 'net, I suggest you use SSH instead. Its a lot more secure. Upvote 0 Downvote
the problem is that the telnet server is disabled. to fix this you will need to be logged in as root 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 However if this system is on the 'net, I suggest you use SSH instead. Its a lot more secure.