Search results

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

  1. A

    Help with writing a simple "wl radio off && wl radio on" script!! please!!

    @Martineau , so you put this command somewhere inside the script?? [ -n "$(echo "$SYSLOG" | grep -oE "$MAC_LIST")" ] && { SyslogEmail; Process_ACTION; } also, in version 1.02, you mentioned to use: Code: MSG0001T="Light Bulb Monitor" # Title for Syslog messages/SendMail...
  2. A

    Help with writing a simple "wl radio off && wl radio on" script!! please!!

    @Martineau ,Do i put this command into the script or i just run it once on my router??? [ -n "$(echo "$YSLOG" | grep -oE "$MAC_LIST")" ] && { SyslogEmail; Process_ACTION; }
  3. A

    Help with writing a simple "wl radio off && wl radio on" script!! please!!

    Hi @Martineau, thanks for the replay! So I've changed the v.1.02 script to look like something like this: MSG0001T="Light Bulb Monitor" # Title for Syslog messages/SendMail MSG0001C=-99999 # DOWN message count MSG0001D="DHCPDISCOVER(br0)"...
  4. A

    Help with writing a simple "wl radio off && wl radio on" script!! please!!

    Hey @Martineau, once again , thanks for all the help. I really appreciate it. I'd definitely want to go with the last option. Where in the script would i need to put the MAC variable: MAC_LIST="c8:2b:96:4e:94:bb|c8:2b:96:4e:94:bc|c8:2b:96:4e:94:bd" MSG0001T="Light Bulb Monitor" # Title for...
  5. A

    Help with writing a simple "wl radio off && wl radio on" script!! please!!

    @Martineau or do i have to have separate script for each lightbulb? And also, MSG0001C=0 is the message count so for example if i want to see 4 messages before running the script i will put MSG0001C=3, right?
  6. A

    Help with writing a simple "wl radio off && wl radio on" script!! please!!

    Hey @Martineau Can i have multiple trigger down messages?? and then multiple trigger up messages that correspond to another device? MSG0001T="Light Bulb Monitor" # Title for Syslog messages/SendMail MSG0001C=0 # DOWN message count MSG0001D="DHCPDISCOVER(br0) c8:2b:96:4e:94:bb" # DOWN Trigger...
  7. A

    Help with writing a simple "wl radio off && wl radio on" script!! please!!

    and now its restarting radio all the time apopiel85@RT-AC86U-61D0:/jffs/scripts# ./SyslogEventMonitor.sh (SyslogEventMonitor.sh): 21862 v1.01 Syslog Event Monitor started..... (SyslogEventMonitor.sh): 21862 e-mail sent using curl smtps:// SSL/TLS (non-Certificate) mysmtp.server.com:nnn...
  8. A

    Help with writing a simple "wl radio off && wl radio on" script!! please!!

    so i got the script working, kind of: Mar 12 12:35:33 dnsmasq-dhcp[16758]: DHCPACK(br0) 192.168.1.117 c8:2b:96:4e:e4:24 ZENGGE_35_4EE424 but then the script gets run again for some reason: Mar 12 12:38:38 dnsmasq-dhcp[16758]: DHCPDISCOVER(br0) c8:2b:96:4e:e4:24 Mar 12 12:38:38...
  9. A

    Help with writing a simple "wl radio off && wl radio on" script!! please!!

    also one more question? echo -e "#! /bin/sh\nlogger -st \"(\$(basename \$0))\" \"Restarting Radio.....\"\nwl radio off && wl radio on" > /jffs/scripts/Restart_Radio.sh;chmod +x /jffs/scripts/Restart_Radio.sh nwl radio off && wl radio on or does it need to be wl radio off && wl radio on
  10. A

    Help with writing a simple "wl radio off && wl radio on" script!! please!!

    Ok, another question? Can i have multiple trigger down messages?? and then multiple trigger up messages that correspond to another device? MSG0001T="Light Bulb Monitor" # Title for Syslog messages/SendMail MSG0001C=0 # DOWN...
  11. A

    Help with writing a simple "wl radio off && wl radio on" script!! please!!

    Thank you soo much for the fast response @Martineau . So im still new to this but what i understand is to paste what you wrote into the script correct? FD=120 eval exec "$FD>$LOCKFILE" flock -n $FD || { Say "Syslog Event monitor ALREADY running...ABORTing"; exit; } sleep 1 echo -e $(date)"...
  12. A

    Help with writing a simple "wl radio off && wl radio on" script!! please!!

    Basically, I bought some wifi lightbulbs and I can pair them with my wifi and the app on the phone and everything works good, but then when i accidentally turn them off on the wall, they dont fully connect back to the router although it shows that its connected to the wifi, i found in the logs...
  13. A

    Unable to connect to router or ftp services once i start my VPN client

    Hello guys, I set up my DDNS,I enable WAN access, I enable FTP share, I enable AI Cloud and everything works fine until i turn on the VPN client. Once the VPN is enabled and connected, my Asus router app status says "unable to connect". When i try to go into my AI cloud app i see the device is...
  14. A

    Smartphone speedtest speeds down after connecting to VPN

    its not a smartphone issue as it clearly is reaching top speed with out the vpn client running.
  15. A

    Smartphone speedtest speeds down after connecting to VPN

    smartphone speed with vpn: smartphone speed with out vpn:
  16. A

    Smartphone speedtest speeds down after connecting to VPN

    laptop speeds with and with out vpn with vpn: without vpn:
  17. A

    Smartphone speedtest speeds down after connecting to VPN

    Hello Everyone, So i have this problem. I have an asus rt86u and a 250/25mb connection in my house. When i turn off the VPN i get the full 250/25 results from speedtest.net When i turn on the VPn, my laptop gets 160-230/24 which is great for me but my mobile telephones (HTC U 11 & Huawei...
  18. A

    High RAM Usage RT-AC86U

    I made the same mistake, now i have merlin Firmware Version:384.13 and most services on like vpn qos security samba upnp ftp traffic analyser ddns and a ssd in the usb3.0 slot and now mine runs on 95% !! does anyone know if this is normal
Top