mattague

Members
  • Posts

    1
  • Joined

  • Last visited

mattague's Achievements

Noob

Noob (1/14)

0

Reputation

  1. So I've been trying to figure this out for a couple days. This my first time setting up delugevpn on this machine, so I don't have any previous config files or anything. My issue is that once connected to the webui, I can't figure out what password it wants me to enter. I've checked the auth file and the password in there is a random string of characters. It does not work, even when copied and pasted. If I edit the file and add admin:deluge:10 and restart the container, it still does not work. I have tried deleting the file, and recreating it with only admin:deluge:10, but after restarting the docker container, it appends a new entry to it with a new random password, that again does not work. Here is my current auth file admin:deluge:10 localclient:e55c8d0f44919b92be1c397663f1e2670063f729:10 and here is my supervisord.log Created by... ___. .__ .__ \_ |__ |__| ____ | |__ ____ ___ ___ | __ \| |/ \| | \_/ __ \\ \/ / | \_\ \ | | \ Y \ ___/ > < |___ /__|___| /___| /\___ >__/\_ \ \/ \/ \/ \/ \/ https://hub.docker.com/u/binhex/ 2019-07-22 18:25:14.235708 [info] System information Linux 327ef426dad0 5.0.0-20-generic #21-Ubuntu SMP Mon Jun 24 09:32:09 UTC 2019 x86_64 GNU/Linux 2019-07-22 18:25:14.259674 [info] PUID defined as '1000' 2019-07-22 18:25:14.284497 [info] PGID defined as '130' 2019-07-22 18:25:14.323747 [info] UMASK defined as '000' 2019-07-22 18:25:14.346967 [info] Permissions already set for volume mappings 2019-07-22 18:25:14.373322 [info] DELUGE_DAEMON_LOG_LEVEL defined as 'info' 2019-07-22 18:25:14.396998 [info] DELUGE_WEB_LOG_LEVEL defined as 'info' 2019-07-22 18:25:14.423869 [info] VPN_ENABLED defined as 'yes' 2019-07-22 18:25:14.454512 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/CA Toronto.ovpn dos2unix: converting file /config/openvpn/CA Toronto.ovpn to Unix format... 2019-07-22 18:25:14.489628 [info] VPN remote line defined as 'remote ca-toronto.privateinternetaccess.com 1198' 2019-07-22 18:25:14.514545 [info] VPN_REMOTE defined as 'ca-toronto.privateinternetaccess.com' 2019-07-22 18:25:14.540598 [info] VPN_PORT defined as '1198' 2019-07-22 18:25:14.567639 [info] VPN_PROTOCOL defined as 'udp' 2019-07-22 18:25:14.591472 [info] VPN_DEVICE_TYPE defined as 'tun0' 2019-07-22 18:25:14.615159 [info] VPN_PROV defined as 'pia' 2019-07-22 18:25:14.639732 [info] LAN_NETWORK defined as '192.168.1.0/24' 2019-07-22 18:25:14.663797 [info] NAME_SERVERS defined as '209.222.18.222,1.1.1.1,8.8.8.8,209.222.18.218,1.0.0.1,8.8.4.4' 2019-07-22 18:25:14.687306 [info] VPN_USER defined as 'PIA_USER' 2019-07-22 18:25:14.710806 [info] VPN_PASS defined as 'PIA_PASS' 2019-07-22 18:25:14.734295 [info] VPN_OPTIONS not defined (via -e VPN_OPTIONS) 2019-07-22 18:25:14.757749 [info] STRICT_PORT_FORWARD defined as 'yes' 2019-07-22 18:25:14.781409 [info] ENABLE_PRIVOXY defined as 'yes' 2019-07-22 18:25:14.805321 [info] Starting Supervisor... 2019-07-22 18:25:14,986 INFO Included extra file "/etc/supervisor/conf.d/delugevpn.conf" during parsing 2019-07-22 18:25:14,986 INFO Set uid to user 0 succeeded 2019-07-22 18:25:14,990 INFO supervisord started with pid 6 2019-07-22 18:25:15,991 INFO spawned: 'start-script' with pid 147 2019-07-22 18:25:15,992 INFO spawned: 'watchdog-script' with pid 148 2019-07-22 18:25:15,992 INFO reaped unknown pid 7 2019-07-22 18:25:15,997 DEBG 'start-script' stdout output: [info] VPN is enabled, beginning configuration of VPN 2019-07-22 18:25:15,997 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2019-07-22 18:25:15,997 INFO success: watchdog-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2019-07-22 18:25:15,999 DEBG 'watchdog-script' stderr output: dos2unix: 2019-07-22 18:25:15,999 DEBG 'watchdog-script' stderr output: converting file /config/core.conf to Unix format... 2019-07-22 18:25:16,038 DEBG 'start-script' stdout output: [info] Default route for container is 172.17.0.1 2019-07-22 18:25:16,041 DEBG 'start-script' stdout output: [info] Adding 209.222.18.222 to /etc/resolv.conf 2019-07-22 18:25:16,044 DEBG 'start-script' stdout output: [info] Adding 1.1.1.1 to /etc/resolv.conf 2019-07-22 18:25:16,047 DEBG 'start-script' stdout output: [info] Adding 8.8.8.8 to /etc/resolv.conf 2019-07-22 18:25:16,050 DEBG 'start-script' stdout output: [info] Adding 209.222.18.218 to /etc/resolv.conf 2019-07-22 18:25:16,052 DEBG 'start-script' stdout output: [info] Adding 1.0.0.1 to /etc/resolv.conf 2019-07-22 18:25:16,055 DEBG 'start-script' stdout output: [info] Adding 8.8.4.4 to /etc/resolv.conf 2019-07-22 18:25:16,101 DEBG 'start-script' stdout output: [info] Attempting to load tun kernel module... 2019-07-22 18:25:16,102 DEBG 'start-script' stderr output: modprobe: FATAL: Module tun not found in directory /lib/modules/5.0.0-20-generic 2019-07-22 18:25:16,102 DEBG 'start-script' stdout output: [warn] Unable to load tun kernel module using modprobe, trying insmod... 2019-07-22 18:25:16,103 DEBG 'start-script' stderr output: insmod: ERROR: could not load module /lib/modules/tun.ko: No such file or directory 2019-07-22 18:25:16,104 DEBG 'start-script' stdout output: [warn] Unable to load tun kernel module, assuming its dynamically loaded 2019-07-22 18:25:16,111 DEBG 'start-script' stdout output: [info] Attempting to load iptable_mangle module... 2019-07-22 18:25:16,112 DEBG 'start-script' stderr output: modprobe: FATAL: Module iptable_mangle not found in directory /lib/modules/5.0.0-20-generic 2019-07-22 18:25:16,112 DEBG 'start-script' stdout output: [warn] Unable to load iptable_mangle module using modprobe, trying insmod... 2019-07-22 18:25:16,113 DEBG 'start-script' stderr output: insmod: ERROR: could not load module /lib/modules/iptable_mangle.ko: No such file or directory 2019-07-22 18:25:16,114 DEBG 'start-script' stdout output: [warn] Unable to load iptable_mangle module, you will not be able to connect to the applications Web UI or Privoxy outside of your LAN [info] unRAID/Ubuntu users: Please attempt to load the module by executing the following on your host: '/sbin/modprobe iptable_mangle' [info] Synology users: Please attempt to load the module by executing the following on your host: 'insmod /lib/modules/iptable_mangle.ko' 2019-07-22 18:25:16,133 DEBG 'start-script' stdout output: [info] Docker network defined as 172.17.0.0/16 2019-07-22 18:25:16,136 DEBG 'start-script' stdout output: [info] Adding 192.168.1.0/24 as route via docker eth0 2019-07-22 18:25:16,137 DEBG 'start-script' stdout output: [info] ip route defined as follows... -------------------- 2019-07-22 18:25:16,137 DEBG 'start-script' stdout output: default via 172.17.0.1 dev eth0 172.17.0.0/16 dev eth0 proto kernel scope link src 172.17.0.2 192.168.1.0/24 via 172.17.0.1 dev eth0 2019-07-22 18:25:16,138 DEBG 'start-script' stdout output: -------------------- 2019-07-22 18:25:16,170 DEBG 'start-script' stdout output: [info] iptables defined as follows... -------------------- 2019-07-22 18:25:16,171 DEBG 'start-script' stdout output: -P INPUT DROP -P FORWARD DROP -P OUTPUT DROP -A INPUT -i tun0 -j ACCEPT -A INPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT -A INPUT -i eth0 -p udp -m udp --sport 1198 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 8112 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --sport 8112 -j ACCEPT -A INPUT -s 192.168.1.0/24 -i eth0 -p tcp -m tcp --dport 58846 -j ACCEPT -A INPUT -s 192.168.1.0/24 -d 172.17.0.0/16 -i eth0 -p tcp -j ACCEPT -A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT -A INPUT -i lo -j ACCEPT -A OUTPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --dport 1198 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --dport 8112 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 8112 -j ACCEPT -A OUTPUT -d 192.168.1.0/24 -o eth0 -p tcp -m tcp --sport 58846 -j ACCEPT -A OUTPUT -s 172.17.0.0/16 -d 192.168.1.0/24 -o eth0 -p tcp -j ACCEPT -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT -A OUTPUT -o lo -j ACCEPT -A OUTPUT -o tun0 -j ACCEPT 2019-07-22 18:25:16,171 DEBG 'start-script' stdout output: -------------------- 2019-07-22 18:25:16,172 DEBG 'start-script' stdout output: [info] Starting OpenVPN... 2019-07-22 18:25:16,177 DEBG 'start-script' stdout output: Mon Jul 22 18:25:16 2019 WARNING: file 'credentials.conf' is group or others accessible Mon Jul 22 18:25:16 2019 OpenVPN 2.4.7 [git:makepkg/2b8aec62d5db2c17+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Feb 19 2019 Mon Jul 22 18:25:16 2019 library versions: OpenSSL 1.1.1c 28 May 2019, LZO 2.10 2019-07-22 18:25:16,178 DEBG 'start-script' stdout output: [info] OpenVPN started Mon Jul 22 18:25:16 2019 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2019-07-22 18:25:16,180 DEBG 'start-script' stdout output: Mon Jul 22 18:25:16 2019 TCP/UDP: Preserving recently used remote address: [AF_INET]172.98.67.88:1198 Mon Jul 22 18:25:16 2019 UDP link local: (not bound) Mon Jul 22 18:25:16 2019 UDP link remote: [AF_INET]172.98.67.88:1198 2019-07-22 18:25:16,372 DEBG 'start-script' stdout output: Mon Jul 22 18:25:16 2019 [0f6bb741d8cfe08e9d67c43afe693fcb] Peer Connection Initiated with [AF_INET]172.98.67.88:1198 as you can tell I can't find out why no passwords will authenticate