[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: DNS bind lookup problem



Michael Rudmin said:

> @ IN NS dns.intra.vydunas.lt
> 221 IN PTR ugnis.intra.vydunas.lt
> 239 IN PTR wilhelm.intra.vydunas.lt
> 254 IN PTR gate.intra.vydunas.lt

on my BIND 8 systems the PTR records must be terminated with a period:

221 IN PTR ugnis.intra.vydunas.lt.

but that shouldn't affect your current situation. what does the logs
say?

try putting

logging {
category queries { default_syslog; };
category response-checks { default_syslog; };
category config { default_syslog; };
};

in your named config and restart the service, and check the log
to be sure the zone loads ok, and when you query for that name check
that the server recieved the query(should show up in the log)

nate





Reply to: