I am adding a new administation/monitoring system to my network.
The new computer is connected to a Mikrotik router, that is in turn connected to another Mikrotik router via wireless, that is in turn connected to the master router of my network.
eg. Computer ---> Router A ---> Router B ---> Master RouterOS ---> to rest of my network.
I want to use a PPTP connection from Router A to my main server and from there the main server 'knows' all the applicable routes. Thus the new monitoring computer behind A can access all of my network.
Everything works fine IF I manually add the required routes on Router A.
However as I currently have 12 different subnets and more being added all the time, it is a pain to continuously add more routes to Router A. Also it is possible that I may want to add more connections like this.
All I want is for the PPTP Server running on my Master RouterOS to push/assign the applicable routes to Router A. This way any PPTP connections I want would have these routes automatically assigned.
I am aware of the /ppp secret routes parameter, however this is for use in dynamically adding routes to the PPTP Server NOT the client.
Does anyone have any suggestions?