BKG

Members
  • Posts

    36
  • Joined

  • Last visited

Everything posted by BKG

  1. hi @DeBaschdi, I did the install the plugin and everything seemed to be going well but when I get to START THE SERVER it jusut not happening. Any clue? Thanks.
  2. Just tested with the downloads and it does exactly what I wanted. Thanks @JonathamM
  3. bare with me please... so the end result should be like in the screen shot?
  4. I see. I thought /config/qBittorrent/downloads is the place wher the QB is saving the torrent files and not the actual downloaded content. Forgive my ignorance, my downloading days were long in the past 10 years ago and i now almost start from scratch. Also, i am new to dockers and thought if I specified the path in the container template it would overwrite the rest. So to be clear the current /config/qBittorrent/downloads path must be changed to /mnt/user/MULTIMEDIA/downloads?
  5. Hi wgstarks, i have one more question to ask for the downloaded data. I have modified the path for /mnt/user/appdata/ to a new path on the dedicated share, but the download content still lands in the /mnt/cache/appdata/binhex-qbittorrentvpn/qBittorrent/downloads. Do I have to do anything with the download management in the qbittorrent? Thanks,
  6. !!!it works now with 8088!!! but i did try that earlier by changing the manually in the web browser from 8080-to-8088 and it didn't work. I think I know what was the problem: when I tried originally it did not work even when I manually changed the port 8080-to8088 in the browser after trying the WEBUI. I believe the reason for that was that i was trying the container without the VPN config file being placed into the ovpn folder. Now, it works with the default port 8080 which I just changed in the config. Now, it works with only one network in the LAN_NETWORK 192.168.0.0/24 Verdict - it needs to have a valid ovpn config in order to run. It seems there is no need to change the default port. @binhex, @wgstarks, Thanks for all your patience and help.
  7. @wgstarks I know, that is the problem. No matter what changes I make to the port it sticks with 8080.
  8. tried that too... here is the snap shot.
  9. the IP of the PC is 192.168.20.0/24 network but passed to other subnets in my network setup. For example, i can hit my router on 192.168.0.0/24 network, my cameras on 192.168.10.0/24 network, and my unraid on 192.168.10.0/24.
  10. The other thing is - the port is not changing from 8080 to 8088
  11. container LAN is 192.168.0.0/24. unless i am confusing this question with something else. Thanks,
  12. i presented the PDF as a backup to show that each individual network is working properly with its respective components - VMs, dockers except for the WEBUI for the QB. As a troubleshooting step i downloaded and installed the other QB build which works with the same network parameters, but doesn't have VPN built-in like yours does (see attached). See attached picture. I do believe the problem is in the setup. Can yo please expand on this quote above? Thanks,
  13. No , I don't try and use the VM to connect to QB. I presented the PDF to reflect the high-level picture of what I have and that I can connect to to other docker-containers on the 192.168.0.0/24 network. I do not use the 192.168.10.0/24 network to connect to QB. Again, I have two physical networks right now, one allocated to VM and the other to Docker.
  14. Hi binhex, see my answers below and also attached visual aid to back up. I am attempting to connect on the LAN. I am trying to get to the WEBUI. I have two physical NICs. eth0 is bridged and allocated to server control and VM network. eth1 is bridged and allocated to Docker network(see attached). Controllers are in the separate IOMMU groups. I am using eth1(br1) to connect to the QBVPN container on the 192.168.0.0/24 network. I can hit other containers on the eth1(br1) 192.168.0.0/24 network(see attached). I can hit VM on the eth0(br0) 192.168.10.0/24 network(see attached). I don't quite get your guidance, which I quoted in the above reply, where you referencing your "SECRET SAUCE" where you tell to add an additional port and delete the original one. I think that is where the problem is in my case. I would really appreciate if you can share the screen shot of your setup to compare. Thanks, docker_VM-layout.pdf
  15. pretty sure I put the right one. I did this before with QNAP and also on my ANDROID TV . I fetched from the log that the VPN is connecting. I reducted few things as ******** in the log, but it shows it successfully connects and obtaind VPN IP. What bothers me is not the VPN but the fact I can't get it to show the WEBUI.
  16. This is where I am floating. I followed this but I think i did something wrong.
  17. Done that now and container starts. From the log I can see that the opnvpn file is working(log attached). Still can not hit the WEBUI. Connection is on bridge. Can you look at the log if you have time? Thanks, supervisord.log
  18. I was not setting anything up yet in terms of Downloads and VPN creds. Just want to make sure the docker works properly first and then will edit. Here is the log below hopefully that is the correct one i opened up appdata/binhex-qbittorrentvpn/supervisord.log. Also, now for some reason I can't start the qbVPN anymore. Thanks.
  19. here it is with the network set back to br1. I have two NICs on this server eth0 is bridged to br0 and eth1 is bridged to br1. bro is for the system control and VM and br1 is for the dockers. I have other dockers and VM working fine. root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker create --name='binhex-qbittorrentvpn' --net='br1' --privileged=true -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'TCP_PORT_6881'='6881' -e 'UDP_PORT_6881'='6881' -e 'TCP_PORT_8088'='8088' -e 'TCP_PORT_8118'='8118' -e 'VPN_ENABLED'='yes' -e 'VPN_USER'='vpn username' -e 'VPN_PASS'='vpn password' -e 'VPN_PROV'='pia' -e 'VPN_CLIENT'='openvpn' -e 'VPN_OPTIONS'='' -e 'STRICT_PORT_FORWARD'='yes' -e 'ENABLE_PRIVOXY'='no' -e 'WEBUI_PORT'='8088' -e 'LAN_NETWORK'='192.168.0.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'='' -e 'VPN_OUTPUT_PORTS'='' -e 'DEBUG'='false' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -v '/mnt/user/appdata/data':'/data':'rw' -v '/mnt/user/appdata/binhex-qbittorrentvpn':'/config':'rw' --sysctl="net.ipv4.conf.all.src_valid_mark=1" 'binhex/arch-qbittorrentvpn' a0cbe5f8248e40a706e990a03ba5eaa8109d67e85728b242f09e74f8dd3e1fc1 The command finished successfully!
  20. it does change the port when I change network to bridge, but still no webui
  21. no matter what I do, it doesn't change the default port 8080
  22. I think I followed to the "T" but still when I start the docker it shows port 8080. I think i don't quite get the directions from binhex on the page #1 where he is saying that you have to add the new port and delete the existing one.
  23. i am definitely messing something up here. I changed the settings back to original and still couldn't start the docker. I reinstalled the docker and cleaned up the directory and reinstalled. I can now start the docker with network set to - br1 but no WEBUI