You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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.
Privoxy seems to be no longer reachable while the port seems open.
Maybe is firewall closed?
The text was updated successfully, but these errors were encountered: