Recent content by Maverickcdn

  • 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

    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.
  2. 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=
  3. 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...
  4. Maverickcdn

    Detect Dual WAN in use

    Thank you, suppose Ill just make the script logic [ "$(nvram get wans_dualwan)" != 'wan none' ] && dual_wan='enabled'
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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?
  12. Maverickcdn

    Home networking

    Would be worth ensuring Network Discovery is on as well
  13. 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
  14. 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
  15. Maverickcdn

    VPN Server on port 53/443?

    +1 vote for TCP/993 (TLS Email port) Although equally as susceptible to scanning I see far less probing of 993 vs 443 (avg 32 hits/day vs 100+ on 443)
Top