• 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

    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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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.
  7. 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...
  8. 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
  9. 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...
  10. 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...
  11. 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
  12. 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...
  13. 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...
  14. Z

    Challenge with tunneling internet for WG site to site from the server side

    The thing is that you can't. There are no policy route table associated with server peers. It will not show up in the Iface list so there is nowhere to point it. The OP requested a way without scripting. I see more of a route issue than a firewall thingy. bottom of line is that you will need...
  15. Z

    Problem getting WireGuard to work on my Windows laptop

    SMB is foremost very sensitive to latency, which will probably limit the performance more than each VPN speed capabilities. So physical distance between your test site and how internet decides to route the data, how many hops et.c. will probably determine performance. I have no idea if OpenVPN...
Back
Top