-
[Support] binhex - PrivoxyVPN
Running docker inspect for the container shows: "Networks": { "documents_default": { Looks to be a default network docker created.
-
[Support] binhex - PrivoxyVPN
Docker host is running on Ubuntu. Just checked firewall status and it is inactive. Stumped as to what it could be.
-
[Support] binhex - PrivoxyVPN
Per ifconfig on my macbook inet 10.0.1.5
-
[Support] binhex - PrivoxyVPN
Okay that is what I thought but I still cannot connect. Does anything look incorrect in my compose? privoxyvpn: image: binhex/arch-privoxyvpn privileged: true container_name: privoxyvpn ports: - 8118:8118 - 9118:9118 - 9595:8686 volumes: - ${APPDATA}/privoxyvpn:/config - /etc/localtime:/etc/localtime:ro environment: - VPN_ENABLED=yes - VPN_USER=${VPN_USER} - VPN_PASS=${VPN_PASS} - VPN_PROV=pia - VPN_CLIENT=wireguard - LAN_NETWORK=10.0.1.0/24 - 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 - SOCKS_USER=admin - SOCKS_PASS=socks - ENABLE_SOCKS=yes - ENABLE_PRIVOXY=yes - VPN_INPUT_PORTS=9595 - VPN_OUTPUT_PORTS= - DEBUG=false - UMASK=000 - PUID=${PUID} - PGID=${PGID} sysctls: - net.ipv4.conf.all.src_valid_mark=1 restart: unless-stopped UPDATE: I am able to access the webui now on the same host using localhost:9595 but I cannot access from another device on the same network by IP:PORT.
-
[Support] binhex - PrivoxyVPN
Thank you for the reply. I am not using UNRAID, just the binhex-privoxyvpn container. I know for a fact the container I am trying to use with the VPN is going through the VPN container because I can docker exec into it and do a curl ipinfo.io and it shows an IP coming from the VPN.
-
[Support] binhex - PrivoxyVPN
Can you clarify if the host port or container port should be added to “VPN_INPUT_PORTS”? Thanks.
-
[Support] binhex - PrivoxyVPN
I have successfully routed a container to the privoxyvpn container however I am struggling in getting the WebUI portion working. I added the WebUI port to privoxyvpn. In this case 9595:8686. Which port do I need to add under VPN_INPUT_PORTS/VPN_OUTPUT_PORTS? I have tried multiple combinations but none seem to bring up the webui.
arallop
Members
-
Joined
-
Last visited