[3469] in testers
Re: [Brett David Rosen] wierd name resolution bug
daemon@ATHENA.MIT.EDU (Michael L Barrow)
Tue May 19 19:45:28 1998
Date: Tue, 19 May 1998 19:45:23 -0400 (EDT)
From: Michael L Barrow <mlbarrow@MIT.EDU>
To: "Michael L. Barrow" <mlbarrow@netf.org>
Cc: Greg Hudson <ghudson@MIT.EDU>, Dan Winship <danw@MIT.EDU>, network@MIT.EDU,
testers@MIT.EDU
I was just bringing up Bind 8 on a machine, so I thought I'd drop this
little info for the heck of it. In the named.conf file, you should put
this in the options stanza:
options {
check-names master warn;
check-names slave warn;
check-names response warn;
};
This will keep the nameserver from punting any "illegal" hostnames that
it gets from a master file (primary in old-BIND-speak), a slave server
(secondary in old-BIND-speak), or a response from another server as in
the case that Brett found.
That's all for now.
-- michael