OPNsense Forum

English Forums => Tutorials and FAQs => Topic started by: petrus on February 06, 2020, 04:36:05 pm

Title: Unbound + BIND How to set up a working config
Post by: petrus on February 06, 2020, 04:36:05 pm
Hi!

I've spent a lot of time trying, I might be able to save someone a few hours:
-configured a loopback interface lo1 10.1.10.10/32
-Unbound:
 -listening on port 53 on internal interfaces
 -local zone type: transparent
 -Outgoing Network Interfaces: lo1
 -custom options:
Code: [Select]
forward-zone:
  name: "."
  forward-addr:10.1.10.10@5353

-BIND listening on lo1 10.1.10.10:5353
 -ACL for recursion 10.1.10.10/32
 -DNSBL activated + local zones configured
 -DNS forwarders set to some public DNS service

NOW COMES THE CATCH:
 -it did not work until I set the
System/Settings/General/DNS Servers to blank


Petrus