<div dir="ltr">Hi all,<br><br>I'm new to unbound and was hoping to test it as a proof of concept for an ISP. <br><br>My unbound.conf is as follows:<br><br>server:<br>    num-threads: 2<br>    msg-cache-slabs: 4<br>    rrset-cache-slabs: 4<br>
    infra-cache-slabs: 4<br>    key-cache-slabs: 4<br>    rrset-cache-size: 1G<br>    msg-cache-size: 500m<br>    outgoing-range: 450<br>    verbosity: 1<br>    interface: 192.168.1.143<br>    access-control: <a href="http://192.168.1.0/24">192.168.1.0/24</a> allow<br>
    root-hints: "/usr/local/etc/unbound/named.root"<br>    logfile: "/usr/local/etc/unbound/unbound.log"<br>    chroot: ""<br>    username: ""<br><br><br><br>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:<br>
<br>[root@testsrvr mbaki]# nslookup <a href="http://yahoo.com">yahoo.com</a><br>;; connection timed out; no servers could be reached<br><br><br><br>I am running FreeBSD 7.1<br><br><br><br>Thank you<br><br></div>