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 script

    Check your system log. Wicens sends the reboot notification when services-start is ran which my understanding is only ran when the router starts up. Either your router rebooted or some other script is manually running services-start for whatever reason. You'd be best to search and/or post...
  2. Maverickcdn

    [WICENS] WAN IP Change Email Notification Script

    Thanks for the compliments 👍 The issue with the versioning I caught not long after the initial commit, its been fixed you may have an md5 update available. https://github.com/maverickcdn/wicens/commit/2c12d4ca7648070d14088027a90926fccc85b52a I've changed the wording around this for the next...
  3. Maverickcdn

    [WICENS] WAN IP Change Email Notification Script

    4.01 out to correct multiple notifications on reboot and some appearance ## 4.01 * CHANGED: prevent cron execution if router up less than 10 mins * CHANGED: F_getrealip don't sleep if grabbing WAN IP for the first time * CHANGED: misc wording for when new fw version found and password backup...
  4. Maverickcdn

    [WICENS] WAN IP Change Email Notification Script

    If you're using amtm email settings this is expected, it doesn't back up your amtm email settings, the script dynamically syncs with amtm everytime its run edit: to clarify the script will only backup passwords saved by configuring email settings in wicens (not amtm import). All saved...
  5. Maverickcdn

    [WICENS] WAN IP Change Email Notification Script

    All good, thanks for the reply. Strangely you're missing some logging I would expect but its possible it ran prior to syslogd being started, or maybe you're using something like scribe and was in-between? without the full log I couldn't say for certain You're missing wicens[11027]: cron : WAN...
  6. Maverickcdn

    [WICENS] WAN IP Change Email Notification Script

    Turns out I already had the control in place for this... any chance I can still get your logs?
  7. Maverickcdn

    [WICENS] WAN IP Change Email Notification Script

    Okay thanks, I can do without the logs. If you could just confirm there should be a wancall entry saying its sleeping 40s secs and then another wancall entry saying the IP has changed and sending a notification... in-between that should be a cron entry also seeing the IP has changed. This is...
  8. Maverickcdn

    [WICENS] WAN IP Change Email Notification Script

    Couple things... at the bottom of the Email is the time and call option (cron/wancall/etc) Are both Emails identical for the IP change... times & call type? My guess right now is 1 will be wancall and the other will be cron. If you're willing can you PM me or post your logs from startup...
  9. 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...
  10. 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...
  11. 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 :)
  12. 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
  13. 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...
  14. 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...
  15. 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.
  16. 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=
  17. 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...
  18. Maverickcdn

    Detect Dual WAN in use

    Thank you, suppose Ill just make the script logic [ "$(nvram get wans_dualwan)" != 'wan none' ] && dual_wan='enabled'
  19. 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...
  20. 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...
Top