Hi , I created PPTP tunel for two office branch ( MK - MK ) tunel is ok. Routing from MKs is ok, and ping works from booth sides .. But if I want ping from PC1 ( Office 1 ( 192.168.88.0/24 )) to PC2 Office 2 (192.168.1.0/24 ) I have to manualy add route (route add 192.168.1.0 MASK 255.255.255.0 192.168.88.1) It is possible to setup it on mk withou add routes manualy on every pc ? thanks
Sorry for stupid questing but I do not find solution on google.
Of course you need to plan your network so that routing is possible.
This is not related to PPTP or MikroTik, it is general IP network knowledge.
Simple devices usually only have direct access to the local network and send all other traffic to the “default gateway”.
That is the place where all routing takes place, and where you have to put your extra route.
There are also other tricks to join remote networks to the local net, e.g. “proxy arp”, but it does not fit with
your current network scheme. It is also considered a “dirty trick” by some people. It is better to go for proper routing.