Centos 7操作系统,可ping通,但无法ssh
问题描述:内网一台服务器安装Centos 7操作系统,可ping通,但无法ssh
排查方向:
1、查看防火墙状态
[root@localhost ~]# systemctl status firewalld
Unit firewalld.service could not be found.
未安装防火墙
2、查看ssh进程是否正常启动
[root@localhost ~]#systemctl restart sshd.service
sshd.service - OpenSSH server daemon
Loaded: loaded(/usr/lib/systemd/system/sshd.service;enabled:;vendor preset: enabled)
Active: active (running) since Thu 2822-85-12 13:01:12CST:1min 11s ago
ssh正常启动
3、查看selinux状态
[root@localhost ~]#sestatus
SELinux status: disabled
selinux关闭状态
因此怀疑是否存在地址冲突或者网络中存在安全设备拦截
4、将服务器网线拔出,在内网再次ping服务器地址,发现可ping通
故障原因:
与内网其他设备地址冲突
解决方案:
修改内网其他设备地址或服务器地址