However I am trying to setup my pptp link for some days now but there is something missing. More specifically in my mikrotik I have the 10.0.0.0/24 network which uses the default pppoe as gateway this is working fine.
I also need the 192.168.9.0/24 network on eth5 to use pptp-out1 (192.168.3.243<->192.168.3.1=pptp server) as a gateway. The more I can get is to ping the remote PtP address (192.168.3.1) via pptp.
I have added a masquerade saying that all 192168.9.0 to be masqueraded using pptp as gateway.
Something is missing to route all 192.168.9.0/24 via pptp !!
When you connect to your client do you get default route? there must be an option like “route all traffic to vpn server”. Check that it is active. Also did not understant what is realy your pptp subnet. is 9.0/24 or 3.0/24? Anyway… Both subnets must be in masquerade assuming one is your lan and one is vpn subnet
both 10.0.0.0 and 192.168.9.0 are local LANs connected to my Mikrotik router
so 10.0.0.0 —> MT eth2 —> masq —> pppoe (currenlty the default gateway) —> internet runs ok!
and I also need
192.168.9.0 —> MT eth5 —> masq ----> pptp (default gateway for 192.168.9.0) —> internet (not ok)
(when I dial pptp I receive the 192.168.3.234 address on the pptp interface with 192.168.3.1 the pptp server)
If I run pptp with the “add default gw” option then yes all traffic is routed via pptp