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

    Is it possible to route all traffic through VPN except gaming data?

    If you disclose the Game/Server(s), the necessary info is probably available via a Googlesearch etc., and once identified can be plugged into wireguard_manager
  2. Martineau

    Is it possible to route all traffic through VPN except gaming data?

    Depends...if you can uniquely identify 'gaming packets' content such as: Destination Port Source Port Source IP/MAC Destination IP(s) then maybe.
  3. Martineau

    Wireguard Session Manager - Discussion (3rd) thread

    Whoops :oops: I've uploaded a patched wireguard_manager Beta v4.17b5 https://github.com/MartineauUK/wireguard/commit/4c7d97850048dff771aa8d5f7e2a6602488fe973 To Upgrade use: e = Exit Script [?] E:Option ==> uf dev NOTE: You should have been able to allow creation of the 'server' Peer with...
  4. Martineau

    Wireguard Session Manager - Discussion (3rd) thread

    Thanks for the feedback - glad you managed to get it working. I assume you are on the stable branch i.e. wireguard_manager v4.16? If you upgrade to wireguard_manager Beta v4.17b4 using command e = Exit Script [?] E:Option ==> uf dev then you would be informed during the peer import xxxxxx...
  5. Martineau

    Wireguard Session Manager - Discussion (3rd) thread

    IIRC, in previous firmwares, tables 100 and 200 were used for Dual-WAN? However, I haven't enabled Dual-WAN.
  6. Martineau

    Wireguard Session Manager - Discussion (3rd) thread

    I'd long since forgotten the mayhem that can occur during the boot process without manually coding a suitable 'locking semaphore' at the top of each script :rolleyes: e.g. LOCKFILE="/tmp/$(basename $0)-flock" FD=nnn eval exec "$FD>$LOCKFILE" flock -n $FD || { logger -st "($(basename $0))" $$...
  7. Martineau

    Release Asuswrt-Merlin 386.6 is now available for select models

    As this is an addon related issue, please open a new thread in the Addons forum. Please issue which opkg which unbound-control head -n 5 /opt/var/lib/unbound/unbound.conf Please use the following to start unbound_manager /jffs/addons//unbound/unbound_manager.sh debug then recreate the...
  8. Martineau

    Release Asuswrt-Merlin 386.6 is now available for select models

    What is the error? Does the error occur if you use the curl command from the Github page? https://github.com/MartineauUK/Unbound-Asuswrt-Merlin#installation Feel free to post your answers/query in the Addons forum with a new thread (unbound filter tag applied), or post in the current...
  9. Martineau

    Wireguard Session Manager - Discussion (3rd) thread

    Whilst WireGuard/wireguard_manager could indeed possibly contribute to the proliferation, the messages can seemingly occur due to other confirmed factors.... https://www.snbforums.com/threads/ax88u-merlin-384-17-error-mcast.64674/ ...although the timeline is unclear to prove if the experimental...
  10. Martineau

    Wireguard Session Manager - Discussion (3rd) thread

    Are the three opening paragraphs enough to sway you towards WireGuard? https://unraid.net/blog/wireguard-on-unraid This more detailed Unraid guide should help to understand the Unraid GUI option 'Remote tunneled access' https://forums.unraid.net/topic/84226-wireguard-quickstart/ which by...
  11. Martineau

    Wireguard Session Manager - Discussion (3rd) thread

    Are you sure?! o_O I too don't have IPv6, but sometimes both the IPv4 and IPv6 rule is detected. If it is definitely the firmware creating the RPDB PRIO 220 rule(s), then perhaps you too should define ROGUE220DELETE in wireguard_manager to auto delete the rule, although IIRC, only the...
  12. Martineau

    Wireguard Session Manager - Discussion (3rd) thread

    Setting a human-friendly alias for the routing tables (main is available to reference table 254 by default) was indeed a personal technique I used for many years i.e. ip route from MyLaptop table NewYork vs. ip route from MyLaptop table 113 but my point is that I honestly can't recall...
  13. Martineau

    Wireguard Session Manager - Discussion (3rd) thread

    I put debugging statements (to be triggered primarily during the boot process) prior to the calls to wg_manager.sh init /jffs/scripts/post-mount Say() { # shellcheck disable=SC2068 echo -e $$ $@ | logger -st "($(basename $0))" } Say "***DEBUG ===post-mount Pre wg_manager.sh init" ip...
  14. Martineau

    Unbound [SOLVED] Unbound not running after reboot

    Unbound initialisation seemingly failed because the time wasn't set....so you need a valid WAN DNS defined to be able to set the time... May 5 08:05:03 (dnsmasq.postconf): Updating /etc/dnsmasq.conf for unbound..... May 5 08:10:00 RT-AX56U (gen_ytadblock.sh): 5340 Warning unbound NOT...
  15. Martineau

    Wireguard Session Manager - Discussion (3rd) thread

    Hopefully automagically configured by the router You can set the MTU using (where nnnn is between 1280 and 1440 inclusive) peer wg11 mtu=[ auto | nnnn ] Do you need to adjust the WireGuard MTU ....moot point. If you have a 'client' Peer say wg11; first check its current MTU ifconfig wg11 |...
  16. Martineau

    Wireguard Session Manager - Discussion (3rd) thread

    OK, just to recap.... You obviously have advanced customisation....and I think I can modify wireguard_manager to accommodate/tolerate your tweaks i.e. my brain dead checking of /jffs/scripts/post-mount for the text string 'wireguard' (rather than explicitly checking for 'wg_manager.sh init')...
  17. Martineau

    Wireguard Session Manager - Discussion (3rd) thread

    Hmmm,....presumably you have a customised '/etc/iproute2/rt_tables' ? 220: from all lookup wgs2 I would uninstall, and ensure that directories '/jffs/addons/wireguard/' and '/opt/etc/wireguard.d/' do not exist. (You can rename '/opt/etc/wireguard.d/' if you wish to preserve its content)...
  18. Martineau

    Wireguard Session Manager - Discussion (3rd) thread

    Updated to which wireguard_manager version? i.e. v4.16 or v4.17b2 Did you migrate the .conf files to the wg-quick format? e = Exit Script [?] E:Option ==> formatwg-quick Checking Peer Config for conversion to wg-quick format: I would restart wg11, then re-check (I'm using wg14) ip r...
  19. Martineau

    Wireguard Session Manager - Discussion (3rd) thread

    OK thanks. I was going to assume it was derived as follows: If WAN Fibre MTU 1500 then 1440 (-60) for IPv4 and 1420 (-80) for IPv6 if WAN PPoE MTU 1492 then 1432 (-60) for IPv4 and 1412 (-80) for IPv6
  20. Martineau

    Wireguard Session Manager - Discussion (3rd) thread

    I previously asked if anyone else had/has the rogue RPDB 220: from all lookup 220 rule(s)... https://www.snbforums.com/threads/session-manager-discussion-2nd-thread.75129/post-751148 So something (as yet unidentified) is creating the rule(s), so assumed it was most likely only within my...
Top