binhex / arch-qbittorrentvpn

Docker build script for Arch Linux base with qBittorrent, Privoxy and OpenVPN
GNU General Public License v3.0
443 stars 47 forks source link

vpn.mn #189

Open stgreenb opened 1 year ago

stgreenb commented 1 year ago

Following along with the FAQ about using VPN input ports I am trying to replicate using compose (instead of unraid) to have another container (just for testing a webtop) use arch-qbittorentvpn's VPN.

I currently have a working arch-qbittorentvpn who's container_name is qbittorrentvpn . I modified the compose file for the qibittorentvpn container and added the new env items and the ports:

    environment:
      - VPN_INPUT_PORTS=3100,3101
    ports:
      - 3100:3000
      - 3101:3001

And modified the webtop (linuxserver/webtop) to add a new network_mode and remove its ports.

    network_mode: 'container:qbittorrentvpn'
#    ports:
#      - 3100:3000
#      - 3101:3001

Unfortunately, with the above modifications, port 3100 does not return a response.