有效解决SecureCRT错误:Hostname lookup failed: host not found

SecureCRT是一款方便用户在Windows环境下对Linux主机进行管理的软件,一般需要在windows系统上安装SecureCRT客户端,安装及破解过程可参考https://blog.csdn.net/xxujia/article/details/81348848(注意在运行注册机时应使用管理员权限)。
相应地,在Linux主机上需要安装ssh2服务,在终端中输入命令:sudo apt-get install openssh-server

若配置正确,在SecureCRT中输入Linux主机的IP地址和用户名则可成功连接,但是有时会出现一些错误,如:Hostname lookup failed: host not found,这可能是因为Windows或Linux主机下的防火墙未关闭。

解决办法:

1、关闭Windows下防火墙(以Win10为例):

(1) 打开控制面板,点击网络和Internet
有效解决SecureCRT错误:Hostname lookup failed: host not found_第1张图片
(2)进入网络和共享中心
有效解决SecureCRT错误:Hostname lookup failed: host not found_第2张图片
(3)点击Windows Defender防火墙
有效解决SecureCRT错误:Hostname lookup failed: host not found_第3张图片
(4)点击左侧启用或关闭Windows Defender防火墙
有效解决SecureCRT错误:Hostname lookup failed: host not found_第4张图片
(5)选择关闭Windors Defender 防火墙
有效解决SecureCRT错误:Hostname lookup failed: host not found_第5张图片
2、关闭Linux下防火墙:

启动终端窗口,输入命令:sudo ufw disable

3、重启SecureCRT并重新进行连接即可

你可能感兴趣的:(有效解决SecureCRT错误:Hostname lookup failed: host not found)