Newbie

Hi all,

I’m new to unbound and was hoping to test it as a proof of concept for an ISP.

My unbound.conf is as follows:

server:
num-threads: 2
msg-cache-slabs: 4
rrset-cache-slabs: 4
infra-cache-slabs: 4
key-cache-slabs: 4
rrset-cache-size: 1G
msg-cache-size: 500m
outgoing-range: 450
verbosity: 1
interface: 192.168.1.143
access-control: 192.168.1.0/24 allow
root-hints: “/usr/local/etc/unbound/named.root”
logfile: “/usr/local/etc/unbound/unbound.log”
chroot: “”
username: “”

I am able to resolve domains if I am physically on the server. If I were to go to another box and modify the /etc/resolv.conf to the IP address of the unbound, i get the following:

[root@testsrvr mbaki]# nslookup yahoo.com
;; connection timed out; no servers could be reached

I am running FreeBSD 7.1

Thank you

did you point resolv.conf to 192.168.1.143? And not some other address?
If not, then I would expect some firewall rules from blocking it. Confirm
with tcpdump that the packets arrive?

Paul