- 论坛徽章:
- 0
|
回复 2# chenyx
先谢谢你帮我看问题;
用-vv查看了下,还是超时的问题。
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to xx.xx.xx.xx [xx.xx.xx.xx] port 22.
debug1: connect to address xx.xx.xx.xx port 22: Connection timed out
ssh: connect to host xx.xx.xx.xx port 22: Connection timed out
用tracert查看的结果:
traceroute to xx.xx.xx.xx ( xx.xx.xx.xx), 30 hops max, 40 byte packets
1 xx.xx.xx.1 ( xx.xx.xx.1) 3.933 ms 4.433 ms 5.165 ms
2 localhost (10.255.254.145) 6.892 ms 7.211 ms 7.518 ms
3 localhost (10.255.233.194) 20.279 ms 20.782 ms 21.054 ms
4 localhost (10.10.6.129) 5.604 ms 5.911 ms 6.333 ms
5 localhost (10.255.250.1 11.890 ms 12.878 ms 13.849 ms
6 * * *
7 * * *
8 * * *
9 * * *
10 * * *
11 * * *
12 * * *
分析:
数据包像是没有发出去,被丢掉了。
之前查了很多资料,怀疑是防火墙的原因,为测试防火墙都关闭了,而且也没有其他防火墙了。连接其他的
sshd服务也都成功,只有到S2失败。
|
|