Penguin

Differences between current version and predecessor to the previous major change of LameServer.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 6 Last edited on Friday, April 14, 2006 3:21:36 am by AndreiKoptev
Older page: version 4 Last edited on Wednesday, November 24, 2004 4:15:35 pm by MikeBeattie Revert
@@ -4,9 +4,20 @@
  
  Aug 7 00:57:37 colo named[[827]: lame server resolving '98.96-27.40.119.62.in-addr.arpa' (in '96-27.40.119.62.in-addr.arpa'?): 62.119.40.115#53 
  
 in your BIND logs, then BIND has queried a lame server. In this case, 62.119.40.115 is mentioned as being authoritative somewhere for the zone 98.96-27.40.119.62.in-addr.arpa, but when BIND queries it, it discovers that 62.119.40.115 is not authoritative, and logs that message. The [SysAdmin] at the other end needs to get a clue and fix his DNS. 
+  
+If you are an administrator and got tired from all these messages in your logs, you can easily disable this "lame server" logging once and for all. Just add the following directive in your /etc/named.conf (or whereever your named.conf is on your machine):  
+  
+<pre>  
+logging {  
+category lame-servers { null; };  
+  
+};  
+</pre>  
+  
+That's it.  
  
 See the [Weekly Lame Delegation report|http://www.cymru.com/DNS/lame.html] 
  
 ---- 
 CategoryDns