I'm trying to setup NAT to an Address reachable through OpenVPN.
Site A is the VPN server and has Public IP 1.1.1.1, network 192.168.5.0/24 and Site B is VPN Client and public IP 2.2.2.2, network 192.168.10.0/24.
Goal is to have NAT Rule at Site A to 192.168.10.33 in site B.
Everything in the VPN enviroment works. Both Sites can communicate with each other and I've already done the Outbound NAT on site B related with that IP so the 192.168.10.33 reachs the Internet through Site B.
On Site A I've created a simple rule, NAT port 80 from WAN Address to 192.168.10.33.
I've tried creating outbound NAT on Site B also but I guess it was not correct.
What am I missing?