os : redhat 6.2k
설치할 때 KDE Workstation으로 설치...
inetd-0.16-4.rpm을 설치하고
/etc/service에는
"telnet 23/tcp " 설정되어 있고,
/etc/inetd.conf에는
telnet stream tcp nowait root
/usr/sbin/tcpd in.telnetd
이렇게 돼 있거던여...
데몬두 제대루 떠있구... inetd
근데
[xxx@user]$ telnet localhost
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
Connection closed by foreign host.
텔넷 접속이 않돼는 건 왜 일까요?-- ^,.^