On Tue, Jul 23, 2013 at 3:14 PM, YT9TP op. Pedja <yt9tp(a)uzice.net> wrote:
(Please trim inclusions from previous messages)
_______________________________________________
Thing is, I want to use Mikrotik router that I already have in use, and
which handles my network. I do not need another box just to play gateway.
...
I noticed that there is a script made by Marius,
YO2LOJ, that reads encap
file and then sets Mikrotik up to it. But, to run that script I again need
Linux box. I noticed there are other scripts that do the same for other kind
of routers.
Hello Pedja,
I wrote a configuration script for Mikrotik in Python so that it can
be run from any one of the many operating systems that support Python.
https://github.com/kd7lxl/hamwan_scripts/tree/master/amprupdate
Edit the first few lines to match your network, then just run it
periodically to keep your Mikrotik configuration up to date. The
script will create the tunnel interfaces and routes required to reach
other AMPR networks. When a network is removed, it will remove that
tunnel interface and route from your router.
Tom KD7LXL