In data sabato 24 novembre 2018 13:49:22 CET, Per Jessen ha scritto:
stakanov wrote:
In data sabato 24 novembre 2018 13:32:28 CET, Per Jessen ha scritto:
stakanov wrote:
O.K. I installed tcpdump (and thank you for the program, very useful).
tcpdump is probably my favourite utility :-)
So the system proxy in KDE is set to use privoxy. But it does not work as when I do set: use systemproxy in falcon, then the result is silence.
Okay, it sounds like it should work, but at least it's a different issue.
When I do set manually http:// to 127.0.0.1 and 8118 which are the default settings of privoxy it does not open any page, but it calls it. Albeit there is something odd again, why it call on port 35234 too????
[snip tcpdump]
This looks good - your browser is talking to privoxy, the first two lines show a connection between port 35198 to 8118 being requested and acknowledged. A little later, there is new connection from 35200, looks good. To really know what is being exchanged, wireshark is useful, but this is good enough for now.
To be honest, I do not really understand the output. It is not functional but for some reasons it interacts.
Yes, you need a decent understanding of tcp/ip to read the output in detail, but like you say, your browser is at least interacting with privoxy interacts.
I would suggest another tcpdump -
tcpdump -n -i eth0 host 23.50.104.180
Replace 'eth0' with whatever is your main interface, maybe wlan0. 23.50.104.180 is weather.com.
This will hopefully show traffic to and from 23.50.104.180, from your 192.168 address.
And that fails: tcpdump -n -i wlan1 host 23.50.104.180 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on wlan1, link-type EN10MB (Ethernet), capture size 262144 bytes
You went to weather.com and wlan1 is your default route - 'ip route show' ?
The browser shows ERR_TUNNEL_CONNECTION_FAILED
Try some other websites maybe. https://www.dns24.ch/ (185.85.251.249).
ip route show default via 192.168.50.1 dev wlan1 proto dhcp metric 600 192.168.50.0/24 dev wlan1 proto kernel scope link src 192.168.50.37 metric 600 the command gives: tcpdump -n -i wlan1 host 185.85.251.249 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on wlan1, link-type EN10MB (Ethernet), capture size 262144 bytes And that is what is it all about. In the browser: Impossibile raggiungere il sito La pagina web all'indirizzo https://www.dns24.ch/ potrebbe essere temporaneamente non disponibile oppure è stata permanentemente spostata a un nuovo indirizzo web. ERR_TUNNEL_CONNECTION_FAILED still from privoxy all should be O.K.: sudo systemctl status privoxy.service privoxy.service - Privoxy Web Proxy With Advanced Filtering Capabilities Loaded: loaded (/usr/lib/systemd/system/privoxy.service; enabled; vendor preset: disabled) Active: active (running) since Sat 2018-11-24 09:09:30 CET; 5h 26min ago Process: 2778 ExecReload=/bin/kill -HUP $MAINPID (code=exited, status=0/ SUCCESS) Process: 1834 ExecStart=/usr/sbin/privoxy --chroot --pidfile /run/ privoxy.pid --user privoxy /etc/config (code=exited, sta> Process: 1830 ExecStartPre=/usr/bin/cp -upf /lib64/libresolv.so.2 /lib64/ libnss_dns.so.2 /var/lib/privoxy/lib64/ (code=exi> Process: 1824 ExecStartPre=/usr/bin/cp -upf /etc/resolv.conf /etc/host.conf /etc/hosts /etc/localtime /var/lib/privoxy/etc> Main PID: 1840 (privoxy) Tasks: 1 (limit: 4915) CGroup: /system.slice/privoxy.service └─1840 /usr/sbin/privoxy --chroot --pidfile /run/privoxy.pid --user privoxy /etc/config nov 24 09:09:29 roadrunner systemd[1]: Starting Privoxy Web Proxy With Advanced Filtering Capabilities... nov 24 09:09:30 roadrunner systemd[1]: Started Privoxy Web Proxy With Advanced Filtering Capabilities. nov 24 09:10:31 roadrunner.suse systemd[1]: Reloading Privoxy Web Proxy With Advanced Filtering Capabilities. nov 24 09:10:31 roadrunner.suse systemd[1]: Reloaded Privoxy Web Proxy With Advanced Filtering Capabilities. _________________________________________________________________ ________________________________________________________ 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