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

    Provider disconnects / VPN does not reconnect

    it is weird... olivier@AX88U-olivier:/tmp/home/root# /jffs/scripts/VPN_Failover.sh status (VPN_Failover.sh): 10814 v1.22 Started..... [status] Active VPN Failover monitor processes olivier@AX88U-olivier:/tmp/home/root# whereas cat /tmp/vpnclient1-VPNFailover 2937
  2. O

    Provider disconnects / VPN does not reconnect

    HEllo, 2 instances running simultaneously PID 2937 launched through vpnclient1-up #!/bin/sh VPN_ID=${dev:4:1} logger -st "($(basename $0))" $$ "Requesting VPN Failover monitor with 15 min delay....." sh /jffs/scripts/VPN_Failover.sh "$VPN_ID" "multiconfig" "interval=120" "delay=900"...
  3. O

    Provider disconnects / VPN does not reconnect

    it looks perfect with that release. so far no issue. I will keep you posted. Thanks a lot !
  4. O

    Provider disconnects / VPN does not reconnect

    1 single vpn client running. VPNFailover launched through vpnclient1-up #!/bin/sh VPN_ID=${dev:4:1} [ -z "$VPN_ID" ] && { SCR=$(basename $0); VPN_ID=${SCR:9:1}; } logger -st "($(basename $0))" $$ "Requesting VPN Failover monitor with 15 min delay....." sh /jffs/scripts/VPN_Failover.sh reset...
  5. O

    Provider disconnects / VPN does not reconnect

    RT-AX88U Fw 384.13
  6. O

    Provider disconnects / VPN does not reconnect

    let me know if you want me to try anything else to understand what's going on with my setup (I have even simplified, now using only 1 client) thanks
  7. O

    Provider disconnects / VPN does not reconnect

    will try with a dirty hack sh /jffs/scripts/VPN_Failover.sh reset "$VPN_ID" && sleep 60 && sh /jffs/scripts/VPN_Failover.sh "$VPN_ID" "multiconfig" "interval=120" "delay=900" "ignore=2,3,4,5" "pingonly=1.1.1.1" &
  8. O

    Provider disconnects / VPN does not reconnect

    yes I wrote ./vpnclient1-up two times.
  9. O

    Provider disconnects / VPN does not reconnect

    no problem to create 2 instances of VPN_Failover manually.
  10. O

    Provider disconnects / VPN does not reconnect

    which vidéo are you referiing to ?
  11. O

    ADblocker question

    you can also use nextDNS to do adblocking system wide.
  12. O

    Provider disconnects / VPN does not reconnect

    it is now 12 VPN_Failover scripts running.......
  13. O

    Provider disconnects / VPN does not reconnect

    I just have disconnections. but no issues with rules. Good. The bad thing is I have now 5 VPN_Failover daemons running ! Looks like they are not killed by the command below (from the vpnclient route pre down script): #!/bin/sh VPN_ID=${dev:4:1} VPNFAILOVER="/tmp/vpnclient"$VPN_ID"-VPNFailover" #...
  14. O

    kernel: [tdts_shell_ioctl_stat:256] Recv ioctl req with op 2

    no issues noticed so far, I was just wondering what this new message is...
  15. O

    kernel: [tdts_shell_ioctl_stat:256] Recv ioctl req with op 2

    I have the same kernel: [tdts_shell_ioctl_stat:256] Recv ioctl req with op 2
  16. O

    [Release] Asuswrt-Merlin 384.13 is now available

    Hello, Since 2 days, I have a couple of "kernel: [tdts_shell_ioctl_stat:256] Recv ioctl req with op 2" populated my syslog per hours. Do you know what does it mean ? Thx
  17. O

    Provider disconnects / VPN does not reconnect

    thanks, will try. so far, no new disconnect...
  18. O

    ASUSWRT-Merlin and NextDNS issue

    Can we use NextDNS together with Diversion script ? and together with x3mrouting (Netflix bypass using IPSET) ?
  19. O

    Provider disconnects / VPN does not reconnect

    I have just played a bit with what you recommended and found an expected VPN_Failover behavior. My set up is - vpnclient 1 running and a 10min cron VPN_Failover task (new PID every 10 min) monitors it ([1 ignore=2,3,4,5 once multiconfig force curlrate=500000]) - no other VPN_Failover task is...
Top