設定ファイル /etc/xinetd.d/krb5-telnet を変更する

disabled = yes

をコメントにする

firewall の設定を変更 port:23 を開く。

inetd を再起動する。

/etc/init.d/xinetd restart

rootユーザーはログインできない。

iptables -I RH-Firewall-1-INPUT -p tcp -s 172.16.0.0/16 -d 0.0.0.0/0 --dport 23 -j ACCEPT

iptables -I RH-Firewall-1-INPUT -p tcp -s -d 0.0.0.0/0 --dport 23 -j ACCEPT