2008年11月17日月曜日

LinuxでのTELNET設定

「/etc/xinetd.d/telnet」を編集します。

service telnet
{
 flags = REUSE
 socket_type = stream
 wait = no
 user = root
 server = /usr/sbin/in.telnetd
log_on_failure += USERID
 disable = yes
}


「disable = yes」→「disable = no」
に変更します。

変更後は

/etc/rc.d/init.d/xinetd restart

を行い、サービスを再起動します。

IPTable等やネットワークの設定で見えない状況もあります。ご注意を。

0 件のコメント: