I have the following setup:
Server 2003 with RRAS
- (Nic0: 10.0.0.10/24) --- LAN (10.0.0.0/24)
- RRAS based DemandDialInterface which connect through L2TP IPSec to the VPN router in the internet. It is set to persistent connection. Once connection is established I get address 10.0.5.217/32 on this interface.
- the router that is responsible for internet connection is in the LAN, the address 10.0.0.1/24
My computer connected to the VPN server from remote location, which gets from the VPN the address 10.0.5.218.
In the setup above, once I establish VPN connection from my computer and RRAS VPN is established as well I can easily connect to the Server 2003, ping it and e.g. make vnc, rdp connection, whatever, it works fine, so there is in-tunnel connection between 10.0.5.217 and 10.0.5.218.
Now, the problem.
I have devices in the LAN I would like connect to from the remote computer. I guess RRAS with NAT is the service I need for that.
I need to establish connection between 10.0.5.218 (my machine) and machine in remote LAN on address 10.0.0.11 on three ports: 23, 80, 9000. I didn't succeed configuring this.
I tried all the possible options I found and none worked, that's way I am not showing what I have configured already.
Can somebody please give me advice how to make this working. Thank you.