Recent content by wildland_hondo

  1. W

    Tutorial [Scripts][2025-12-07] SSD TRIM, IPSet-based Firewall & Tunnel Director, IPv6 Enhancements, WG Port Forwarder, and more

    So the utils folder was also required. But I genuinely want to thank you for this script. I had enabled IPv6 via GUI and did not realise that was the reason IPv6 was broken on my android phone which I needed to bypass CG-NAT for Tailscale. You have genuinely made my life better and I want to...
  2. W

    Tutorial [Scripts][2025-12-07] SSD TRIM, IPSet-based Firewall & Tunnel Director, IPv6 Enhancements, WG Port Forwarder, and more

    I used the scp which comes with windows now, I think its a part of OpenSSH. I will try to upload from a wsl distro and see if that is any better. Thanks.
  3. W

    Tutorial [Scripts][2025-12-07] SSD TRIM, IPSet-based Firewall & Tunnel Director, IPv6 Enhancements, WG Port Forwarder, and more

    Hello. I copied the repo to my jffs folder and then made the files executable. But when I run sls I get: : not foundscripts/sdn/sdn_v6_shared.sh: line 2: : not foundscripts/sdn/sdn_v6_shared.sh: line 10: -sh: /jffs/scripts/sdn/sdn_v6_shared.sh: line 48: syntax error: unexpected word (expecting...
  4. W

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

    Thank you for the helpful diagram and apologies for the late reply. I got caught up in work. I have verified that the packet counter does increase for the IPv6 rule. What I do not know is where the traffic goes afterwards. I think it gets stuck somewhere inside the router because with the...
  5. W

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

    I didn't. It is possible some other module did. But I did not. Hmm. I did not know that. My reason for using MAC addresses was not convenience but rather because IPv6 address can change and multiple temporary IPv6 addresses can end up being assigned to a particular device. So I felt MAC (along...
  6. W

    BACKUPMON BACKUPMON v1.9.1 -Oct 28, 2025- Backup/Restore your Router: JFFS + NVRAM + External USB Drive! CIFS/SMB/NFS! (Available in AMTM!)

    Hello. I am on backupmon 1.8.22 and my backups were working fine till last month. Now automatic backups won't work and I get this error: **ERROR**: Plaintext passwords detected. Please check your configuration! On launching I get this notification in red: Backups are being done on a SMB...
  7. W

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

    Basically that the traffic from one (or multiple) clients go through a VPN with multiple tunnels in failover ending in a killswitch. I want IPv6 because I want to avoid CG-NAT. IPv4 works fine. IPv6 becomes non-responsive. Yes I noticed that the IPv4 routing table (and firewall) is a lot more...
  8. W

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

    To redirect Tailscale IPv6 traffic, I basically looked at the IPv4 routing table and changed the IPs and added using this rule: ip -6 rule add from [aaaa:bbbb:cccc::dddd]/48 lookup wgc1 priority 11210 ip -6 rule add from [aaaa:bbbb:cccc::dddd]/48 prohibit pref 12219 This works perfectly fine...
  9. W

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

    I have the following configuration / setup on my router: Setup 1x OpenVPN client via user Merlin user interface Setup 5x Wireguard VPN clients via the Merlin user interface Router setup as an exit node for Tailscale (via tailmon) Use VPN director to route Tailscale IPv4s into VPN tunnels with...
  10. W

    Release Asuswrt-Merlin 3006.102.4 is now available

    Anyone else having issues with ACLs on Guest Network Pro? If I configure in accept mode, devices not in the ACL of the default WLAN cannot connect, and if I do reject mode, devices in ACL still connect. GT-AX6000 with the subject FW.
Back
Top