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

    Unbound Delay=X parameter for vpn binding

    Ahh I see how that’s working now. Well that definitely seems doable just got to find some time to work on it. Are there any interrupt type mechanisms I can use or do I just need to poll until it’s up?
  2. S

    Unbound Delay=X parameter for vpn binding

    What exactly is the delay for when setting up the vpn binding in unbound? What I’m really trying to get at is I would like to do this dynamically if possible rather than setting some static delay.
  3. S

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

    Ahh enable at start that makes sense. And yeah I don’t see any need for that check, but it doesn’t hurt/break anything for me. With the delay set to 15 everything ran this morning no problem. Hopefully that’s good but I’ll keep an eye on it. Thanks again.
  4. S

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

    well it’s evaluating false currently with vpn_client1 active. What does that variable represent? EDIT: Whoops never mind. I accidentally typed an equal sign and didn’t notice. Getting true back now
  5. S

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

    if nvram get vpn_clientx_eas | grep -q "$VPN_NO"; then service restart_vpnclient"$VPN_NO" >/dev/null 2>&1 fi that’s what you have doing the restart so I think that’s fine unless that condition doesn’t return what you would expect but I think that’s okay at first glance client_eas returns “1,”
  6. S

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

    Okay I’ll start tweaking that. I don’t know why I didn’t do that first ‍:confused:Now that you’ve said it I’m sure that’s what’s going on. Thanks.
  7. S

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

    I have: “/jffs/addons/unbound/unbound_manager.sh vpn=1 delay=5 &” in vpnclient1_route_up. This should set the ip when it gets restarted as far as I understand but I’m still figuring this stuff out.
  8. S

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

    Hey @Jack Yaz I’m having trouble with unbound breaking every time vpnmgr runs its schedule. Running a client restart from scmerlin fixes the problem. I haven’t had time to look into the details yet but I’ll make some time tonight.
  9. S

    Unbound Unbound DNS VPN Client w/policy rules

    @dave14305 went ahead and changed it from “wan_dns” to “wan0_dns” as per your suggestion. Everything looks good after doing a couple reboots so I went a head and updated my post to reflect the change. Thanks for the input. I’m also seeing a handful of tcp packets from unbound but still nothing...
  10. S

    spdMerlin spdMerlin - v4.x - speedtest and bandwidth monitoring

    After updating this morning everything looks good on my system.
  11. S

    Unbound Unbound DNS VPN Client w/policy rules

    Okay I’ll definitely keep TCP rules then. I figured it might be used on occasion but I hadn’t noticed anything so I figured it was worth asking about. So I know dual wan is a thing and I think it’s clear that wan1 would be used for the second one but wan0/wan is kind of ambitious. I do not use...
  12. S

    Unbound Unbound DNS VPN Client w/policy rules

    Can anyone confirm that both unbound and Merlin only use UDP on 53 for DNS lookups and doesn’t ever use TCP for anything. I’m also wondering if anyone knows if it’s better to use “wan_dns” or “wan0_dns” from nvram. I’m guessing wan0 and wan1 are used to hold isp dns while wan is for user...
  13. S

    spdMerlin spdMerlin - v4.x - speedtest and bandwidth monitoring

    I believe that’s always the output but I’m not sure. You can always do it through opkg and force options on individual packages. Something like this should force an update like “uf” in AMTM opkg update && opkg upgrade --force-reinstall
  14. S

    spdMerlin spdMerlin - v4.x - speedtest and bandwidth monitoring

    Have you checked to make sure entware depends are all up to date and not corrupted?
  15. S

    Unbound Unbound + VPN Clients

    See my post here I think this will help http://www.snbforums.com/threads/unbound-dns-vpn-client-w-policy-rules.67370/post-634872
  16. S

    Unbound Unbound DNS VPN Client w/policy rules

    Updated: new rules at the bottom Okay so here is what I’ve got. You need to have x3mRouting installed and at least set up a dummy. You can then go through and configure unbound with the by running unbound_manager vpn=X Then you will need to add these lines for the vpnevent script...
  17. S

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

    Wow! This is just what I wanted and absolutely fantastic! But now I’m wondering if I can get spdMerlin to test a list of servers throughout the day and dynamically switch to the lowest load if the current server drops in performance.
  18. S

    Unbound Unbound + VPN Clients

    You will need to set up OpenVPN events in your jffs to do this. If you search in the unbound thread you will find information on this. I’m working on something similar but I’m still learning how iptables works so I don’t quite have it figured out...
  19. S

    Unbound Unbound DNS VPN Client w/policy rules

    I’m also looking to set up some policy rules for unbound. Does anyone already have anything available for this? Possibly a nice little one line x3mRouting command that does everything?
  20. S

    scMerlin scMerlin - service and script control menu for AsusWRT-Merlin

    Yeah Just tweaking the temperature function to add support for the AC87 @Jack Yaz I just sent a pull request to add the 87R in addition to the 87U
Top