Communication through Site to Site VPN Tunnel

0

I have the following scenario, an ECS cluster running in a VPC with a VPN Site to Site with a static route, the tunnels are all UP which indicates that the configuration on the Firewall side is 100%, through this VPN I need to access an Oracle database on client side of the network. The route table is configured, as well as the ACLs and security groups. On the Firewall side, the range of Ips of the SubNets was released and even so, it did not participate in the communication with the other side.

1 個回答
3
已接受的答案

please Perform a network connectivity test using a tool like traceroute, ping, or nc (netcat) from your ECS instances to the Oracle database server IP. This will help you understand if there's a specific network hop causing the issue.

profile picture
專家
已回答 1 年前
profile picture
專家
已審閱 2 個月前
  • I already did and it doesn't pass.

    • Verify that the security groups attached to your ECS instances and the Oracle database server allow traffic between them. Double-check the ingress and egress rules to ensure that the relevant ports (e.g., 1521 for Oracle) are open for communication.
    • Check the route table associated with the subnets where your ECS instances reside. Ensure that there's a specific route entry for the remote network (where the Oracle database is located) pointing to the virtual private gateway.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南