Jump to content

plenty_box

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by plenty_box

  1. I didn't notice the quote, so I'm late replying. The solution was really simple for me. The local IP address listed in the LAN\_NETWORK section of the configuration was wrong. By changing it to my actual local address, I was able to access the webUI even with VPN enabled! [binhex's faq](https://github.com/binhex/documentation/blob/master/docker/faq/vpn.md) helps a lot. Q32. I can access the Web UI for the application when connected to my LAN, but when i connect to my LAN via a VPN connection i can no longer access the Web UI, why is this and how do i fix it? A32. Due to strict ip table rules unless you add the network range configured for your VPN server to LAN\_NETWORK then you will be blocked from aceessing the Web UI (and proxy if enabled). To fix this you need to append the VPN network to LAN\_NETWORK using a commaa to separate values, if you are unsure how to identify the network range then see Q4.
  2. Hello. thanks for replying here is the command docker run -d --name='binhex-qbit-doujin' --net='nova' --privileged=true -e HOST_OS="Unraid" -e HOST_HOSTNAME="Unraid" -e HOST_CONTAINERNAME="binhex-qbit-2" -e 'VPN_ENABLED'='no' -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'='no' -e 'ENABLE_PRIVOXY'='no' -e 'WEBUI_PORT'='8686' -e 'LAN_NETWORK'='192.168.1.0/24' -e 'NAME_SERVERS'='[redacted]' -e 'VPN_INPUT_PORTS'='' -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 '6882:6881/tcp' -p '6882:6881/udp' -p '8119:8118/tcp' -p '8686:8686/tcp' -v '/mnt/user/appdata/data':'/data':'rw' -v '/mnt/user/appdata/binhex-qbittorrentvpn-doujin':'/config':'rw' --sysctl="net.ipv4.conf.all.src_valid_mark=1" 'binhex/arch-qbittorrentvpn:4.6.0-1-01' f9bee275571ffd175e987b363c834880e32d023f35b396e40bf3850da3d4a6f5 The command finished successfully!
  3. Hello, I can't access to webUI of second instance of this container. I followed this guide for changing port. Because it conflicts with existing, original one. The container is running fine, and the logs show that it is listening on the reconfigured port, but when I try to access the webUI, it does not connect. If I disable the VPN, I can access the webUI. However, when I press the webUI button (the button with the earth symbol) from the unraid docker tab, the link I am sent to is the default port 8080, not the port I set according to the guide. The strange thing is that that wireguard cofig file works fine in the original (i.e. 1st) docker container. Any ideas? Thanks in advance.
×
×
  • Create New...