To the attention of all those whose static entry in the ARP is dying after the update to the 388.2 release. Today I conducted another experiment - I reset the router to factory settings before updating from 388.2alpha1 to 388.2release, after the update I made only the initial configuration and again reset to factory settings with a checkmark in the checkbox, after that I once again performed only the initial configuration of the router and did another reset to factory settings, but without a checkmark in the checkbox. After that, I made the initial configuration of the router and created a static entry in the ARP, and this entry has been working for 1 hour. After my previous repeated attempts to update, the static entry in the ARP disappeared 3-8 minutes after it was created. I don't know what exactly brought success this time, maybe it's just a matter of chance, maybe not quite a chance, I think you should try it.
P.S.:
And still the bug remained, I just noticed that the static entry in ARP does not disappear if it is created for an IP that is not on the same subnet as the router. For example: the address of the router is 192.168.50.1. If a static entry is created for ip 192.168.1.254, then it lives for an arbitrarily long time, until the router is rebooted. If you create a static entry for ip 192.168.50.254, then in most cases it dies after 5-10 minutes, but occasionally it lives much longer, until the router is rebooted. I will look and try different options further.
P.P.S.:
It seems I have found a crutch with which the desired static entry survives.
So: the ip of the router is 192.168.50.1, it is necessary that the static entry (192.168.50.254) at ff:ff:ff:ff:ff:ff does not die.
Create a
services-start script with the following content:
Code:
#!/bin/sh
arp -i br0 -s 192.168.1.254 ff:ff:ff:ff:ff:ff
arp -i br0 -s 192.168.50.254 ff:ff:ff:ff:ff:ff
Entries in the script should only be in that order.
We reboot the router.
The presence of an entry (192.168.1.254) at ff:ff:ff:ff:ff:ff prevents the death of an entry (192.168.50.254) at ff:ff:ff:ff:ff:ff.
Checked 5 times in a row - the static entry (192.168.50.254) at ff:ff:ff:ff:ff:ff does not die.
P.P.P.S.:
Today I discovered that this method does not always work (((.