In data venerdì 23 novembre 2018 19:30:30 CET, Per Jessen ha scritto:
stakanov wrote:
In data venerdì 23 novembre 2018 18:45:25 CET, Per Jessen ha scritto:
stakanov wrote:
In data venerdì 23 novembre 2018 17:42:56 CET, Patrick Shanahan ha
scritto:
* stakanov <stakanov@eclipso.eu> [11-23-18 11:29]:
what it does: I tries to assign localhost address to 192.168.0.1 on 8118 but..... my localhost address is different from 192.168.0.1 and is attributed and should be updated via networkmanager. It is a total other subnet. It is logical that it cannot get an address for 192.168.0.1. Networkmanager with more than one user open seems a mess in KDE. It shows I am connected to network "ssid B" while I am connected to network "ssid A". The first user that did set up the connection is shown rightly that you are connected to ssid A. I will report that as a bug too, as this is again a kind of regression they had in the past.
your machines localhost address is 127.0.0.1. 192.168.0.1 is either your routers config address of the address the router give your machine, but it is NOT localhost.
In the config it is 127.0.0.1. And the internal subnet is 192.168.xx.xx where the x values are clearly different to the 192.168.0.1 I have no clue why this is given to privoxy.
More importantly, where does privoxy get it from? When you started it from the command line, it still got hold of 192.168.0.1, weird odd.
ifconig gives the correct values. And the wireless gives the correct value. arp -a gives the correct value.
So this is IMO the problem. For some reason it is not updated on the real IP. Where could that happen?
It never would/should be. There should be no reason to change the privoxy config just because your IP address changes. Use localhost/127.0.0.1.
Well, none of my boxes have 192.168.0.1.
And it is not specified in the config either? There is no file in /var/lib/privoxy that contains 192.168.0.1 ?
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? _________________________________________________________________ ________________________________________________________ Ihre E-Mail-Postfächer sicher & zentral an einem Ort. Jetzt wechseln und alte E-Mail-Adresse mitnehmen! https://www.eclipso.de -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org