I have at the office a linksys working as PPTP Server,
I have setup pptp client interface on mikrotik and I want to ask if it is possible to assign the IP address I got from the PPTP server to a computer on the local subnet, or to pass the whole
traffic to the comptuer.
for example:
my office
10.0.0.0/25
vpn server 10.0.0.199 / vpn pool : 10.0.0.200-250
and my local network with microtik as router
192.168.1.0/24
192.168.1.1 Mikrotik
and 2 computers on local 192.168.1.20 and 192.168.1.30
I have set up the mikrotik to open 2 VPN clients to Linskys , both got from the PPTP Server Pool addresses, 10.0.0.200 & 201.
I want to bind those 2 IP’s direct to the Computers.
So when I access on my office webserver 10.0.0.100:80 , the webserver to recognize that the Remote IP is the 10.0.0.200 and 201 from the computers .
Since now the webserver is showing the 10.0.0.1 as remote address.
*Windows , iPhone and all other OS’s when you create a VPN connection your external IP is bind to your IP from the PPTP Pool.
I want that to make it for my computers on my local networks , without the need of creating VPN Clients on them.
Hope I was understood…