内网服务器端口PING不通,如何排查?

0

内网服务器之间端口ping不通 请问有什么方法可以排查问题吗?

profile picture
EXPERT
asked 2 months ago17 views
1 Answer
0
  1. ping要在安全组开icmp协议
  2. 如果是在不同子网,是否在ACL 有限制
  3. 如果是在不同子网,子网间是否有可达路由。ping 是 icmp 协议,需要在安全组和 NACL 检查是否允许 icmp 协议,注意 NACL 除了需要添加 allow inbound 流量外,还要添加 allow outbond。如果是其他 TCP/UDP 端口,可以参考 icmp 协议的排查方法
profile picture
EXPERT
answered 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions