arch-qbittorrentvpn icon indicating copy to clipboard operation
arch-qbittorrentvpn copied to clipboard

Privoxy no longer working?

Open normanu opened this issue 5 years ago • 2 comments

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

normanu avatar Jan 28 '21 16:01 normanu

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

rssnyder avatar Feb 22 '21 01:02 rssnyder

@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.

normanu avatar Feb 22 '21 07:02 normanu