PPTP real static ip

Hallo…
I have mikrotik 4.16
i have configured pptp server
i have 5 real ip’s
95.140.197.0/29
95.140.197.1 is isp gateway
mikrotik wan ip is 95.140.197.2
i want to give my pptp client ip 95.140.197.3
for example i want to connect from home with pptp and get real ip addres 95.140.197.3
i know its possible but need some route , please help.

Well, with PPTP you do get a local IP address in your core router so you can use netmap
For example you get local IP=10.1.1.10

/ip firewall nat
add chain=dstnat dst-address=95.140.197.3 action=netmap to-addresses=10.1.1.10
add chain=srcnat src-address=10.1.1.10 action=netmap to-addresses=95.140.197.3

If you don’t want to play with NAT, you can just set the remote address in PPTP/L2TP secret to the real static IP. You will also need to enable proxy-arp on the main eth interface of the router.

GL

I did what you say!
But now just I can open my internal (Ethernet) network I can not use remote!!
Where is proxy-arp??

restore the settings and try another way round