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. Maverickcdn

    [WICENS] WAN IP Change Email Notification Script

    Yes this was the issue that was just corrected, the script was finding more than one instance of 'script_version=' and borking the output I changed the color option flag from 'yes' to '1', this should have been automatically handled after first run of 3.41 -> 4.00 (it worked in my testing) If...
  2. Maverickcdn

    [WICENS] WAN IP Change Email Notification Script

    You're too quick. I literally just pushed a couple minor updates (no version change) to the script update function, 1 was cosmetic, the other fixed issues with pulling the newer version numbers if there ever is another update (as seen in your second photo) The MD5 update is amtm seeing the...
  3. Maverickcdn

    [TEMPMON] HND CPU Temperature Logging

    Not sure if anyone is still/wants to use this but I pushed an update with some updates to appearance and better recording of details on high/temps v1.10 :)
  4. Maverickcdn

    [WICENS] WAN IP Change Email Notification Script

    The wicens version is more robust and includes recorded uptime prior to reboot in the Email message
  5. Maverickcdn

    [WICENS] WAN IP Change Email Notification Script

    Version 4.00 is now available ## 4.00 * NEW: Router Reboot notification * NEW: html formatting * FIXED: various bug fixes * REMOVED: multiple Emails/intervals were removed, script now functions for 1 Email per notification type only * CHANGED: script performance and efficency increased, focused...
  6. Maverickcdn

    [WICENS] WAN IP Change Email Notification Script

    Version 4 is ready with reboot notifications Just need to find time to merge it to github, I'll think about adding wan down/up notifications but I don't have much free time these days. The script was re-written from the ground up and is now more modular and shouldn't be that difficult just...
  7. Maverickcdn

    hostapd custom config

    No problem, just trying to adjust radius key renewal periods that are not available through the gui and like mentioned were part of the nvram vars in 386 (which I used for years) and are now part of hostapd in 388 Yes, I fully understand the implications of changing said settings.
  8. Maverickcdn

    hostapd custom config

    Because 386 honoured changes to nvram vars like wl1_pmk_cache and wl1_net_reauth 388 with hostapd doesn't (seemingly) and requires using hostapd specific options to set these ie. eap_reauth_period=
  9. Maverickcdn

    hostapd custom config

    Curious if there is any plans to implement a script hook for hostapd (hostapd.postconf hostapd.add.conf) ? or does it exist and Im just missing the documentation on it. On 386 I had custom nvram variables (wl1_pmk_cache) set that were used by the Asus/Broadcom wireless manager, on 388 hostapd...
  10. Maverickcdn

    Detect Dual WAN in use

    Thank you, suppose Ill just make the script logic [ "$(nvram get wans_dualwan)" != 'wan none' ] && dual_wan='enabled'
  11. Maverickcdn

    Detect Dual WAN in use

    Put a couple mins in searching but couldn't find the exact answer. I can locate how to detect which WAN is primary (wan0_primary=1) but... How to check if Dual WAN is enabled (either native or DualWAN failover script) in nvram? assuming its wans_dualwan but what are the specific values for...
  12. Maverickcdn

    Release Asuswrt-Merlin 386.12_6 is now available for AC models

    Just as a point of reference I've been running a AC86U for nearly 5 years with up times over 100+ days and have no issues I did have some 5GHZ stability issues (slow/freq key renewal interrupting access) but after adjusting DHCP/GroupKey/PMK cache/reauth timeouts in nvram I've had zero issues...
  13. Maverickcdn

    Where to start with automatic scripting for AsusWRT-Merlin

    To answer @Undareth the OPs original question... I myself perused other script writers projects on github for ideas and implemented many of their lines of code in my own work. I've been on/off fooling around for over 5 years now and its mind blowing going back to my original work and comparing...
  14. Maverickcdn

    Release Asuswrt-Merlin 3004.388.6 is now available

    386 worked for me... something about 388? /jffs/syslog.log:Feb 27 04:08:27 custom_script: Running /jffs/scripts/update-notification /jffs/syslog.log:Feb 27 04:08:27 update-notification[1924]: Started wicens with pid 1925 /jffs/syslog.log:Feb 27 04:08:27 wicens[1925]: fwupdate: Started by...
  15. Maverickcdn

    uKasa uKasa - A utility script that manages Kasa smart outlets and switches with Asuswrt-Merlin routers

    I've run George Georgovassilis' version of this on my server for years now, works great, nice to see it adapted for use with asuswrt-merlin edit: Just realized the one I linked is a different version than what I have saved. Mine is much more complex, the git version is much simpler and works...
  16. Maverickcdn

    Need Help Setting Up Email Notifications for IP Changes on RT-AC86U

    Re-reading you original message from January I think I got confused on what your actual issue was. Option T|t in wicens only tests that the Email functionality is working, it will always show [FAIL] when comparing IPs as its comparing x.x.x.x against your current saved WAN IP in test mode...
  17. Maverickcdn

    Need Help Setting Up Email Notifications for IP Changes on RT-AC86U

    What is the output of the following 2 commands? nvram get wan0_ipaddr sh /usr/sbin/getrealip.sh | grep -Eo "([0-9]{1,3}[\.]){3}[0-9]{1,3}" You're not using dual wan correct?
  18. Maverickcdn

    Home networking

    Would be worth ensuring Network Discovery is on as well
  19. Maverickcdn

    Anyways to see list of WAN IP's given by ISP in the router

    Shameless plug... Or install wicens (WAN IP Change Email Notification Script) from AMTM and setup Email notifications for WAN IP changes with historical IPs and lease times
  20. Maverickcdn

    VPN Server on port 53/443?

    Its available through Entware although YMMV installing on an embedded device, personally I run it separately on a much more powerful Linux machine acting as a proxy
Top