Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
Tutorials and FAQs
»
Unbound + BIND How to set up a working config
« previous
next »
Print
Pages: [
1
]
Author
Topic: Unbound + BIND How to set up a working config (Read 2772 times)
petrus
Newbie
Posts: 29
Karma: 1
Unbound + BIND How to set up a working config
«
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
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
Tutorials and FAQs
»
Unbound + BIND How to set up a working config