binhex / arch-qbittorrentvpn

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

Privoxy no longer working? #78

Open normanu opened 3 years ago

normanu commented 3 years ago

Privoxy seems to be no longer reachable while the port seems open. Maybe is firewall closed?

rssnyder commented 3 years ago

Same thing here. I see this in startup logs:

2021-02-21 19:47:27,710 DEBG 'watchdog-script' stdout output:
[info] Attempting to start Privoxy...

2021-02-21 19:47:28,717 DEBG 'watchdog-script' stdout output:
[info] Privoxy process started
[info] Waiting for Privoxy process to start listening on port 8118...

2021-02-21 19:47:28,723 DEBG 'watchdog-script' stdout output:
[info] Privoxy process listening on port 8118

But am unable to connect via firefox proxy settings or http(s)_proxy in linux.

$ nc 192.168.0.4 8118 -vvv
nc: connect to 192.168.0.4 port 8118 (tcp) failed: Connection timed out
normanu commented 3 years ago

@rssnyder with me it was not the container it was docker itself. Somehow if containers start to quickly after each other you get a iptables reservation error. You need to restart docker and start each container one by one.