syndac

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by syndac

  1. @Kir I also had a lot of luck following this
  2. Same. I'm going to switch providers, get a separate VPN, and let UsenetServer know I'm cancelling because of Privado.
  3. What in your config, exactly, did you change? I changed the NS Servers in the Deluge environment variables to the one from the docs: I then deleted both the binhex/deluge container and image and I still run into this error. Am I missing something?
  4. @Turrican Please let me know if you find a solution. I'll do the same, although recreating the image and container isn't working for me.
  5. Anybody get this working with Privado? I was using UsernetServer and they forced me to switch to Privado and it's no longer working. I'm using their configs from here. I keep getting this in the logs: 2020-02-27 01:06:00,863 DEBG 'start-script' stdout output: [debug] Having issues resolving name 'www.google.com', sleeping before retry... Before that, I get: deluge | Thu Feb 27 01:19:25 2020 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1 bypass-dhcp,dhcp-option DNS 198.18.0.1,dhcp-option DNS 198.18.0.2,rcvbuf 493216,sndbuf 493216,explicit-exit-notify 5,comp-lzo no,route-gateway 172.21.32.1,topology subnet,ping 20,ping-restart 40,ifconfig 172.21.39.33 255.255.254.0,peer-id 4,cipher AES-256-GCM' deluge | deluge | 2020-02-27 01:19:25,071 DEBG 'start-script' stdout output: deluge | Thu Feb 27 01:19:25 2020 OPTIONS IMPORT: timers and/or timeouts modified deluge | Thu Feb 27 01:19:25 2020 OPTIONS IMPORT: explicit notify parm(s) modified deluge | Thu Feb 27 01:19:25 2020 OPTIONS IMPORT: compression parms modified deluge | Thu Feb 27 01:19:25 2020 OPTIONS IMPORT: --sndbuf/--rcvbuf options modified deluge | Thu Feb 27 01:19:25 2020 Socket Buffers: R=[212992->425984] S=[212992->425984] deluge | Thu Feb 27 01:19:25 2020 OPTIONS IMPORT: --ifconfig/up options modified deluge | Thu Feb 27 01:19:25 2020 OPTIONS IMPORT: route options modified deluge | Thu Feb 27 01:19:25 2020 OPTIONS IMPORT: route-related options modified deluge | Thu Feb 27 01:19:25 2020 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified deluge | Thu Feb 27 01:19:25 2020 OPTIONS IMPORT: peer-id set deluge | Thu Feb 27 01:19:25 2020 OPTIONS IMPORT: adjusting link_mtu to 1624 deluge | Thu Feb 27 01:19:25 2020 OPTIONS IMPORT: data channel crypto options modified deluge | Thu Feb 27 01:19:25 2020 Data Channel: using negotiated cipher 'AES-256-GCM' deluge | Thu Feb 27 01:19:25 2020 Outgoing Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key deluge | Thu Feb 27 01:19:25 2020 Incoming Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key deluge | Thu Feb 27 01:19:25 2020 ROUTE_GATEWAY 172.18.0.1/255.255.0.0 IFACE=eth0 HWADDR=02:42:ac:12:00:0a deluge | Thu Feb 27 01:19:25 2020 TUN/TAP device tun0 opened deluge | Thu Feb 27 01:19:25 2020 TUN/TAP TX queue length set to 100 deluge | Thu Feb 27 01:19:25 2020 /usr/bin/ip link set dev tun0 up mtu 1500 deluge | Thu Feb 27 01:19:25 2020 /usr/bin/ip addr add dev tun0 172.21.39.33/23 broadcast 172.21.39.255 deluge | Thu Feb 27 01:19:25 2020 /root/openvpnup.sh tun0 1500 1552 172.21.39.33 255.255.254.0 init deluge | Thu Feb 27 01:19:25 2020 /usr/bin/ip route add 45.152.182.227/32 via 172.18.0.1 deluge | Thu Feb 27 01:19:25 2020 /usr/bin/ip route add 0.0.0.0/1 via 172.21.32.1 deluge | deluge | 2020-02-27 01:19:25,073 DEBG 'start-script' stdout output: deluge | Error: Nexthop has invalid gateway. deluge | Thu Feb 27 01:19:25 2020 ERROR: Linux route add command failed: external program exited with error status: 2 deluge | Thu Feb 27 01:19:25 2020 /usr/bin/ip route add 128.0.0.0/1 via 172.21.32.1 deluge | deluge | 2020-02-27 01:19:25,076 DEBG 'start-script' stdout output: deluge | Error: Nexthop has invalid gateway. deluge | deluge | 2020-02-27 01:19:25,079 DEBG 'start-script' stdout output: deluge | Thu Feb 27 01:19:25 2020 ERROR: Linux route add command failed: external program exited with error status: 2 deluge | Thu Feb 27 01:19:25 2020 Initialization Sequence Completed deluge | deluge | 2020-02-27 01:19:25,195 DEBG 'start-script' stdout output: deluge | [info] Application does not require port forwarding or VPN provider is != pia, skipping incoming port assignment Any idea what could be breaking this?