@Martek said in NAT from internet host through WAN to VPN connected host on specific tcp port:
My posibility is to use "Client Specific Overrides" to adjust that end of the VPN tunnel.
Yeah, the CSO is needed on the server to route the traffic to the proper client. But it doesn't do anything on the client side.
However using "Client Specific Overrides" with "Redirect Gateway: Force all client generated traffic through the tunnel" to be set, doesn't change the result.
I'd expect, that it would work with this option, presumed the route on the client is really added.
This would route any upstream traffic from the client over the VPN, however, but not only responses on the forwarded requests. Is this, what you want?
If so the outbound NAT rule on WAN for LAN2, you mentioned above, is needed to get internet access.
For testing the routing, on pfSense try to ping the host in LAN2 from the LAN1 IP. Ensure that the firewall of the host itself doesn't block access from outside.
Also check if the upstream traffic is routed over the VPN by accessing whatismyipaddress.com or something else showing you source IP.