[SOLVED] How to forward server port from physical machine to VPN client?

Post your questions about SoftEther VPN software here. Please answer questions if you can afford.
Post Reply
ceremcem
Posts: 11
Joined: Sat Feb 23, 2019 5:18 pm

[SOLVED] How to forward server port from physical machine to VPN client?

Post by ceremcem » 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:

Code: Select all

                                                                                      
(80) WAN_IP |== HOST MACHINE ==| <----> |== SoftEther Server ==|  <----> (6000) |== My box: 192.168.30.17 ==|
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.
Last edited by ceremcem on Sun Feb 24, 2019 9:24 am, edited 1 time in total.


Post Reply