原因是没有安装telnet客户端和服务(缺一不可)

yum list telnet*   查看telnet相关的安装包
yum install telnet-server 安装telnet服务
yum install telnet.* 安装telnet客户端

相关文章: