; /etc/namedb/219.42.27 ; This file is consulted when BIND needs to translate an IP address ; into a domain name. The bytes in the address are backwards because ; the heirarchies of domain names and IP addresses are reversed ; relative to each other (whew!)...the "special" domain of "IN-ADDR.ARPA" ; is used to represent addresses that need to be looked up, so if BIND ; needs to translate 219.42.27.10 into a name, it does a lookup on ; "10.27.42.219.IN-ADDR.ARPA", which looks more like a normal domain ; name. "rocky.wossamotta-u.edu" would be returned. ; ; Data for 219.42.27.x (ORIGIN assumed 27.42.219.IN-ADDR.ARPA) ; @ IN SOA ns.wossamotta-u.edu. jward.wossamotta-u.edu. ( ; The following numbers are ; instructions to secondary ; nameservers: 1997021701 ; Serial # (YYYYMMDDNN) used to ; determine when database changes 10800 ; Refresh zone info every 3 hours 3600 ; Retry in an hour if zone transfer ; fails 36000000 ; Expire zone info if can't ; do a zone transfer after 1000 ; hours 86400) ; Minimum TTL (time-to-live) for ; info exported from this zone ; is one day ; ; ***NOTE*** THE FINAL "DOTS" ARE *REQUIRED* IN THE FOLLOWING LINES ; (otherwise, the ORIGIN of 27.42.219.IN-ADDR.ARPA will be appended ; to the names, which is *not* what you want): IN NS ns.wossamotta-u.edu. IN NS ns.arknet.edu. IN NS dns1.megacorp.com. ; 6 IN PTR ns.wossamotta-u.edu. 10 IN PTR rocky.wossamotta-u.edu. 15 IN PTR bullwinkle.wossamotta-u.edu. 21 IN PTR natasha.wossamotta-u.edu. ; ; --the end--