On Sat, 21 Feb 2009, Monah Baki wrote: > 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: > interface: 192.168.1.143 > access-control: 192.168.1.0/24 allow > 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: 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