• 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!

Recent content by ZebMcKayhan

  1. Z

    ListenPort for ASUSWRT-Merlin WireGuard -Clients-?

    I think the most straight forward way is to use a server peer and manually adjust the keys and add an endpoint to the peer, like this: https://www.snbforums.com/threads/wireguard-server-tweaks.85758/post-852124 going the other way, using a client and add the listen-port is more complicated...
  2. Z

    Wireguard Wireguard Server - Backup/Restore/Migrate

    I've updated the steps so the user can now download a prepared config file from my github. Sparing the user of the hazzle of editing it. I still kept the file as it is if anyone wants to add more things.
  3. Z

    Wireguard Wireguard Server - Backup/Restore/Migrate

    Thats great! this means that this method may work just as well for stock fw as for merlin fw. it may even be used when going from one to the other. Im guessing neither /jffs/scripts, /jffs/configs or /jffs/addons exists on stock but we adjust as we go. Im not sure it should be needed. Im not...
  4. Z

    Wireguard Wireguard Server - Backup/Restore/Migrate

    I understand, no worries. I'm not that worried really. I have already tested with bogus nvram variables backing up, manually changing them, restore backup and they are back. As we only affect Wireguard Server variables the process are very slim and targeted. What I am curious about is: 1...
  5. Z

    Wireguard Wireguard Server - Backup/Restore/Migrate

    This is a continuation of a discussion sparked by @jsbeddow here. This have been requested a couple of times, by me as well so I figured it is time to write down something to get things going. However, I only have 1 router and Im not planning on doing any factory reset any time soon and I am...
  6. Z

    VPNMON VPNMON-R3 v1.6.3 -Sep 1, 2025- Monitor OpenVPN/Wireguard WAN/Dual-WAN Health & Random Reset Multiple Connections (Available in AMTM!)

    Thanks! wow, that looks like a perfect match! I will take a look and see if this could be used instead as nsru seems very dated and quite picky that restore needs to be made on same router (same mac address). I should probably make a new thread about this as it is not really about VPNMON as...
  7. Z

    VPNMON VPNMON-R3 v1.6.3 -Sep 1, 2025- Monitor OpenVPN/Wireguard WAN/Dual-WAN Health & Random Reset Multiple Connections (Available in AMTM!)

    This is as far as I've come: 1. install nvram save restore script: /usr/sbin/curl --retry 3 "https://raw.githubusercontent.com/Xentrk/nvram-save-restore-utility/master/nsrum" -o "/jffs/scripts/nsrum" && sleep 5 && chmod 755 /jffs/scripts/nsrum && sh /jffs/scripts/nsrum Install using option 1...
  8. Z

    NordVPN Wireguard Config Issues - AsusMerlin 3006.102.5

    OpenVpn and Wireguard are 2 different things. For example, wireguard endpoint could change during runtime. If this happens to you, fw have special routes to ensure data to wg endpoint is kept over wan but if the endpoint changes this will be switched to vpn and your connection will fail. Not...
  9. Z

    NordVPN Wireguard Config Issues - AsusMerlin 3006.102.5

    This may or may not be part of your issue but I wouldn't recommend making blank rules like this. Especially not in combination with using the kill-switch. Set LocalIP to your lan subnet (192.160.50.0/24) atleast. Right now your router itself is over vpn and if the vpn tunnel itself tries to go...
  10. Z

    NordVPN Wireguard Config Issues - AsusMerlin 3006.102.5

    How did you make these VPNDirector rules? Could you provide a picture on the VPNDirector page?
  11. Z

    VPNMON VPNMON-R3 v1.6.3 -Sep 1, 2025- Monitor OpenVPN/Wireguard WAN/Dual-WAN Health & Random Reset Multiple Connections (Available in AMTM!)

    When looking around for nvram command reference I stumbled on @Xentrk old script for save/restore nvram: https://github.com/Xentrk/nvram-save-restore-utility I know it is dated and should probably not be used in a general way. But it contains a function to specify an ini fil with the nvram...
  12. Z

    DDNS watchdog restarting every 30 seconds

    Remember something about a bug here. Try to set update ipv6 to No in the GUI DDNS page, and see if that changes the result. I have it set to no and update both ipv4 and ipv6 to dynv6 and its not running every 30min.
  13. Z

    IPv6 Routing Rules Not Working to Redirect Local Devices Via Wireguard VPN Clients

    If it makes it through routing and firewall forward chain (WGCF) it is usually off at the interface determined during routing. You should be able to see them under ifconfig wgc1 but mixed with ipv4 data. There is some ipv6 packet counter by cat /proc/self/net/dev_snmp6/wgc1 but I have never...
  14. Z

    VPNMON VPNMON-R3 v1.6.3 -Sep 1, 2025- Monitor OpenVPN/Wireguard WAN/Dual-WAN Health & Random Reset Multiple Connections (Available in AMTM!)

    I did manage to test this yesterday as well. And when wg is stopped unbound falls back to wan. A prohibit rule could be added if some would rather have it broken. More rules with lower priority could be used if we want fallback to other wg clients. And on the subject of priority. Perhaps this...
Back
Top