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

    VPN doing a lot of unrecognized options without them even being in the config IPV6 issue

    I am using VPN provider Hide.me and I don't want to use IPV6 meaning I have that disabled in the settings of my router. I was told to add to the config: pull-filter ignore "ifconfig-ipv6" pull-filter ignore "route-ipv6" However when I connect to my VPN in the log i'm noticing: May 7 18:29:19...
  2. C

    Need some help with a DHCP problem

    I have a GT-AX1100 as the main router in my network with 4 XT9 nodes running firmware 3.0.0.4.388_24609-gca2277b. I'm noticing that my apple devices.. Specifically my Macbook Pro eventually stop receiving a DHCP address. I can fix this problem by going into my macs settings, and manually...
  3. C

    Dual Wan issue Failover on GT-AX11000

    I'm having a problem on the latest @RMerlin 3004.388.6 the dual wan feature seems to be working backwards.. Meaning if I reboot the router I am noticing that secondary wan is being connected meanwhile primary wan is going into hot-standby I can fix this by like toggling everything but is there...
  4. C

    How can I do this.. Router VPN Client to Server 2

    I need some help.. I'm trying to route VPN Client 2 through VPN Server 2 so I can have the protection of my VPN Provider if I connect to the VPN Server 2. I did this before using VPN Director and then adding something to the Custom Configuration of VPN Server 2. I can't remember what I did. I...
  5. C

    Why isn’t this working on the current firmware ?

    I would like to know if there’s a way to make wan 2 switch to cold standby instead of hot standby once wan 1s connection is re-established. This used to work in the wan-event::: wan1flag="False" wstate0=$(nvram get wan0_state_t) wstate1=$(nvram get wan1_state_t) if [ $wstate1 -eq 2 ]; then...
  6. 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")
  7. 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...
  8. 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 =)
  9. 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?
  10. 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...
  11. C

    Can someone help in why this OpenVPN config doesn't work with merlin?

    I am using VPN.asia or trying to. The config they provide always doesn't work and instead produces the error check configuration: Is there something wrong with this config, client dev tun remote us-nyc.321inter.net 53 udp auth-user-pass auth-nocache nobind auth SHA256 cipher AES-256-GCM...
  12. C

    Diversion Multiple Dnsmasq IP's for alternate blocking list / Excluding devices causing issues

    So I have noticed that a hostname problem starts if I enable these options::: alternate Dnsmasq IP 192.168.50.4 / Exclude devices from ad-blocking enabled on 192.168.50.3 -- I use my router for time machine backups, and with these options enabled for Diversion I see this in the logs. This keeps...
  13. C

    How would I create a Wan-Event

    Hi, I'd like to know how I could create a Wan-Event that would run the command service kill_vpnclient4 when the the Wan Connection is down & then when the wan connection goes up will run command service start_vpnclient4?
  14. C

    Ring Live View

    Hi so something is blocking ring live view from working on my network. I notice that if I change the wan settings and disable custom dns it starts working but then if I reboot with custom dns it stops again. I don't know I have tried everything using the DHCP settings from the ISP. I don't...
  15. C

    Host Name is dhcpcd-6 8 2 Linux-4 4 22 armv on new firmware 388.1

    With the new merlin firmware 388.1 hostnames are appearing different. I just did a full factory reset and reconfigured from my AX86U from scratch, & i'm noticing that a lot of clients are now saying host names such as dhcpcd-6 8 2 Linux-4 4 22 armv.. Is this a bug?
  16. C

    Would someone be able to make a Kill Switch script that works with x3mrouting ?

    So the problem is that currently when the router reboots, or you stop the vpn client. Devices that are policy routed through the vpn using vpn director still retain internet access. I have tried the script located at https://www.snbforums.com/threads/vpn-client-and-killswitch.74170/#post-707860...
  17. C

    How do I use this script?

    I have 5 VPN Clients & I would like it if I start with client 1 enabled and if that fails then it automatically tries client 2 and so on and so on. I tried the vpn mon script but that seems to break x3mrouting. I would like to know how to configure this https://github.com/MartineauUK/VPN-Failover?
  18. C

    Is there something that I can use to do this with VPN?

    So today I woke up and my VPN devices had no internet and the vpn screen showed check configuration. I contacted them and they said they are doing maintenance on the server. I want to know is there a way to set it up where if the VPN goes down or has error connecting the VPN can switch to a...
  19. C

    Questions about bypassing VPN

    I'm trying to bypass the VPN and make certain websites go straight to the WAN connection. So far using DNSmasq logging i've determined the app I use connects to omtrdc.net,alticeusa.net,optimum.net .. Thing is these domains dont work. So meaning if I ping the domain alticeusa.net it comes back...
  20. C

    x3mRouting ASN Numbers not downloading all IPs anymore?

    So I am having a weird problem I use this command sh /jffs/scripts/x3mRouting/x3mRouting.sh 1 0 ALTICE asnum=AS6128 # Route-Altice-One traffic via Wan to unblock my TV providers app. This normally worked for months. Now recently when I try to use it i'm noticing in the liststats that the number...
Top