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 use nord dns with unbound or any way to add it?

    I think you are confused as to the intended use of the dnsinfo comand in wgm 'advanced' mode. The dnsinfo command default output simply shows two real-time examples of how you can use the MX Supertool website to query well-known public entities. i.e. See the Supertool dns option...
  2. Martineau

    wireguard help, ASUS AXE16000 & incoming connections......

    So back in 2021 https://www.snbforums.com/threads/asuswrt-merlin-386-2-beta-is-now-available.71038/post-678645 so here we are in 2024 using Linux RT-AX86U_Pro 4.19.183 #1 SMP PREEMPT Sun Jun 23 11:40:07 EDT 2024 aarch64 ASUSWRT-Merlin ip rule add help Usage: ip rule { add | del } SELECTOR...
  3. Martineau

    Unbound HOW TO REVERT TO PRIOR REVISION OF UNBOUND MGR

    Is v3.25 broken ? .... the 3 changes from v3.24 were minor.
  4. Martineau

    l2tp vpn client for only one device

    In the intervening years since I published the scripts (circa 2017), many things have changed in recent firmwares, but rule of thumb still states that for selective routing, devices must have a reserved IP address, and associating a human friendly HOSTNAME doesn't hurt. So to match an IP...
  5. Martineau

    Compatibility Findings with AddOns with GT-BE98 Pro

    Unbound_manager v3.25 https://github.com/MartineauUK/Unbound-Asuswrt-Merlin/releases/tag/v3.25 Version: v3.25 Github md5=737fdc206e40934b2b5747252903e5c0 Use option u when v3.25 is shown as available in either amtm 7 open unbound Mgr v3.25 <-...
  6. Martineau

    Compatibility Findings with AddOns with GT-BE98 Pro

    As already mentioned in other threads, the router's feature 'local caching DNS' has been marked as deprecated. i.e. E:Option ==> ? Version=3.24 (Change Log: https://github.com/MartineauUK/Unbound-Asuswrt-Merlin/commits/master/unbound_manager.sh)...
  7. Martineau

    [Solved]Configure Policy based routing for transparent proxy

    If you prefer to reference your custom tables with human friendly descriptions then you can 'overwrite' the firmware file.... Before..... cat /etc/iproute2/rt_tables 100 wan0 111 ovpnc1 112 ovpnc2 113 ovpnc3 114 ovpnc4 115 ovpnc5 116 wgc1 117 wgc2 118 wgc3 119 wgc4 120 wgc5 200 wan1 Clone...
  8. Martineau

    Solved Unbound unable to install. AX3000 V2

    Many thanks for reporting the issue. Unbound_manager v3.24 https://github.com/MartineauUK/Unbound-Asuswrt-Merlin/releases/tag/v3.24 Version: v3.24 Github md5=62bac054973b3c5cc918807f80d5c9d6 Use option u when v3.24 is shown as available in either amtm...
  9. Martineau

    Solved Unbound unable to install. AX3000 V2

    or..... patch the script to refer to 'DNS Director' rather than 'DNS Filter' and display the correct URL as appropriate for firmware v388.xx
  10. Martineau

    Which VPN Providers provide Wireguard config files

    I use both TorGuard and Mullvad for WireGuard VPN i.e. Mullvad has flexible options to configure a WireGuard peer profile (e.g. Country+City+Server) and a useful GUI to revoke peer profiles Whilst TorGuard has less configuration options (Country+limited City)
  11. Martineau

    TV with OpenVPN client

    My Sony Bravia (Google TV) A95K shows under the Apps Tools category together with many other commercial VPN provider specific client Apps such as Mullvad, ExpressVPN, Sufshark, Purevpn etc. Not sure how good either of these are (haven't tried them myself), but VPN Client Pro apparently...
  12. Martineau

    Crontab jobs disappeared.

    So back in 2016/2017 I posted a crude script to try and track nominated command executions - although not all commands can be successfully tracked. https://www.snbforums.com/threads/join-to-wireless-network-with-cli.42614/post-363225 So changing line 32 to cru) allows tracking cru...
  13. Martineau

    Unbound Show local names in unbound log requests

    The unbound_manager default is to accept/identify DNS resolver requests from the router's dnsmasq (127.0.0.1) To allow unbound to accept/identify direct requests from individual LAN clients use unbound_manager command: e = Exit Script [?] A:Option ==> dnsmasq disable If you currently use...
  14. Martineau

    Prevent and Stop WAN connection unless Diversion and USB device is working!

    I don't personally use diversion but suggested something like the following for a forum user years ago. Basically you would need to check if /opt is mounted or the existence of a specific file in this case diversion...either in init-start and or firewall-start by calling the following script...
  15. Martineau

    Configuring Chk-WAN

    I would recommend using the examples shown on Github to manually configure the cron job: https://github.com/MartineauUK/Chk-WAN In an attempt to be as flexible as possible, ChkWAN can run permanently in the background and check the WAN every second if there is a mission critical need, but the...
  16. Martineau

    Unbound Cannot Install Unbound / S02haveged 404 error

    After being dormant for three years..... I have uploaded Unbound Manager v3.23 (see commits) To upgrade e = Exit Script [?] A:Option ==> uf Forced Update unbound_manager.sh downloaded successfully unbound Manager UPDATE Complete! bd71959343e29df954e151b8a6e3b4ad...
  17. Martineau

    Adding Unbound when you have Diversion

    Start unbound manager using unbound_manager advanced +======================================================================+ | Welcome to the unbound Manager/Installation script (Asuswrt-Merlin) | | | |...
  18. Martineau

    Web History Reporting and Management (Traffic Analyzer/Aiprotection Monitor)

    Until I get around to adding say the supplementary emailsummary switch....you would filter out the contents of $REPORT i.e. replace the SendMail() function line cat $REPORT >>SENDMAIL with tail -n3 $REPORT >>SENDMAIL or for just the data line tail -n2 $REPORT | head -n1 >>SENDMAIL
  19. Martineau

    PBR for PPTP

    You could initially try with this (5 year old) PPTP/LT2P script to use PBR for a LAN device, then it may be possible to restrict to a specific port https://www.snbforums.com/threads/l2tp-vpn-client-for-only-one-device.37927/post-312177
Top