[SOLVED] How to forward server port from physical machine to VPN client?
Posted: Sat Feb 23, 2019 5:40 pm
In a conventional network, router would have a "NAT settings" page that we would forward some external ports to LAN devices. For example, if you have a 192.168.1.0 network and you want to expose your HTTP server on machine 192.168.1.6:4000, you would login to the router (pfSense, for example) and forward "WAN:80 -> 192.168.1.6:4000".
Current status is:
I'm running an application on port 6000 on my box (192.168.30.17, connected to virtual hub: "VPN") and I want to reach the application with WAN_IP:80.
How can I perform this forwarding in SoftEther? I would appreciate if you point the documents.
Thanks.
Current status is:
Code: Select all
(80) WAN_IP |== HOST MACHINE ==| <----> |== SoftEther Server ==| <----> (6000) |== My box: 192.168.30.17 ==|
How can I perform this forwarding in SoftEther? I would appreciate if you point the documents.
Thanks.