Subject:
Re: [44net] Strange Broadcasts...
From:
"Marius Petrescu" <marius(a)yo2loj.ro>
Date:
06/06/2015 09:48 PM
To:
"'AMPRNet working group'" <44net(a)hamradio.ucsd.edu>
Hi Rob,
I was quite active in the Mikrotik community and tried to push a little our
ampr tunnel stuff.
But the results are actually null. People are friendly but not interested.
Ok... at the moment I am reading the forum to see how change requests actually are
to be posted and how they are handled, as I have some other requests.
The missing element is a way to create an IPIP
interface without a specific
peer IP, and add routes to specific peers on a given IPIP interface to get
it in multipoint mode.
That is clear, yes. I already found that the do not support static routes being bound to
interfaces, let alone "onlink" routes. So even when you would want to load
routes using
a script, it still cannot be done. They must have a reason for this (probably they want
to keep the routing entirely clean according to common practices), as the Linux kernel
can do a lot more than what they expose via the config interface.
The easiest way to get ampr up fully is actually to set up a metarouter on a
mipsbe routerboard (they have a xen virtualization on those), and run a
OpenWRT in it, to do IPIP encap and run ampr-ripd. I have tried that, it
works, but at the moment I use a PPC based routerboard which doesn't offer
virtualization.
But your RB2011 is a good candidate for this kind of setup, being mipsbe
based. Others would be the RB45x, the RB75x, the RB95x and the OmniTik
series.
As I wrote, I have no need for this because my RB2011 has a radio link to HAMNET and
as a backup I can setup an IPsec VPN to our gateway. So I don't need to be on the
IPIP
mesh. And I still have a Linux system in colocation (a Raspberry Pi) that is on IPIP.
But for others, this approach can be interesting.
Some systems e.g.
www.pe1chl.ampr.org and
hampi.pe1chl.ampr.org are routed over
this radio link and the MikroTik (but there is no useful content on them).
Regarding to linux: They run a proprietary distribution on a 3 kernel, but
shell access is unfortunately not available, and there is no way to add 3-rd
party extensions.
The device can be "rooted", though. You get a busybox shell. I have not done
that yet,
it will probably make it difficult to get support in case I encounter some bug I want to
be fixed.
Rob