Skip to content

Unable to ping on private server

0

I have created a site to site vpn connection between my AWS server and on premises server, where the tunnel has been configured using AWS-site to site vpn managed service

Now the issue is that , I'm not able to ping on 172.2.0.4 from my private server. but the client can ping on my machine at IP 10.0.1.236

3 Answers
1
Accepted Answer

Hello @riku

As I had already provided the route in the rounet table, and in Security group all the roles of ICMP are allowed,

answered 2 years ago
EXPERT
reviewed 2 years ago
1

Hello.

I don't know the details as only the IP address is listed, but does this mean that I can't ping the on-premises server from EC2 via Site to Site VPN?
If so, please check whether there is a route to the on-premises in the subnet route table.
Another possibility is that ICMP is not allowed by the firewall or security group.

EXPERT
answered 2 years ago
EXPERT
reviewed 2 years ago
EXPERT
reviewed 2 years ago
  • Is "172.2.0.4" an EC2 IP address? Please check not only the security group but also the firewall of the EC2 OS. We also recommend that you use the "tracert" command to check how far the communication is going.

0

Is routing configured from on-premises to VPC?
Also, is your on-premises router configured to deny ICMP?

EXPERT
answered 2 years 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.