Skip to content

How to add custom route via EC2?

0

I need to route certain traffic via site-to-site VPN. This trivial thing doesn't work for me in AWS, while works fine in my test on-prem environment. For instance:

  • I need to route traffic to 111.111.111.111/32 via 10.10.10.11
  • I tried both adding this route to 10.10.10.10, and adding it into the VPC routing table - no results. I.e. I. don't see packets to 111.111.111.111 coming to 10.10.10.11. (I checked both using network sniffer on 10.10.10.11 and using AWS Flow logs).

Any ideas? TIA, Vitaly

asked 4 years ago2.1K views
1 Answer
1

I found the issue - it was the default "Source/dest. check" == True in the ENI of my VPN box.

answered 4 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.