PPTP MultiClients to Local IP's

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…

hi,

you dont want to configure a pptp client on machines, so i think you must have a SRC and DST NAT to both ips. And confirm the routes.

's
Lcm

If you have the Mikrotik unit operating as a level 3 / routing device then you can’t assign the IPs its PPTP clients to PCs on your local network.

However, if those PCs are using the VPN paths to access a remote system you can certainly masquerade the traffic flowing out of those VPN connections so that it uses the PPTP client IPs.

You could then use mangle rules to set a routing mark dependent on the source IP (which local PC the traffic is from) and force each PC to use a different PPTP tunnel on the Mikrotik unit as its outbound path.