Dear Merlin
Hello! I am a big fan and strong supporter of Merlin for a long period of time. And recently I found a bug and hope the engineer can pay some attention to it. After updating firmware versions 388.2 and 388.2.2, the ASUS AX86U router encountered a situation where the static ARP bound to the target device will disappear after the target device sleeps for a period of time,(path:/jffs/scripts/services-start) causing some applications to be unable to remotely control the device. After repeated experiments, it has been determined that this phenomenon can be eliminated after returning to the 388.1 version.
,
services-start
#!/bin/sh
sleep 30
arp -s 192.168.50.186 0A:E8:4C:68:27:2A
arp -s 192.168.50.179 5c:e5:0c:53:85:33
exit 0
Please pay attention and solve the problem and I looking forward to your reply!
Thank you Merlin!
Yours sincerely,
168x
Hello! I am a big fan and strong supporter of Merlin for a long period of time. And recently I found a bug and hope the engineer can pay some attention to it. After updating firmware versions 388.2 and 388.2.2, the ASUS AX86U router encountered a situation where the static ARP bound to the target device will disappear after the target device sleeps for a period of time,(path:/jffs/scripts/services-start) causing some applications to be unable to remotely control the device. After repeated experiments, it has been determined that this phenomenon can be eliminated after returning to the 388.1 version.
,
services-start
#!/bin/sh
sleep 30
arp -s 192.168.50.186 0A:E8:4C:68:27:2A
arp -s 192.168.50.179 5c:e5:0c:53:85:33
exit 0
Please pay attention and solve the problem and I looking forward to your reply!
Thank you Merlin!
Yours sincerely,
168x