Betschi
Software-Overclocker(in)
Hallo zusammen, ich bin gerade dabei, am Pi-Hole und Unbound rumzubasteln. Nun habe ich festgestellt, dass gewisse Webseiten "blockiert" werden je nach DNS. Mein Internetprovider ist Sunrise.
Mit Google (8.8.8.8) funktioniert alles richtig:
; <<>> DiG 9.18.33-1~deb12u2-Raspbian <<>> @8.8.8.8 postfinance.ch
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 28342
;; flags: qr rd ra ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;postfinance.ch. IN A
;; ANSWER SECTION:
postfinance.ch. 28 IN A 194.41.166.21
;; Query time: 19 msec
;; SERVER: 8.8.8.8#53(8.8.8.8) (UDP)
;; WHEN: Fri Mar 14 19:23:44 CET 2025
;; MSG SIZE rcvd: 59
Mit dem DNS der "Digitalen Gesellschaft"
kriege ich folgenden Error:
;; communications error to 185.95.218.42#53: connection refused
;; communications error to 185.95.218.42#53: connection refused
;; communications error to 185.95.218.42#53: connection refused
; <<>> DiG 9.18.33-1~deb12u2-Raspbian <<>> @185.95.218.42 postfinance.ch
; (1 server found)
;; global options: +cmd
;; no servers could be reached
Den selben Fehler erhalte ich auch, wenn ich Unbound aktiviere. Hat jemand eine Idee, was ich noch testen könnte?
Mit Google (8.8.8.8) funktioniert alles richtig:
Code:
dig @8.8.8.8 postfinance.ch
; <<>> DiG 9.18.33-1~deb12u2-Raspbian <<>> @8.8.8.8 postfinance.ch
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 28342
;; flags: qr rd ra ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;postfinance.ch. IN A
;; ANSWER SECTION:
postfinance.ch. 28 IN A 194.41.166.21
;; Query time: 19 msec
;; SERVER: 8.8.8.8#53(8.8.8.8) (UDP)
;; WHEN: Fri Mar 14 19:23:44 CET 2025
;; MSG SIZE rcvd: 59
Mit dem DNS der "Digitalen Gesellschaft"
Code:
dig @185.95.218.42 postfinance.ch
;; communications error to 185.95.218.42#53: connection refused
;; communications error to 185.95.218.42#53: connection refused
;; communications error to 185.95.218.42#53: connection refused
; <<>> DiG 9.18.33-1~deb12u2-Raspbian <<>> @185.95.218.42 postfinance.ch
; (1 server found)
;; global options: +cmd
;; no servers could be reached
Den selben Fehler erhalte ich auch, wenn ich Unbound aktiviere. Hat jemand eine Idee, was ich noch testen könnte?