Hi Ryan,
Unfortunately, ampr doesn't work this way.
You need an ipip interface with a direct connection to every gw from the
encap file.
Your set-up will encap all traffic to ampr hosts and send it to amprgw which
is not what you want.
That is what the mentioned scrip accomplishes.
Marius,YO2LOJ
-----Original Message-----
From: 44net-bounces+marius=yo2loj.ro(a)hamradio.ucsd.edu
[mailto:44net-bounces+marius=yo2loj.ro@hamradio.ucsd.edu] On Behalf Of Ryan
Elliott Turner
Sent: Thursday, January 30, 2014 04:27
To: 44net(a)hamradio.ucsd.edu
Subject: [44net] Getting mikrotik router gateway connected to amprgw
...
/interface ipip
add local-address=99.173.137.24 name=ampr-gw remote-address=169.228.66.251
/ip route
add distance=1 dst-address=44.0.0.0/8 gateway=ampr-gw
....