Can't access the UI for Sonarr when routing through Deluge


Recommended Posts

Today I tried to follow spaceinvaderone's instructions to route my traffic through my Deluge VPN.  I followed his instructions, but it seems they are pretty far out of date.  I saw Binhex had some information about forcing IP tables when using privoxy so I tried that as well.  I tried using a custom network, a bridge network, adding a proxy in Sonarr, and every combination I could think of one step at a time, testing, and then making another change and testing, and so on.  The traffic is getting routed through the VPN and the IP's are the same, but no UI when I use the host IP and the port I added to Deluge that Sonarr is using.

 

So I've now brought the configs back to the one's recommended by spaceinvaderone, checked it is routing correctly, and since I'm out of ideas, I've come here.  This doesn't seem like a very complex thing to do; is there no up to date guide as to how to configure this? 

 

DELUGE
docker run
  -d
  --name='binhex-delugevpn'
  --net='bridge'
  --privileged=true
  -e TZ="America/Chicago"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="Goathead"
  -e HOST_CONTAINERNAME="binhex-delugevpn"
  -e 'VPN_ENABLED'='yes'
  -e 'VPN_USER'='redacted'
  -e 'VPN_PASS'='redacted'
  -e 'VPN_PROV'='pia'
  -e 'VPN_CLIENT'='openvpn'
  -e 'VPN_OPTIONS'=''
  -e 'STRICT_PORT_FORWARD'='yes'
  -e 'ENABLE_PRIVOXY'='yes'
  -e 'ENABLE_STARTUP_SCRIPTS'='no'
  -e 'LAN_NETWORK'='192.168.30.0/24'
  -e 'NAME_SERVERS'='84.200.69.80,37.235.1.174,1.1.1.1,37.235.1.177,84.200.70.40,1.0.0.1'
  -e 'DELUGE_DAEMON_LOG_LEVEL'='info'
  -e 'DELUGE_WEB_LOG_LEVEL'='info'
  -e 'DELUGE_ENABLE_WEBUI_PASSWORD'='no'
  -e 'DEBUG'='false'
  -e 'UMASK'='000'
  -e 'PUID'='99'
  -e 'PGID'='100'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:8112]/'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/deluge-icon.png'
  -p '8112:8112/tcp'
  -p '58846:58846/tcp'
  -p '58946:58946/tcp'
  -p '58946:58946/udp'
  -p '8119:8118/tcp'
  -p '8989:8989/udp'
  -v '/mnt/user/downloads/incomplete/':'/data':'rw'
  -v '/mnt/user/appdata/binhex-delugevpn':'/config':'rw'
  --sysctl="net.ipv4.conf.all.src_valid_mark=1" 'binhex/arch-delugevpn'
89232f89a5bdbcc4c91637007b3c53a19cc922c99090cb41d0cac6b5d23a0c41

The command finished successfully!

SONARR

docker run
  -d
  --name='binhex-sonarr'
  -e TZ="America/Chicago"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="Goathead"
  -e HOST_CONTAINERNAME="binhex-sonarr"
  -e 'UMASK'='000'
  -e 'PUID'='99'
  -e 'PGID'='100'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:8989]/'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/sonarr-icon.png'
  -v '/mnt/user/downloads/':'/data':'rw'
  -v '/mnt/user/unraiddata/tv/':'/media':'rw'
  -v '/mnt/user/appdata/binhex-sonarr':'/config':'rw'
  --net=container:binhex-delugevpn 'binhex/arch-sonarr'
269128ea2d045cb29a5ac558f4b3566c6366b4b8a491ec84795c4af972873348

The command finished successfully!

Studio Snippet 2024-03-16 at 18.19.27.jpg

Edited by JonathanM
removed credentials
Link to comment
13 hours ago, Bmalone said:

since I'm out of ideas, I've come here.

binhexe's FAQ, specifically Q24, details what is needed.

 

Since you posted your PIA credentials openly you need to change them ASAP.

 

Further discussion on this topic should be continued in the support thread for the container,

 

Link to comment
Guest
This topic is now closed to further replies.