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. C

    Can someone help with this code...

    Do you know if this would even accomplish what I want? I want it to be that wan1 goes back to cold standby after wan0 reconnects.. The only way I can accomplish this is by manually toggling internet. I want a script to do that meaning when wan1 changes from primary wan and goes to hot standby...
  2. C

    Can someone help with this code...

    I am trying to make a wanevent with this inside it: #!/bin/sh wstate1=$(nvram get wan1_state_t) if [ "$wstate1" -eq 2 ]; then sleep 30 service stop_wan sleep 30 service start_wan fi I KEEP GETTING THIS ERROR? ./wan-event: line 9: syntax error: unexpected end of file (expecting "fi")
  3. C

    Is there a way to only stop the second wan interface?

    I do not want to stop both Wans! I tried service stop_wan.. Which does indeed that. I only want to stop wan1 which is eth4. I would also like to know is there a terminal command to release the ip of wan1. See the problem i'm having is this. I want Wan1 or eth4 to release its ip after Wan0 comes...
  4. C

    Domain-based VPN Routing Script

    Yes but with this current iteraton of the script. I can't seem to get streaming services such as Netflix or peacock to bypass the VPN with x3mrouting all I have to do is create a rule using dnsmaq and it starts adding ips to it based on just peacocktv.com or netflix.com. I originally thought I...
  5. C

    Domain-based VPN Routing Script

    I think thats why i'm still using x3mrouting !! Yes it would be great if he can figure out to emulate that cause I think that script is gonna be depreciated since the developer seems to be MIA.
  6. C

    Domain-based VPN Routing Script

    So what i'm using x3mrouting for is to bypass the vpn for certain domains using dnsmasq method... It then creates ipsets based on those domains. The thing that i'm not getting is that using the same domains one is bypassing (x3m) while your script isn't. Am I right that your script is designed...
  7. C

    Domain-based VPN Routing Script

    I guess what i'm saying is why is x3mrouting working using the DNSmasq method with just those domains and this script isn't bypassing ??? Isn't it supposed to do the same thing?
  8. C

    Domain-based VPN Routing Script

    So i'm noticing something. I thought this script could be used as an alternative for x3mrouting. However it doesn't seem to be working while x3mrouting does work. So for example... I stream through Directv Stream and with my VPN on I used x3mrouting to route these domains...
  9. C

    Domain-based VPN Routing Script

    Any progress on that @Viktor Jaep =)
  10. C

    I have an AX86U Pro & the log keeps repeating MDIO error

    So the log of my router keeps stating this: kernel: MDIO Error: MDIO got failure status on phy 25 .. I'm not noticing any problems but would like to know what that means or how to stop it. Thanks =)
  11. C

    Domain-based VPN Routing Script

    How do I use this script to route the domains to wan from wireguard... I've selected wgc1 but I want to route the domains I added to the policy to wan so it bypasses wireguard.. Do I select the interface of Wan or WGC1 ???
  12. C

    Can I use Wireguard for all my devices making it Wan?

    How can I use wireguard for all my devices while still being able to use diversion / or dns filtering & exclude certain devices through adblocking?
  13. C

    wireguard and diversion

    I am wondering. I am on firmware 388.2_2 on this firmware with the built in wireguard client can you make all your lan clients go through wireguard and also use diversion for adblocking. I can't seem to have this setup. I tried installing wireguard manager...
  14. C

    Domain-based VPN Routing Script

    I would say yes if it was only specific to VPNMON. However, I don't think your script is updating the routing tables if you just toggle the client through the regular web interface. Meaning without VPNMON installed.
  15. C

    Domain-based VPN Routing Script

    Do you think you can incorporate the fix for in the VPN client is changed @Viktor Jaep: gave this this that needs to be placed in your "/jffs/scripts/openvpn-event" file: #!/bin/sh confpath="/jffs/configs/domain_vpn_routing/domain_vpn_routing.conf" [ "${dev:0:4}" = 'tun1' ] &&...
  16. C

    Domain-based VPN Routing Script

    x3mrouting is a great script i'm just worried it will eventually stop working and this can hopefully be a replacement for some of the loss functionality.
  17. C

    Domain-based VPN Routing Script

    Exactly this could then become a very good replacement for x3mrouting.
  18. C

    Domain-based VPN Routing Script

    Maybe this can be integrated into the script? @Ranger802004
  19. C

    Release Asuswrt-Merlin 388.2 is now available for select models

    I keep getting this error on this firmware when I check for updates: The router cannot connect to the update server to check for firmware updates.
  20. C

    Domain-based VPN Routing Script

    So is this a replacement for x3mRouting. It seems like updates to that script aren't coming. Thankfully for right now its still working. Can you use this script to route certain domains to wan instead of making them go through VPN? For instance I now have IPsets that bypass the vpn to wan. Can I...
Top