I have been recently introduced to Mikrotik and have been enjoying learning it to the fullest.
I am looking at this API script mentioned at http://wiki.mikrotik.com/wiki/Manual:API.
The API server is initiating the TCP connection and pushing the config. Is there any way which can allow the microtik router to download the config via API ?
Basically I want to use the API feature but also want to address scenarios when the router is NATed or behind a firewall and it is not possible to initiate TCP connection from outside to router.
Can we make this work with the use of any scripts ?