forwarders.conf file request

General eFa discussion
Post Reply
irow
Posts: 20
Joined: 30 Sep 2015 01:53

forwarders.conf file request

Post by irow »

I am having trouble making DNS recursion work. Regardless of whether recursion (settings > 4) is turned on, I receive errors that some of my block list lookups are being blocked. As a temporary fix, I turned my Windows DNS server to non-forwarding mode and that solved the block list fails, but the solution is not ideal because Windows DNS servers are about 10 times slower when they are not set to use forwarders.

Will someone please post a working /etc/unbound/conf.d/forwarders.conf file from 3.0.0.9 that I can reference to troubleshoot the problem?
User avatar
pdwalker
Posts: 1583
Joined: 18 Mar 2015 09:16

Re: forwarders.conf file request

Post by pdwalker »

Code: Select all

  name: "."
  forward-addr: x.y.z.a
  forward-addr: x.y.z.b
x.y.z.a and x.y.z.b are the ip addresses of my internal, non forwarding, caching dns servers.
irow
Posts: 20
Joined: 30 Sep 2015 01:53

Re: forwarders.conf file request

Post by irow »

Thank you. My current file did not have the local DNS servers listed. Here's what I had:

Code: Select all

forward-zone:
  name: "."
  forward-first: yes
User avatar
pdwalker
Posts: 1583
Joined: 18 Mar 2015 09:16

Re: forwarders.conf file request

Post by pdwalker »

Is your problem resolved now?
irow
Posts: 20
Joined: 30 Sep 2015 01:53

Re: forwarders.conf file request

Post by irow »

Not quite, because what I was hoping to do was avoid having to use a local non-forwarding DNS server for the entire network. I would prefer to have unbound act as an EFA-only caching non-forwarding DNS server, but I'm not sure that's actually how it works when DNS recursion is enabled.
Post Reply