Hello,
Since the appearance of the 44.0.0.1 route in RIP, some of you using the
Mikrotik script may have noticed the disappearance of the RIP broadcasts
and missing updates.
This happens because of the creation of a alternative tunnel from your
router to ampr-gw (ampr-169.228.66.251), which highjacks the normal
ampr-gw tunnel.
To correct this, follow the following steps:
1. under routing->prefix list create the following rules in the given order:
chain ampr, prefix 44.0.0.1, prefix length 32 discard
chain ampr, prefix 44.0.0.0/8, prefix length 8-32 accept
chain ampr, prefix 0.0.0.0/0, prefix length 0-32 discard
2. under routing->rip->interfaces on your ucsd-gw set the 'ampr' prefix
list as 'In Prefix List'
3. under interfaces find and delete interface ampr-169.228.66.251
4. under ip->routes find and delete the route to 44.0.0.1 via unknown
5. Optional: if you like to have 44.0.0.1 routed via tunnel, add a
static route for 44.0.0.1 via interface ampr-gw.
Marius, YO2LOJ