@2malH said in DNS Resolver/Unbound is not resolving:
So unfortunately no one has an idea on how to fix this or what I'm missing/overseeing in the configuration?
Can't really see why unbound refuses to work ....
For testes, use the SSH (or console) access, it far more easier to work with.
Like :
dig @127.0.0.1 google.com ANY
This :
07b5db2b-30db-4f15-8cb9-fed61da9d83d-image.png
both are set to "All", right ?
Like ae34bc35-69c8-48d3-8657-db0f38d5b875-image.png
218d37dc-37de-4cf2-8efe-7947f12097df-image.png
Your unbound.conf mentions that you included other lines, like
forward-zone:
name: "."
forward-ssl-upstream: yes
forward-addr: 1.1.1.1@853
forward-addr: 1.0.0.1@853
What happens if you back your settings, and reset your settings, make you WAN work (and do nothing more) : does unbound work now ?
If so, compare actual, resetted settings with your back up settings.
Btw : you do not block TCP port 53 traffic with a floating firewall rule, right ? (DNS can also be TCP, not only UDP, especially if you ask DNSSEC info)
These :
log-queries: yes
log-replies: yes
will 'explode' your logs as there will be a huge number of log lines.
Remember : to much info kills the info.