I am not able to connect to the computers on AWS using a Site to Site VPN. I have set up the gateways on both sides and have configured the tunnels with the same parameters, but when I look at the tunnels on AWS, it shows that both tunnels are down. I have tried setting up route tables and associating those route tables with my VPC, but I am not able to bring up the tunnel. What am I missing?
Asked
Active
Viewed 73 times
0
-
If your tunnels are not up routes inside the VPC are irrelevant. Check your IP addresses (AWS and on-premises), passwords / shared secrets, that kind of thing. You can also turn on VPN logging when you create a new VPN, logs go into Cloudwatch Logs, you can try that to get logs. – Tim Aug 03 '23 at 01:04
1 Answers
1
Make sure that all settings made according to docs
You can modify VPN connection options:
2.1 Go to VPC Dashboard -> Site-to-site VPN connections -> Select your VPN connection -> Actions -> Modify VPN connection options
2.2 Make them match:
- Local IPv4 Network CIDR: 0.0.0.0/0
- Remote IPv4 Network CIDR: 0.0.0.0/0
2.3 Reboot VPN on your machine
Check if you choose right vendor and made all according to downloaded configuration from VPN connections panel
If this is not working double check firewall rules that can block connection to your VPC
Double check your Customer and Virtual private gateway's settings. They must be made according to docs

Euegen
- 11
- 1