@flimadigital said in IPSEC VPN WITH NAT S2S:
This ip has a configured NAT that takes everything from 192.168.249.29 and plays to the network 192.168.200.0/24
I don't exactly understand what you mean by this but I assume the client wants your clients to connect via a single IP (192.168.249.29) so it can create firewall rules accordingly. To do that, you have to NAT your connection in your phase 2 settings.
Your clients P2:
local network: 192,168.200.0/24 remote network: 192.168.249.29/32etc. etc.
Your own P2 setting:
local network: 172.16.0.0/16 NAT setting enabled with "address" selected: 192.168.249.29 (/32) remote network: 192.168.200.0/24Hope that clears it up and I understood correctly that you want to NAT to a single IP.