Cache DNS server

edvanleeuwen

Verified User
Joined
Nov 18, 2013
Messages
155
I am trying to install unbound as a cache DNS server. I have followed the installation manual, but am stuck wheh starting it due to the fact that named is listening on the same port. What is the best way to solve this?
 
comment these lines out in named.conf
//listen-on port 53 { 127.0.0.1; };
//listen-on-v6 port 53 { ::1; };
 
Set unbound to use the port 5353. Now everything seems fine.

Add: had to set recursion to yes in named.conf.
 
Last edited:
Back
Top