[13687] in Athena Bugs
decmips 7.7M: named config files
daemon@ATHENA.MIT.EDU (-----------------------------)
Tue Jul 25 20:59:22 1995
To: bugs@MIT.EDU
Date: Tue, 25 Jul 1995 20:59:15 EDT
From: ----------------------------- <tlyu@MIT.EDU>
System name: yaz-pistachio
Type and version: KN02ca 7.7M (2 update(s) to same version)
Display type: PMAG-DV
What were you trying to do?
reverse-resolve localhost
What's wrong:
The named goes and looks offsite for the information.
What should have happened:
localhost should reverse-resolve without having to do a lookup
somewhere offsite.
Please describe any relevant documentation references:
This patch to named.mit should work; the other possible
solution is to use some variant of localhost.rev, such as
/afs/net/admin/hosts/localhost.rev.
--- named.mit.old Fri Jun 17 09:55:34 1994
+++ named.mit Tue Jul 25 20:53:43 1995
@@ -14,6 +14,10 @@
LOCALHOST.MIT.EDU. IN A 127.0.0.1 ; I know, it's a crock...
+; more localhost hardwiring
+1.0.0.127.IN-ADDR.ARPA IN PTR localhost.
+0.0.127.IN-ADDR.ARPA IN NS localhost.mit.edu.
+
; The local servers
MIT.EDU. 60 IN NS BITSY.MIT.EDU.
MIT.EDU. 60 IN NS W20NS.MIT.EDU.