reading named_log
dns2pl reads the named_log file
cat named_log | dns2pl | pl2txt | more
dns_lame("65.205.8.11","ad.3ad.doubleclick.net","(in,'3ad.doubleclick.NET'?):","Apr-25","09:00:08" ).
It is what it says. 65.205.8.11 is a lame server when looking up "ad.3ad.doubleclick.net". Those kind of servers slow down DNS lookup und browsing.
dns_zone_loaded("Apr-25","11:21:13","niflheim","20050328").
Bind has just started and loaded "niflheim" zone with serial number "20050328".
dns_zone_loaded("Apr-25","11:21:10","arpa","2005042402").
dns_zone_serial("Apr-25","15:11:11","arpa","2005042500").
axfr_in("Apr-25","15:11:11","192.5.5.241","arpa").
Bind has loaded zone "arpa" from its slave file.
Now it has found a newer serial number.
It downloads the "arpa" zone from host "192.5.5.241".
axfr_out("Apr-24","20:16:08","192.168.48.225","niflheim").
Host "192.168.48.225" downloads the "arpa" zone.
|