I am attempting to send NATed traffic over to a site-to-site VPN to another server. I am using an IPsec tunnel and traffic between the two tunnels works great. Here is some of the relevant details.
Site 1:
External IP: 1.1.1.1
External Port: 8080
Internal Network: 10.1.1.1/24
Site 2:
Internal Network: 10.2.2.1/24
Internal Server: 10.2.2.2
Internal Port: 80
So this is the flow: (internet device) -> 1.1.1.1:8080 -> (???) -> 10.2.2.2:80
I have created a destination NAT with my destination as the 10.2.2.2 IP, but the traffic never makes it there. There are no firewall events firing on these packets. My question is, what am I missing in the (???) part of the flow? I feel like there is a route that needs to be added that would tell any external traffic coming into the site 1 network to hop over the site-to-site network on down the line. Do I need to create a static route to allow this?
This thread was automatically locked due to age.