Hi All,
I have a server on my LAN which checks that all connections are 'local' and in the same Subnet. I have a few VPN connections that need to reach this server. Is there a way for me to port forward from the mikrotik to an internal server on the same network but mask the source IP and make it look like the traffic was coming FROM the mikrotik originally ? For instance:
VPN user (10.10.16.2) ---VPN TUNNEL----> 192.168.88.1 (mikrotik) ----LAN ----> Local server (192.168.88.11)
I have tried the standard dst-nat port forward, but the service on the local server in the logs still shows the connection from 10.10.16.2 and denies me. (my goal would be to make the traffic starting at 10.10.16.2 appear as if its coming from 192.168.88.1 but being forwarded to 192.168.88.11
Maybe Proxy could get this done, but I thought maybe a rule could take care of it as well.
Any ideas would be great, maybe I am just missing something easy.
Thank you,
-Brian