On 23/11/2018 19.39, stakanov wrote:
In data venerdì 23 novembre 2018 19:30:30 CET, Per Jessen ha scritto:
stakanov wrote:
find /var/lib/privoxy -type f | xargs grep 192.168
There it is, actually I do not know why it is there: # find /var/lib/privoxy -type f | xargs grep 192.168 /var/lib/privoxy/etc/config:# address 192.168.0.1 on your local private network /var/lib/privoxy/etc/config:# (192.168.0.0) and has another outside connection with a /var/lib/privoxy/etc/config: listen-address 192.168.0.1:8118 /var/lib/privoxy/etc/config:# Allow access from any host on the 26-bit subnet 192.168.45.64 /var/lib/privoxy/etc/config:# to anywhere, with the exception that 192.168.45.73 may not /var/lib/privoxy/etc/config:# permit-access 192.168.45.64/26 /var/lib/privoxy/etc/config:# deny-access 192.168.45.73 www.dirty-stuff.example.com /var/lib/privoxy/etc/config:# forward 192.168.*.*/ . /var/lib/privoxy/log/logfile:2018-11-23 10:38:29.409 7f9468ae3f00 Fatal error: can't bind to 192.168.0.1:8118: Cannot assign requested address /var/lib/privoxy/log/logfile:2018-11-23 10:56:59.018 7fa206d0ff00 Fatal error: can't bind to 192.168.0.1:8118: Cannot assign requested address /var/lib/privoxy/log/logfile:2018-11-23 17:18:04.708 7f609c410f00 Fatal error: can't bind to 192.168.0.1:8118: Cannot assign requested address /var/lib/privoxy/log/logfile:2018-11-23 17:59:52.906 7f38f3fb1f00 Fatal error: can't bind to 192.168.0.1:8118: Cannot assign requested address
"/var/lib/privoxy/etc/config: listen-address 192.168.0.1:8118" is so to say the culprit. Should this not be set to local host by default?
Educated guess: No. This is an unused address in your local network, where privoxy listen for connections. Thus any machine in your LAN may use that proxy. -- Cheers / Saludos, Carlos E. R. (from 42.3 x86_64 "Malachite" at Telcontar)