home | list info | list archive | date index | thread index

[OCLUG-Tech] Re: Linux Digest, Vol 31, Issue 8, dns issue

Note one can ask dns to provide you with querylog information. Debian example;

  rndc querylog
  tail -f /var/log/daemon.log

You may discover that when you look for 'a', .b.c. is being postpended, which it can resolve, whereas asking for a.b.c is actually a query for a.b.c.b.c. which doesn't resolve.

Gord