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
And another step missing on the latest script version:
In the interface lists, you will also find an entry like 'ampr-interfaces' with interface 'unknown'.
You need to delete that one, too.
On 2017-04-25 19:19, Marius Petrescu wrote:
(Please trim inclusions from previous messages) _______________________________________________ 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:
- 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
- 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
44Net mailing list 44Net@hamradio.ucsd.edu http://hamradio.ucsd.edu/mailman/listinfo/44net
Oh, so that's the reason my rip44 routes were disappearing ;) Was going to look into that, thanks for the update Marius!
73,
Ruben - ON3RVH
-----Original Message----- From: 44Net [mailto:44net-bounces+on3rvh=on3rvh.be@hamradio.ucsd.edu] On Behalf Of Marius Petrescu Sent: dinsdag 25 april 2017 18:27 To: AMPRNet working group 44net@hamradio.ucsd.edu Subject: Re: [44net] Mikrotik router corrections
(Please trim inclusions from previous messages) _______________________________________________ And another step missing on the latest script version:
In the interface lists, you will also find an entry like 'ampr-interfaces' with interface 'unknown'.
You need to delete that one, too.
On 2017-04-25 19:19, Marius Petrescu wrote:
(Please trim inclusions from previous messages) _______________________________________________ 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:
- 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
- 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
44Net mailing list 44Net@hamradio.ucsd.edu http://hamradio.ucsd.edu/mailman/listinfo/44net
_________________________________________ 44Net mailing list 44Net@hamradio.ucsd.edu http://hamradio.ucsd.edu/mailman/listinfo/44net
Hey! For starters I'm sorry for your English, but I'm using a google translator. I did on my Mikrotik like YO2LOJ wrote and works. As for the list of interfaces, I do not have 'unknown' perhaps because in the scripts I clicked update_amprgw 'Run Script' and automatically removed some interfaces.
Regards SP2GCH
2017-04-25 18:19 GMT+02:00 Marius Petrescu marius@yo2loj.ro:
(Please trim inclusions from previous messages) _______________________________________________ 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:
- 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
- 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
44Net mailing list 44Net@hamradio.ucsd.edu http://hamradio.ucsd.edu/mailman/listinfo/44net
Jacek,
It's not under interfaces, but under "interface list". There you will have a list called 'ampr-interfaces' and there in an interface in that list called "unknown" . you need to delete that one
73,
Ruben - ON3RVH
-----Original Message----- From: 44Net [mailto:44net-bounces+on3rvh=on3rvh.be@hamradio.ucsd.edu] On Behalf Of Jacek Grzona Sent: dinsdag 25 april 2017 19:10 To: AMPRNet working group 44net@hamradio.ucsd.edu Subject: Re: [44net] Mikrotik router corrections
(Please trim inclusions from previous messages) _______________________________________________ Hey! For starters I'm sorry for your English, but I'm using a google translator. I did on my Mikrotik like YO2LOJ wrote and works. As for the list of interfaces, I do not have 'unknown' perhaps because in the scripts I clicked update_amprgw 'Run Script' and automatically removed some interfaces.
Regards SP2GCH
2017-04-25 18:19 GMT+02:00 Marius Petrescu marius@yo2loj.ro:
(Please trim inclusions from previous messages) _______________________________________________ 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:
- 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
- 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
44Net mailing list 44Net@hamradio.ucsd.edu http://hamradio.ucsd.edu/mailman/listinfo/44net
I know, but before I saw it I apparently missed this entry because it actually is. I've already removed. Thank you :😃
2017-04-25 19:14 GMT+02:00 Ruben ON3RVH on3rvh@on3rvh.be:
(Please trim inclusions from previous messages) _______________________________________________ Jacek,
It's not under interfaces, but under "interface list". There you will have a list called 'ampr-interfaces' and there in an interface in that list called "unknown" . you need to delete that one
73,
Ruben - ON3RVH
-----Original Message----- From: 44Net [mailto:44net-bounces+on3rvh=on3rvh.be@hamradio.ucsd.edu] On Behalf Of Jacek Grzona Sent: dinsdag 25 april 2017 19:10 To: AMPRNet working group 44net@hamradio.ucsd.edu Subject: Re: [44net] Mikrotik router corrections
(Please trim inclusions from previous messages) _______________________________________________ Hey! For starters I'm sorry for your English, but I'm using a google translator. I did on my Mikrotik like YO2LOJ wrote and works. As for the list of interfaces, I do not have 'unknown' perhaps because in the scripts I clicked update_amprgw 'Run Script' and automatically removed some interfaces.
Regards SP2GCH
2017-04-25 18:19 GMT+02:00 Marius Petrescu marius@yo2loj.ro:
(Please trim inclusions from previous messages) _______________________________________________ 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:
- 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
- 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
44Net mailing list 44Net@hamradio.ucsd.edu http://hamradio.ucsd.edu/mailman/listinfo/44net