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

    WANFailover Dual WAN Failover ***v2 Release***

    Updated and all smooth. Had to exit amtm and re-enter wf for Option 1 to show the current version. It was indicating an update available while the main menu showed current status correctly.
  2. T

    WANFailover Dual WAN Failover ***v2 Release***

    Thanks for this. I have been manually restarting for a little while now lol :)
  3. T

    WANFailover Dual WAN Failover ***v2 Release***

    I am experiencing the same flapping issue. No rush @Ranger802004 - but any idea(s) on when a new release is slated to deal with that specific issue? Cheers and thanks as usual :)
  4. T

    WANFailover Dual WAN Failover ***v2 Release***

    Works like a charm on my AC86U from inception. Just minor bugs that @Ranger802004 took care of relatively quickly. Note I use mine configured in HA mode active/passive, not load balancing active/active.
  5. T

    WANFailover Dual WAN Failover Script ***v1.6.0 Released***

    Thanks @Ranger802004 - haven't been able to update/test anything due to LIFE, but looking forward to the new beta/release soon. Cheers
  6. T

    WANFailover Dual WAN Failover Script ***v1.6.0 Released***

    Yep @Kingp1n -- hope all is well. in the readme: https://raw.githubusercontent.com/Ranger802004/asusmerlin/main/wan-failover-readme.txt - WAN0_QOS_OVERHEAD: This will define WAN0 Packet Overhead when QoS is Enabled. Default: 0 Bytes - WAN1_QOS_OVERHEAD: This will define WAN1 Packet...
  7. T

    Use custom script for WAN failover

    Like this? https://www.snbforums.com/threads/dual-wan-failover-script.78978/
  8. T

    WANFailover Dual WAN Failover Script

    Ok. Checked all my other custom scripts. Removed Cake, did some Flex cleanup and now QoS disabled. Will allow to sit before reinstalling Cake and setting to disabled sometime tomorrow.
  9. T

    WANFailover Dual WAN Failover Script

    @dave14305 - If I manually switch off QoS (toggle or via nvram set to 0), in less than one hour it is back on again. So trying to figure out "what" might be causing it. I know weird. Will have to spend some time to track it down. Just threw this out here for you primarily to comment on. Have you...
  10. T

    WANFailover Dual WAN Failover Script

    Cake-QoS adds this to firewall-start sh /jffs/addons/cake-qos/cake-qos startup # CakeQOS-Merlin The code does this check first to see if QoS is disabled or Cake is not selected as QoS type. if [ "$(nvram get qos_enable)" != "1" ] || [ "$(nvram get qos_type)" != "9" ]; then...
  11. T

    WANFailover Dual WAN Failover Script

    @Ranger802004 Just was reviewing your check for QoS and reset for QoS and I think we need to sync. For the CakeQoS script we check for QoS settings via Is it possible for wan-failover to check for Cake QoS option as well and disable/enable as required? Think your settings are here And I...
  12. T

    WANFailover Dual WAN Failover Script

    k i will have a look at cake...
  13. T

    WANFailover Dual WAN Failover Script

    @Ranger802004 looks like the cron for "wan-failover run" job appears to re-enabling the QoS on my faster WAN0 connection every hour (not respecting the conf file). I will do some digging to see if it's one of the other scripts but doubt it at this point. Cheers!
  14. T

    WANFailover Dual WAN Failover Script

    Looks much better in regard to QoS disable/enable based on settings in conf. Will monitor.
  15. T

    WANFailover Dual WAN Failover Script

    I think if you just do "restart" it will do the kill and restart for you. @Ranger802004 would be able to confirm.
  16. T

    Would there be any interest if I added integrations to my addons, e.g. healthcheck.io, conditional notifications (e.g. email, Discord webhook)?

    @Jack Yaz - I have been curious about integrating it as well, but not strongly for/against it at this point. I see it as potentially replacing stuff like the email notification on WAN IP changes as well I am guessing.... I am definitely interested in demo-ing a simple implementation before...
  17. T

    WANFailover Dual WAN Failover Script

    Should re-establish once failover/failback is successful. I run 2x VPN servers on my router, and clients have no issue connecting (assuming DDNS updates correctly). I expect the reverse to be true unless your VPN server is looking for specific IPs to accept connections from (hardly likely).
  18. T

    WANFailover Dual WAN Failover Script

    Just fine. I am using Cake with no issue. We are working on the option to choose whether to enable/disable QoS (any variant) based on the WAN0/WAN1 up/down speeds. Cheers!
  19. T

    WANFailover Dual WAN Failover Script

    Continued.. Weird no debug logs about QoS enable/disable from the script. Perhaps it isn't reading my conf file correctly? 3. Noticed QoS was enabled again, so manually disabled it. Will check the code to see how you are calling it and when. Aug 28 14:00:11 myrouter kernel: Init chrdev...
Top