Pi-Hole und Unbound Debian Bullseye Probleme

Zwei Tage Fehler gesucht und irgendwelche Schwierigkeiten mit der o.g Konfig gehabt. Nur mein Smartphone zeigt ein ! auf dem WLAN-Symbol. Drüber gestolpert bin ich,weil auf meinem Dual-Boot System die Linuxinstallation keine Updates mehr ziehen konnte

zum Beispiel bringt ein „dig“ auf sigok.verteiltesysteme.net (wie in den Anleitungen zu unbound auf dem pi-hole beschrieben) zwar NOERROR ,aber auch in der Antwort nur „sigok.verteiltesysteme.net. 41 IN A“ – da gehört aber die IP-Adresse in die Antwort.

Perfiderweise meldet der Test auf https://dnssec.vs.uni-due.de auch DNSSEC OK.

Die Lösung hab ich auf Reddit gefunden:

If you are running Raspbian Bullseye, it is using resolvconf, which can create an unwanted forwarding file for unbound. You can verify this with the following command from the Pi terminal, which will show all uncommented lines in the unbound configuration directories.

sudo grep -v ‚#\|^$‘ -R /etc/unbound/unbound.conf*

If you have the unwanted file, do the following:

Edit file /etc/resolvconf.conf and comment out the last line which should read:

unbound_conf=/etc/unbound/unbound.conf.d/resolvconf_resolvers.conf
Delete the unwanted unbound configuration file:

sudo rm /etc/unbound/unbound.conf.d/resolvconf_resolvers.conf

restart unbound:

sudo service unbound restart

https://www.reddit.com/r/pihole/comments/rnoyw0/dns_shows_ips_other_than_my_own_with_unbound/hpts7o1/?utm_source=share&utm_medium=ios_app&utm_name=iossmf&context=3

 

Jetzt sollte das ordentlich funktionieren