• 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

    VPNMON VPNMON-R3 v1.4.1 -Jul 2, 2025- Monitor WAN/Dual-WAN/OpenVPN Health & Reset Multiple OpenVPN Connections (Now available in AMTM!) Wireguard Alpha!

    I think the ping method is fine for most cases. Besides, regardless how you force data over the tunnel you will face issues anyway. Other issues are with site2site (limited AllowedIPs) peer or when ping target are also used for dns which means It may get its own route to WAN which means you may...
  2. Z

    VPNMON VPNMON-R3 v1.4.1 -Jul 2, 2025- Monitor WAN/Dual-WAN/OpenVPN Health & Reset Multiple OpenVPN Connections (Now available in AMTM!) Wireguard Alpha!

    I tried it out on my RT-AX86U PRO running 388.8_4. I have wgc1 running wich 3 devices are using and wgc2 running which no devices are using currently. It seems vpnmon fails to verify both of these While Is the ping test failing? How did you circumvent the rp_filter as router itself are not...
  3. Z

    Route traffic from Wireguard VPN clients through cloud VPN server

    While I cannot see any route issue, it could be a good idea to test it. When WGC1 is active and internet connection is not working on wgs1 clients, try to run on the router ssh: ip route get 142.250.74.132 from 10.11.10.52 iif wgs1 the result should point to your wg-client peer (wgc1) and the...
  4. Z

    Route traffic from Wireguard VPN clients through cloud VPN server

    Did you try to ping using the ip instead of www.google.com? Like ping 142.250.74.132 Odd indeed. Everything you say point to issues when wgs1 clients start to use wgc1 route table. But I can't find any difference that would explain your issue. The only odd thing perhaps is that your wgs1...
  5. Z

    Route traffic from Wireguard VPN clients through cloud VPN server

    Sounds like you got the details right. Just for my understanding: Lan to wan traffic works Lan to wgc1 traffic works (if rule active) Wgserver traffic to lan works Wgserver traffic to wan does not work Wgserver traffic to wgc1 does not work (if rule is active) If my understanding is correct I...
  6. Z

    Route traffic from Wireguard VPN clients through cloud VPN server

    I'm not aware of anything changed in fw that would cause this. Have you checked so the vpn client is still working? It's not clear if you use the client for anything but server clients. It sounds like your server to lan access is still working. Are you running any custom scripts? What ip...
  7. Z

    IPv6 GUAs for Isolated Guest Network?

    Long time ago I set this up in dnsmasq.conf.add to get ipv6 to clients: ### wl1.2 ipv6 config ### interface=wl1.2 ra-param=wl1.2,10,600 #set ra-interval, lifetime dhcp-range=wl1.2,::,constructor:wl1.2,ra-stateless,64,600 # set stateless based on interface...
  8. Z

    Ups for asus

    I'm using this to power my RT-AX86U-PRO https://www.amazon.com/Eaton-protect-Internet-assistants-controllers/dp/B092TG9M7C?tag=snbforums-20 It holds it for about 1h, which is good enough for me.
  9. Z

    [Resolved] Wireguard on gt-ax6000 for use with specific apps?

    This is not a standard Wireguard directive and would be ignored by your router. Nope. There is an addon in the addon section that lets you route different domains to different vpn/wan: https://www.snbforums.com/threads/domain-vpn-routing-v3-1-0-release.92029/post-927927 But my experience is...
  10. Z

    IPv6 traffic forwarding problem: connection hangs

    Then your problem is not the same as mine, or you have more than 1 problem. Sure you can change it. It's as easy as echo 1 > /proc/sys/net/ipv6/conf/eth0/forwarding
  11. Z

    IPv6 traffic forwarding problem: connection hangs

    This is the way... you should have the plex server update the AAAA record itself as the router don't know what address the server picks. Then the tricky part, how to open the firewall... you obviously don't want to open these ports for your entire lan. You could perhaps use some script to have...
  12. Z

    Are you using IPv6?

    Since I'm behind cgnat I'm using a VPS to relay Wireguard to my server peer on the router. I have ipv6 /56 and have enabled it on wan but not on lan so I can connect to my server peer direct via ipv6 or via VPS ipv4. internet for Wireguard connected clients are dual stack since that how I...
  13. Z

    386.14_2 Hacked? 'Unrecoverable' Guest network issue

    [ag.dns-finder.com] resolves to 0.0.0.0 (atleast by Unbound and my isp dns) which is probably why it is blocked. This is probably a good idea: https://www.oligo.security/blog/0-0-0-0-day-exploiting-localhost-apis-from-the-browser
  14. Z

    Solved SMB access to a NAS on a different subnet?

    Sorry, I have not heard of this issue before, I rarely use Windows for, well, anything anymore really. but doing a quick read-up on it sounds that you are right... I never thought they would block outgoing access like this. but again, if the guest windows machine limits SMB usage to own...
  15. Z

    Solved SMB access to a NAS on a different subnet?

    One way I have used with some success is to widen the lan network mask that the nas is on to also include the adjecent network. It won't solve your dns issue but it may work around your windows firewall issue. You wouldn't want to increase the network mask more than nessisary so adjust your...
Back
Top