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

    Wireguard Session Manager - Discussion (3rd) thread

    It could be that external libraries haven't been loaded correctly? Did you use amtm to install wg_manager? Perhaps you could try temporarily installing another addon GUI e.g. issue command line commands amtm j3 1
  2. Martineau

    Wireguard Session Manager - Discussion (3rd) thread

    The crude GUI interface should provide basic functionality such as import/start/stop/status of 'client' Peers. If there is an error in the HTTP code, then this will be displayed in the HTTP console (F12) Some GUI elements such as the IPSET tab are not clickable, but I would hope that the...
  3. Martineau

    Unbound Unbound built in Adblocker

    In unbound_manager Advanced menu mode unbound (pid nnnnn) is running... uptime: 0 Days, 00:00:00 version: 1.16.1 # Version=v1.13 Martineau update (Date Loaded by unbound_manager ddd mmm dd hh:mm:ss IST yyyy) i = Update unbound and configuration ('/opt/var/lib/unbound/') l = Show unbound...
  4. Martineau

    Wireguard Session Manager - Discussion (3rd) thread

    There are additional (usually minor) bug fixes in the dev version that I haven't yet propagated to the main stable branch, so I'd recommend using [CODE]e = Exit Script [?] E:Option ==> uf dev
  5. Martineau

    Wireguard Session Manager - Discussion (3rd) thread

    Yes the install error is for the 'server' Peer wg21 but on reboot it should initialise correctly; and you are correct, it doesn't impact the 'client' Peers. For what it's worth, I have tried to HOTFIX v4.18 (no version number change - you will simply see 20-Sep-2022 in the script header), so...
  6. Martineau

    Wireguard Session Manager - Discussion (3rd) thread

    So the previous wg_manager version...whatever that was....did work, but the latest wg_manager version now doesn't? What does the following command show? ip rule
  7. Martineau

    Can I use crontab to switch VPN clients on a schedule?

    You could explicitly set the desired VPN client you wish to start after a REBOOT using something like this case $(date +%u) in 0) VPNID=5;; 1) VPNID=1;; 2) VPNID=2;; 3) VPNID=3;; 4) VPNID=4;; # Thu 5) VPNID=5;; 6) VPNID=1;; esac nvram set...
  8. Martineau

    Need a script that auto reboot if internet is down

    Thanks for the GitHub Readme documentation bug report - fixed.
  9. Martineau

    Wireguard Session Manager - Discussion (3rd) thread

    From GitHub issue list:
  10. Martineau

    Asuswrt-Merlin/AX86U with Wireguard support coming?

    So the following command line instructions are too daunting? The OP is here: https://www.snbforums.com/threads/asus-rt-ax88u-version-9-0-0-4-388-20477-2022-08-02.80143/post-784517 and reference to the crude GUI...
  11. Martineau

    Wireguard Session Manager - Discussion (3rd) thread

    Does wg_manager show the PreSharedKey = clause when you issue the diagnostic raw command? e.g. My 'client' Peer wg16 doesn't need/use a PresharedKey so it isn't shown e = Exit Script [?] E:Option ==> raw wg16 ================Config=============== # Mullvad Austria, Vienna (IPv4+IPv6)...
  12. Martineau

    Wireguard Import wireguard .conf file from windows

    Hmmmm, You could try updating to Beta v4.19b3 e = Exit Script [?] E:Option ==> uf dev EDIT: What does the following command show nvram get rc_support | grep -o am_addons
  13. Martineau

    Wireguard Import wireguard .conf file from windows

    I use both Mullvad and TorGuard concurrently, and they are 100% reliable. I suggest you issue the following command when it is working,... wgm diag > /tmp/Good_connection.txt then this command when the connection fails. wgm diag > /tmp/Lost_connection.txt Hopefully you/we will then be able...
  14. Martineau

    Wireguard Import wireguard .conf file from windows

    FYI,,,,, wg_manager v4.18 includes a crude WebUI ( although Beta v4.19b3/WebUI v1.04 available from the dev Github branch is a tad better) and is shown in the commandline menu.... e.g. and can be accessed via the Addons Tab... e.g. You can import the WireGuard .conf directly from Windows by...
  15. Martineau

    Wireguard Asus GT-AC2900 Wireguard Problem !!

    The WebUI is an after-thought, and is effectively still a crude Beta/Work-in-progress, but fully functional (and tested) Advanced configuration is available via the command prompt or WebUI wgm dialog box. For WebUI v1.04 (GitHub dev branch last updated 1st Aug. 2022) use e = Exit Script [?]...
  16. Martineau

    Beta ASUS RT-AX88U Version 9.0.0.4.388.20477 (2022/08/02)

    Quick-start instructions for the installation of the GUI/shell-based addon wireguard_manager on ASUS routers running RMerlin firmware: Enter the following commands (and answer the couple of setup questions as they appear) amtm i wg 1 Now the wireguard_manager installation is complete...
  17. Martineau

    Wireguard Session Manager - Discussion (3rd) thread

    Just tried a clean v4.18 install via amtm and it doesn't produce the error. Just tried a clean v4.19b3 install from the Github dev branch page and it too doesn't report the error. You would need to enable debug mode for the installation, then save the output to say Pastebin, then PM me the link.
  18. Martineau

    Wireguard Session Manager - Discussion (3rd) thread

    Flexibility + Resiliency + CGNAT.....all through simple cut'n'paste! :cool: I think you should stop now..... you will be exhausted if you attempted to document all possible combinations of the four topologies! ;) Fortunately not hampered here by CGNAT but it seems it isn't the show-stopper...
  19. Martineau

    Wireguard Session Manager - Discussion (3rd) thread

    As always; complex configuration options explained in a simple manner. Only one minor issue - 'SiteB.conf' (unlike 'SiteC.conf') seems to be missing the complete socket definition to SiteA's Endpoint? Perhaps as a future tweak, I should allow selection of the type of remote Site...
Top