Reputation: 41
I have two instances and both of them are on same subnet and same VPC, one of the instances is openvpn when I'm connected to VPN and try to ping the other instance (10.x.x.x) I dont get response although it is reachable through the public IP address.
I enabled all traffic for all sources on both security groups and Network ACLs for both instances.
can anyone help me with this?
Upvotes: 2
Views: 3497
Reputation: 27
I was experiencing the same issue but adding the ALL ICMP
Inbound Rule to the Security Group of both OpenVPN server
and Private server
has resolved the issue and now the packet loss is not happening like before. You can refer to the screenshot attached.
Upvotes: 0
Reputation: 539
I was facing the same issue. Modifying the security group with an additional inbound rule of "ALL ICMP" fixed it to me. Custom ICMP with echo reply, is not sufficient. You have to go with ALL ICMP.
Upvotes: 3