On 11/4/2014 13:07, [email protected] wrote: > > Have a FreeBSD 10 machine. Have two outside IPs bound to it. First IP > has NSD running as an authoritative server. This is specified > specifically in the interface entry of nsd.conf. > > Trying to run caching/recursive nameserver with unbound on the second > IP. I specified the following entries in unbound.conf: > > interface: 127.0.0.1 > interface: <Second IP> ... > Any ideas why I can't get answers on the second IP?
I suspect it might have to do with the default access-control options (which limit to localhost only and refuse everyone else). You can also see if unbound listens to the IP correctly: `netstat -tulpnW | grep unbound` Can you paste your entire unbound.conf please (including any included files)? -- staticsafe https://staticsafe.ca _______________________________________________ Unbound-users mailing list [email protected] http://unbound.nlnetlabs.nl/mailman/listinfo/unbound-users
