• 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!

Recent content by Net Noob

  1. N

    Tutorial Automatically Reboot Asus Router on Network Failures

    @ColinTaylor , @ZebMcKayhan , @bg604 , Thank you so much for your input. Apologies for taking so long. Iv finally come up with something which i think works pretty well: #!/bin/sh # Number of ping attempts per target ATTEMPTS=5 # Log tag for identifying messages in the ASUS GUI system log...
  2. N

    Tutorial Automatically Reboot Asus Router on Network Failures

    Hi guys, Iv attempted to hijack this script to switch my wireguard server on if my phone IP is not detected on my LAN. Iv hit a wall with it and i am hoping someone can help me fix what i have 😅 #!/bin/sh # Script must be bound to the Wireguard server Interface IF=wgs$1 # Number of ping...
  3. N

    Tutorial Automatically Reboot Asus Router on Network Failures

    Actually, Is there a way to post the echos to the main ASUS GUI system log as well? Or would that happen anyway? Noob
  4. N

    Tutorial Automatically Reboot Asus Router on Network Failures

    @bg604, You dear sir, are a gentleperson and a scholar. Thank you so much for this script, it's going to help me create a few cron jobs which I've been wanting to create for a while. Thanks again :) Noob
  5. N

    Solved Null

    Null
  6. N

    CRON Job help - Activate CRON job if a device is present

    Hello, Thank you for this, Unfortunately i have no skills in creating apps. I have tried to look for a WOL app which has timer functions but i cant seem to find one which is free and not full of ads. Thanks again
  7. N

    CRON Job help - Activate CRON job if a device is present

    Hello there, Thank you for the reply, sorry, it was a mistake, the " is in the script, i missed it when copying into this thread :confused:
  8. N

    CRON Job help - Activate CRON job if a device is present

    Hello again everyone, Since i have update my AX86U to the 388 branch the script has stopped working, and i can't for the life of me work out why. I flashed the 388 by doing a nuclear reboot, thank you L&LD :) . In total i have nuclear-ly rebooted the router atleast twice trying to figure this...
  9. N

    CRON Job help - Activate CRON job if a device is present

    Hello there, Apologies for the delay, i didnt realise you had made a comment. I guess it would but this way is better :D
  10. N

    CRON Job help - Activate CRON job if a device is present

    Hiya, So, I use a free app called smbsync2 and iv set that up to see my NAS. There are a whole load of options in there; sync types, filters, method to determine changed files, all sorts. In that app you can set a schedule to run at certain times where you can set specific jobs in that...
  11. N

    CRON Job help - Activate CRON job if a device is present

    Hi there, Apologies, I was a bit vague. I have an android phone and iv lost all my data a few times on it due to.... well stupidity mostly. So, I back it up to my NAS through an app on my phone at a specific time. My NAS needs to be switched on at this time and i need to be at home. There is...
  12. N

    CRON Job help - Activate CRON job if a device is present

    Thank you so much! Its finally worked. Thank you so much for this, on second thought, it would be better using MAC instead of IP. Thank you to all who helped / viewed this. Hopefully it will help others in the future. :)
  13. N

    CRON Job help - Activate CRON job if a device is present

    Hey guys, Sorry for the late reply. What i have so far is: cru a naswol "10 14 * * 6 AT_HOME_MACS="aa:aa:aa:aa:aa:aa" SEND_WOL="no" for WLAN_IF in $(nvram get wl_ifnames) do wl -i ${WLAN_IF} assoclist | grep -E "${AT_HOME_MACS}" [[ $? -eq 0 ]] && SEND_WOL="yes" done [[...
  14. N

    CRON Job help - Activate CRON job if a device is present

    Hi guys, Im wondering if you can steer me in the right direction. I have a cron job in my AX86u in services-start which works fine. It to send a WOL to my NAS at a certain time on a certain day: arp -i br0 -s 192.x.x.x xx:xx:xx:xx:xx:xx cru -a naswol "55 19 * * 6 /usr/sbin/ether-wake -i br0...
  15. N

    Long term, cheap upgrade from RT-AC56U

    Now, ignoring the instructions for 'installing' amtm, you can use the link below to properly format, name, add a Swap File and prepare the new USB drive for amtm use. Sorry again, Which link are you referring to L&LD? Thanks, Noob
Back
Top