What's new

WOL not working

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

EDIT3: Have i made the static arp correctly ?
Code:
ASUSWRT-Merlin RT-AC86U 384.19_0 Fri Aug 14 19:19:51 UTC 2020
classcomputers@RT-AC86U-AAA8:/tmp/home/root# arp -s
arp: need host name
classcomputers@RT-AC86U-AAA8:/tmp/home/root# arp -s 192.168.11.122 D4:5D:64:F0:C
0:F6
classcomputers@RT-AC86U-AAA8:/tmp/home/root# arp
? (147.12.206.1) at 48:f8:db:c2:81:24 [ether]  on eth0
? (192.168.11.122) at d4:5d:64:f0:c0:f6 [ether] PERM on br0
classcomputers@RT-AC86U-AAA8:/tmp/home/root#

yes ! but of course, as such, it will not survive a router reboot ...
 
yes ! but of course, as such, it will not survive a router reboot ...

i don't intend to turn the router off, but it will undoubtedly get turned off and on for some reason or rebooted, can i make it survive a reboot ?
 
... besides services-start, I use a cron command because I noticed that sometimes (do not ask me why or because of what), the arp table was reset ....
 
We've been through all this the last time you asked these questions:

http://www.snbforums.com/threads/help-setting-static-arp.39823/post-332625

Yes we did and it was a struggle then. Think i missed making executable, so i just logged into my router and typed 'arp' and i can see the PERM in the line, i then directly typed ' chmod a+rx /jffs/scripts/* ' so i will test after a reboot, i should then see PERM on that line if i did it right ?

Code:
login as: classcomputers
classcomputers@192.168.11.1's password:


ASUSWRT-Merlin RT-AC86U 384.19_0 Fri Aug 14 19:19:51 UTC 2020
classcomputers@RT-AC86U-AAA8:/tmp/home/root# arp
? (192.168.11.8) at 08:62:66:50:71:41 [ether]  on br0
? (147.12.206.1) at 48:f8:db:c2:81:24 [ether]  on eth0
? (147.12.206.242) at 98:5f:d3:3c:77:4d [ether]  on eth0
? (192.168.11.84) at 00:59:03:39:2f:19 [ether]  on br0
? (192.168.11.95) at <incomplete>  on br0
? (192.168.11.122) at d4:5d:64:f0:c0:f6 [ether] PERM on br0
classcomputers@RT-AC86U-AAA8:/tmp/home/root# chmod a+rx /jffs/scripts/*
 
... besides services-start, I use a cron command because I noticed that sometimes (do not ask me why or because of what), the arp table was reset ....

ill keep my fingers crossed that what i have already will work, otherwise ill have to ask lots of questions and upset people.
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top