I've got Sophos UTM 9 on an instance in AWS, and my company would like to have a site-to-site IPSec VPN tunnel going to another company. The other company has its datacenter in Azure, and is using a Microsoft Azure Site-to-Site PolicyBased VPN Gateway. We have gotten the tunnel established successfully, and I'm able to hit a temporary box that the other company's got in the gateway's network (from my own client box). However, the network engineer in the other company would like me to be able to reach a server in a different subnet which he has "peered" with the gateway's subnet.
So, in Azure, the PolicyBased gateway is in 10.69.49.0/24, and the server he wants me to hit is in 10.69.18.0/24. He's got some Azure peer networking thing going that allows him to ping the server from that temporary box he stood up in 10.69.49.0/24. When I set up the VPN on UTM 9, I added both 10.69.49.0/24 and 10.69.18.0/24 as remote networks. But, only the 10.69.49.0/24 SA gets established successfully. I asked him to add 10.69.18.0/24 as an advertised network, but he says that's impossible to do in Azure's PolicyBased gateway.
So, is there any way to tell UTM 9 to route packets destined for 10.69.18.0/24 through this particular VPN tunnel? I've tried creating a static gateway route saying that network 10.69.18.0/24 goes to gateway 10.69.49.1, but that doesn't look like it's worked. Before I try troubleshooting that, can anyone tell me if that's even the right thing to do? I have not confirmed that 10.69.49.1 is actually the gateway in 10.69.49.0/24 which can route to 10.69.18.0/24, but I don't think that actually matters. I just need to get the packets going through that tunnel, I think.
I have checked the automatic firewall rules, and ones got created for both 10.69.49.0/24 and 10.69.18.0/24 as expected. Oh, and to add a wrinkle: I'm using a NAT rule to translate my client boxes all into one IP address that my VPN connection advertises as our local network. I've added both 10.69.49.0/24 and 10.69.18.0/24 to the "Going to:" section of that NAT rule.
Can anyone provide any advice on this?
This thread was automatically locked due to age.