Has someone here succeeded in implementing an AWS VPN Connection with AWS TransitGateway service?
I've created and configured my transit gateway and attachement of type VPN, with a transit gateway route table and association. I've downloaded the resulting vpn connection with static routing configuration and configured my on-prem routers, and my tunnels are up.
However :
- I can reach my tunnels' public IP addresses from the on-prem network and AWS VPC
- I can reach my tunnels' public IP addresses from my on-prem network
- I can't reach my on-prem router's public IP address
- I can't reach any host from my on-prem network to AWS VPC, and inversely
When I look at the corresponding transit gateway route table, I can see all VPN routes are in blackhole
state. If I set them to the active state, but they still come back to blackhole
state. In this blackhole
state the TransitGateway drops packets silently...
Any help?
Edit Static Routes Editing Static RoutesFailed Hide details API error message Static routes for vpn-XXXXXXXXXXXXXX must be added through the Transit Gateway API.
– nixmind