帮忙看一下,我的file:/etc/xinetd.d/telnet内容如下:
# default: on
# description: The telnet server serves telnet sessions; it uses \
# unencrypted uname/password pairs for authentication.
service telnet
{
flags = REUSE
log_on_failure += USERID
port = 23
bind = 10.100.43.40
socket_type = stream
protocol = tcp
user = root
server = /usr/sbin/in.telnetd
type = UNLISTED
wait = no