type
Post
status
Published
date
Nov 5, 2023
slug
甲骨文其中一个服务器连不上 原因找到了
summary
Timed out while waiting for handshake
tags
折腾
Linux
Oracle
学习
category
技术分享
icon
password
 
发现这个问题还是因为有个沙暴游戏服务器搜不到了,内部通而外部通过社区搜不到这个服,
这个服务器之前一直都是正常运行的,端口都是正常放行的,只有MONITOR的结果却是
Querying port: gsquery: 127.0.0.1:27133:1: OK,之前都是显示内网ip的
notion image
 
notion image
突然就想到了hosts文件,打开一看确实是少了内网的信息,加了一条服务器马上就搜到了。
而今天这个甲骨文的服务器ssh连不上也是因为少了一条内网信息
进维护模式修改hosts文件后,ssh就能正常连接了。
新服务器配置FILE_SAVE_ERR[Errno 1] Operation not permitted: '/root/.ssh/authorized
Loading...