Closed Aranethon closed 2 years ago
Hello there, maybe setting the Deluge network to none is the problem?
I'm not super familiar with the Unraid setting though.
You just have to publish the port of the web ui on gluetun to access it, there is no need to fiddle with FIREWALL_INPUT_PORTS
or FIREWALL_VPN_INPUT_PORTS
really.
If that doesn't work, isn't there a way to use docker-compose.yml
files in Unraid?
I've looked all over and tried a number of solutions, but unfortunately I'm still having issues getting Deluge to work while the container is routed through Gluetun.
I'm using Unraid. My VPN is Surfshark, using OpenVPN. I connect my Deluge container to my Gluetun container by adding Deluge's ports to Gluetun then setting up Deluge's network to
none
, and its extra parameters to--net=container:GluetunVPN
. Doing this I am able to access the WebUI, and the VPN IP is correct, but no seeds will connect. The status returnsError: Host not found (authoritative)
I've also attempted to add the ports to
FIREWALL_INPUT_PORTS:
andFIREWALL_VPN_INPUT_PORTS:
both independently and together with the same results. Lastly I turned off the Firewall completely, and the problem still remained.What else can I do to try and fix this issue?