binhex / arch-delugevpn

Docker build script for Arch Linux base with Deluge, Privoxy and OpenVPN
GNU General Public License v3.0
679 stars 111 forks source link

Can't access UI even with VPN disabled #296

Open philippmeixner opened 2 years ago

philippmeixner commented 2 years ago

Summary Fresh setup with VPN & Privoxy disabled, no errors in logs, CLI works and can ping in local network, but accessing http://localhost:58846/ always throws ERR_CONNECTION_RESET.

Config docker run -d --cap-add=NET_ADMIN -p 8112:8112 -p 8118:8118 -p 58846:58846 -p 58946:58946 --name=delugevpn04novpn -v "/C/Users/User/.docker/delugevpn04novpn/data:/data" -v "/C/Users/User/.docker/delugevpn04novpn/config:/config" -v /etc/localtime:/etc/localtime:ro -e VPN_ENABLED=no -e ENABLE_PRIVOXY=no -e LAN_NETWORK=192.168.0.0/24 -e NAME_SERVERS=10.2.6.1 -e DELUGE_DAEMON_LOG_LEVEL=debug -e DELUGE_WEB_LOG_LEVEL=debug -e DEBUG=yes -e UMASK=000 -e PUID=0 -e PGID=0 binhex/arch-delugevpn

Logs supervisord.log: https://pastebin.com/pijD67Dr deluged.log: https://pastebin.com/Czbzg4sq

Details Versions: (Only Latest) Docker Desktop 4.2.0 (70708), arch-delugevpn 2.0.4.dev56+g2e466101f-1-03 Network: PC running Docker has 192.168.0.20 I have the same issue with VPN & Privoxy enabled, but this should narrow the possible problems down quite a bit.

Concluded Troubleshooting Steps

nalsai commented 2 years ago

This is pretty late, but 58846 is the port for connecting a deluge thin client. You can't access it with your browser. 8112 is the WebUI

elibrody commented 2 years ago

Having the same issue (yes I am using the correct port)