telnet服务开启了,但是xshell却远程不上去 出现的报错信息 Connecting to 192.168.26.135:23... Could not connect to '192.168.26.135' (port 23): Connection failed.
时间:2019-01-20 19:50:13
收藏:0
阅读:1707
用netstat -ntpl |grep :23命令查看端口Telnet服务已经开启了
在虚拟机上也能telnet得上(telnet+ip地址)
但是在xshell上却登录不上
最后我的解决办法是:把防火墙关闭了(service iptables stop)就可以了
原文:https://www.cnblogs.com/lianggm/p/10295829.html
评论(0)