Port Adress Translation through VPN ?
Hello,
Historically, we use NAT port translations to redirect RDP to specific systems.
For example : WANIP:3400 gets forwarded to LANSERVERIP:3389
Now we switched to Omada and have ported these rules. It's working.
But we've also setup SSL VPN on mobile computers and S2S VPN IPSec tunnels between branches and HQ.
Our goal now is to be able to connect from SSL VPN or S2S VPN to WANIP:3400.
This way, we avoid resetting hundreds of RDP shortcuts with local IPs, and we keep the possibility to whitelist IP within the NAT rule to allow exceptionnal external access in case of S2S/VPN troubles (i.e. : router crash, 4G backup, ...).
The issues we observe :
- S2S : the traffic to HQ WANIP:3400 hits the IP restriction with the branch WANIP (I could whitelist it but I'd prefer for traffic to go by the S2S tunnel).
- VPN SSL (with a VPN SSL ressource declared as WANIP port 3400 to 3400) : the traffic is not redirected to the LANIP:3389 (as the RDP connection doesn't start, telnet didn't work either).
I know it's tricky ; maybe even theorically stupid... but is it possible ? Or alternative ideas ?
Thanks for your help.