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

    VPNMON VPNMON-R2 v2.0 -Jul 10, 2022- Monitor your VPN connection's Health (Thread locked/closed)

    I love the new features. Thanks for the fantastic work @Viktor Jaep!.
  2. I

    VPNMON VPNMON-R2 v2.0 -Jul 10, 2022- Monitor your VPN connection's Health (Thread locked/closed)

    Yes. FYI - I love using RegEx 101 to test my expressions. If you are simply looking for the word error or Undefined anywhere in the expression, I would suggest: .*\b(error|Undefined)\b.*. It looks like you may not need to capture the error or Undefined, so you could even use this...
  3. I

    VPNMON VPNMON-R2 v2.0 -Jul 10, 2022- Monitor your VPN connection's Health (Thread locked/closed)

    I had an extended power outage last night; however, my router and cable modem are connected to a UPS. The entire area went out, so whatever box the cable modem connected to stopped providing internet. I can confirm that when the WAN came back up, I was stuck at "checking WAN" in the script.
  4. I

    VPNMON VPNMON-R2 v2.0 -Jul 10, 2022- Monitor your VPN connection's Health (Thread locked/closed)

    In that case, it needs to be .*. In regex, a period is a wildcard, and an asterisk means zero or more. Also, you probably want to move it outside of your capture group (the parenthesis).
  5. I

    VPNMON VPNMON-R2 v2.0 -Jul 10, 2022- Monitor your VPN connection's Health (Thread locked/closed)

    Here is how I did it. In short, I created a script called call-monitors.sh in /jffs/scripts, then I call that script at the end of post-mount.
  6. I

    VPNMON VPNMON-R2 v2.0 -Jul 10, 2022- Monitor your VPN connection's Health (Thread locked/closed)

    I recommend that anywhere you have (Default = X) that Enter uses that default.
  7. I

    vpnmgr vpnmgr - Manage and update VPN Client configurations for NordVPN and PIA

    Only if a better server becomes available. If you are on a server with the lightest load, then nothing changes.
  8. I

    Entware RADIUS options

    I guess I think about this once a year. I just searched and came up with my thread.
  9. I

    VPNMON VPNMON-R2 v2.0 -Jul 10, 2022- Monitor your VPN connection's Health (Thread locked/closed)

    Sorry, I should have been clearer in my reply. My concern was that @Kal1975 didn't specify the command used to run the ping. So as a first step, I wanted to point out that the default is for it to run using the WAN. Using "-I iface" will allow one to test a particular interface...
  10. I

    NVRAM [Release] NVRAM Save/Restore Utility

    Perhaps you're having a bad day or something. You did ask if others are experiencing the problem. @joegreat answered in the negative with proof. Have you tried restarting? Have you investigated if your hard drive is going bad? You could be running into any number of issues. As for your newest...
  11. I

    VPNMON VPNMON-R2 v2.0 -Jul 10, 2022- Monitor your VPN connection's Health (Thread locked/closed)

    Everything is still running smoothly since I turned off Automatic start at boot time. It looks like that was my culprit for the connection issues.
  12. I

    VPNMON VPNMON-R2 v2.0 -Jul 10, 2022- Monitor your VPN connection's Health (Thread locked/closed)

    I believe that pinging from the router bypasses the VPN and goes directly through the WAN. @eibgrad usually knows this stuff pretty well and can probably confirm or deny the accuracy of my statement.
  13. I

    spdMerlin spdMerlin - v4.x - speedtest and bandwidth monitoring

    @Jack Yaz - Do you think you could add an option for spdMerlin to test all active connections? The use case is that I'm now using VPNMON, and it is going to select a VPN client randomly. spdMerlin won't let me select inactive connections so won't test all of my active connections if the VPN...
  14. I

    VPNMON VPNMON-R2 v2.0 -Jul 10, 2022- Monitor your VPN connection's Health (Thread locked/closed)

    I turned off connect on start-up and it seems it fixed the problem. I'll keep monitoring, but I think that was my issue.
  15. I

    VPNMON VPNMON-R2 v2.0 -Jul 10, 2022- Monitor your VPN connection's Health (Thread locked/closed)

    I bet that's it. I have them all set that way. But I suppose I shouldn't set them that way with your tool, right? I just looked at the logs, here's a snippet. It looks like it happens during the VPN reset at night for about two hours.
  16. I

    VPNMON VPNMON-R2 v2.0 -Jul 10, 2022- Monitor your VPN connection's Health (Thread locked/closed)

    It does specifically happen during reboots. I have vpnmon-r2 set to automatically start at a reboot and that's when it occurs. It isn't consistent either, I'm wondering if it's when my partner isn't home so we are hitting the max five VPN connections. I get authentication errors. If I stop...
  17. I

    VPNMON VPNMON-R2 v2.0 -Jul 10, 2022- Monitor your VPN connection's Health (Thread locked/closed)

    Also, should it do anything with client 5 if I don't have the tool configured to use it? Is that part of vpnmgr? If so, that would make sense why it does anything with client 5.
  18. I

    VPNMON VPNMON-R2 v2.0 -Jul 10, 2022- Monitor your VPN connection's Health (Thread locked/closed)

    I've noticed that sometimes I get into a loop with vpnmon because the VPN fails to connect. I think the VPN is failing because it tries to connect to four of the servers (I use slots 1-4 and I reserve 5 for a different country connection), then it disconnects after randomly selecting one. I...
  19. I

    VPNMON VPNMON-R2 v2.0 -Jul 10, 2022- Monitor your VPN connection's Health (Thread locked/closed)

    Do you have Git installed? With Atom, Visual Studio, and many other editors, you can integrate Git commands to push your changes.
  20. I

    amtm amtm 3.2.x - the Asuswrt-Merlin Terminal Menu

    https://www.snbforums.com/threads/diversion-the-router-ad-blocker-v4-2-x.74941/post-744916
Top