Working in Amazon Web Services we set up a UTM 9 instance with interfaces to the public and private networks. Private network is 10.1.2.0/24. Everything is working great and we are loving the ease of configurability of the UTM.
So we set up our first IPsec site-to-site tunnel to a Cisco ASA. The remote side is 192.168.111.0/24, and we put our side in 10.1.3.0/24 since we don't want it in our private server subnet. The tunnel established fine and everything is good from the UTM end.
But... we can't ping the far end host. The far end is 192.168.111.118, which I think would make our end 10.1.3.118, right?
I'm wondering if it will even work since our AWS VPC subnet is only 10.1.2.0/24. I was thinking that the UTM would act as the gateway and see that traffic was destined for a tunnel subnet and sent it over that (with NAT), but that doesn't seem to be working.
What could we be missing? Do we need a NAT/masquerading rule?
Any help or troubleshooting tips would be greatly appreciated.
This thread was automatically locked due to age.