two nameserver, two ip, one host problem.

/dev/rob0 rob0 at gmx.co.uk
Wed Nov 9 23:31:58 UTC 2005


On Wednesday 2005-November-09 16:41, Kevin Darcy wrote:
> named.conf #1: listen-on { localhost; x.x.x.x; };
>
> named.conf #2: listen-on { y.y.y.y; };

Correct me if I'm wrong, but in this context "localhost" is the built- 
in ACL which refers to all interfaces on the machine, so neither could 
use it without a negation:

named.conf #1: listen-on { ! y.y.y.y; localhost; };

named.conf #2: listen-on { y.y.y.y; };
-- 
    mail to this address is discarded unless "/dev/rob0"
    or "not-spam" is in Subject: header



More information about the bind-users mailing list