I have configured Mikrotik router 450C (RouterOS 5.26) with PPTP server.
Everything works fine with one exception.
I can not reach the VPN clients from the LAN or even from the router.
My router has two interfaces
LAN: 10.0.0.1/24
WAN: 192.168.0.1/24
VPN client has an IP address 192.168.0.22
VPN tunnel has addresses: 10.10.10.111 <=> 10.10.10.222
When the the router or LAN host pings VPN client ICMP packets are sent from 10.0.0.1 (via 10.10.10.111) to 10.10.10.222 by inteface PPTP.
That’s Ok.
But answer come from native VPN client IP: 192.168.0.22 via WAN interface
I have read the entire internet and did not find any hints :[