February 20, 20233 yr Hello everyone, I recently switched over to UNRAID from Kubuntu for my media server needs. I've managed to get Sonarr and Radarr up and running using the BINHEX containers, as well as the QBittorrent VPN container. However, I'm having trouble getting Sonarr and Radarr to go through the VPN as well. On Kubuntu, I had the same setup and it worked fine. I followed Spaceinvader one's tutorial on how to set up dockers to go through the delugevpn container, and was able to confirm the VPN IP using the curl ifconfig.io option. However, I'm having trouble accessing the WebUI. I've tried adding the IPs to the VPN_INPUT_PORTs as Q24 suggested in the post below, but it hasn't worked for me. I would really appreciate any help or advice on how to get this set up properly. https://github.com/binhex/documentation/blob/master/docker/faq/vpn.md docker run -d --name='binhex-qbittorrentvpn' --net='bridge' --privileged=true -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e HOST_HOSTNAME="server" -e HOST_CONTAINERNAME="binhex-qbittorrentvpn" -e 'VPN_ENABLED'='yes' -e 'VPN_USER'='vpn username' -e 'VPN_PASS'='vpn password' -e 'VPN_PROV'='custom' -e 'VPN_CLIENT'='wireguard' -e 'VPN_OPTIONS'='' -e 'STRICT_PORT_FORWARD'='yes' -e 'ENABLE_PRIVOXY'='yes' -e 'WEBUI_PORT'='8080' -e 'LAN_NETWORK'='192.168.1.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 'VPN_INPUT_PORTS'='8989, 9897' -e 'VPN_OUTPUT_PORTS'='' -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:8080]/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/qbittorrent-icon.png' -p '6881:6881/tcp' -p '6881:6881/udp' -p '8080:8080/tcp' -p '8118:8118/tcp' -p '8989:8989/tcp' -v '/mnt/user/Downloads':'/data':'rw' -v '/mnt/user/appdata/binhex-qbittorrentvpn':'/config':'rw' --sysctl="net.ipv4.conf.all.src_valid_mark=1" 'binhex/arch-qbittorrentvpn' <<LONGSTRING OF CHARACTERS>> Was hoping to get some insight on how to get this to work. Let me know if you require any further info -Tofu
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.