Hello all,
I have a RT-AX58U and since i installed the version 388.2 beta 1, the static values in arp table get deleted after i turn off the device in question.
I step up a static arp entry using the command's below, editing the services-start and rebooting the device, but a few moments after turning off the device the entry in the arp no longer shows [PERM] and it changes to something like "(xxx.xxx.xx.xxx) at [ether] on br0". The IP is there but there is no mac adress defined.
I also tried to run the command "arp -i br0 -s XXX.XXX.XX.XXX XX:XX:XX:XX:XX:XX" manually, the value shows the [PERM] indicating that its a static value, but a minute after i shutdown the device, the value changes again and shows the entry in arp without mac adress.
Already tried a factory reset, formating the JFFS partition and configuring all from scratch, but it still doesn't work.
Everything is the same as in previous working version 388.1.
Can someone please confirm this issue?
Script:
vi /jffs/scripts/services-start
#!/bin/sh
arp -i br0 -s XXX.XXX.XX.XXX XX:XX:XX:XX:XX:XX
chmod a+rx /jffs/scripts/services-start
Thanks all!