In-addr zone does not work on primary

Mark.Andrews at nominum.com Mark.Andrews at nominum.com
Mon Mar 12 23:47:42 UTC 2001


	BIND 8.2.3 treats all error as fatal and refuses to serve
	the zone if it detects a error.  By default named checks
	PTR records in zones ending in-addr.arpa to ensure that
	the names match those allowed by RFC952 as modified by
	RFC1123.  You have a name that falls outside of those that
	are allowed.

	billing_laser.prairiegroup.com is not a legal hostname.

	You can override the default using check-names.

	Named logs all errors that prevent it loading a zone.
	Please check your logs in future.

	Mark

> 
> Hello,
> 
> I have a BIND 8.2.3 running on linux 2.2.16 as a primary and two NT4
> with MS-DNS running as secondarys.
> 
> The problem I am seeing is that reverse lookups do not work to the
> Primary, but do work to the two secondarys.
> 
> Like this, the primary lennon:
> [root at m_mcwhorter m_mcwhorter]# host 104.47.1.28 lennon
> Using domain server:
> Name: lennon.prairiegroup.com
> Address: 104.47.1.21
> Aliases:
> 
> Host not found.
> And mercury is an NT secondary:
> [root at m_mcwhorter m_mcwhorter]# host 104.47.1.28 mercury
> Using domain server:
> Name: mercury.prairiegroup.com
> Address: 104.47.1.8
> Aliases:
> 
> 28.1.47.104.IN-ADDR.ARPA domain name pointer venus.prairiegroup.com
> [root at m_mcwhorter m_mcwhorter]# 
> 
> This seems awfuly strange, I must have scuffed something up.
> 
> In-line at the end are some configs,
> 
> thanks,
> Martin
> 
> /etc/named.conf
> -----------------------------
> options {
> 	directory "/var/named";
> };
> zone "." {
> 	type hint;
> 	file "named.ca";
> };
> zone "0.0.127.in-addr.arpa"{
> 	type master;
> 	file "named.local";
> };
> zone "router.prairiegroup.com"{
> 	type master;
> 	file "router.prairiegroup.com";
> };
> zone "104.in-addr.arpa"{
> 	type master;
> 	file "104.in-addr.arpa";
> };
> zone "10.in-addr.arpa"{
> 	type master;
> 	file "10.in-addr.arpa";
> };
> zone "prairiegroup.com"{
> 	type slave;
> 	file "prairiegroup.com";
> 	masters { 104.47.1.28; };
> };
> --------------------------------
> /var/named/104.in-addr.arpa
> --------------------------------
> ;
> ;  Database file 104.in-addr.arpa.dns for 104.in-addr.arpa zone.
> ;      Zone version:  82
> ;
> 
> @                       IN	SOA	lennon.prairiegroup.com.
> root.prairiegroup.com.	(
>                         2001030800          ; serial number
>                         28800        ; refresh
>                         14400         ; retry
> 			604800   ; expire
>                         86400       ; minimum TTL
> 			)
> ;
> ;  
> 
> @			IN	NS	lennon.prairiegroup.com.
> @			IN	NS	venus.prairiegroup.com.
> @			IN	NS	mercury.prairiegroup.com.
> 			
> 
> ;
> ;  Zone records
> ;
> 
> $ORIGIN 1.1.104.in-addr.arpa.
> 1  	PTR	snake.router.prairiegroup.com.
> 2  	PTR	dog.prairiegroup.com.
> 10 	PTR	horse.router.prairiegroup.com.
> 11 	PTR	pig.prairiegroup.com.
> 12 	PTR	rat.prairiegroup.com.
> 20 	PTR	rabbit.router.prairiegroup.com.
> $ORIGIN 1.47.104.in-addr.arpa.
> 6  	PTR	clussap.prairiegroup.com.
> 8  	PTR	mercury.prairiegroup.com.
> 9  	PTR	saphelp.prairiegroup.com.
> 11 	PTR	appserve.prairiegroup.com.
> 12 	PTR	qcserve.prairiegroup.com.
> 13 	PTR	devel.prairiegroup.com.
> 14 	PTR	primdom.prairiegroup.com.
> 15 	PTR	backdom.prairiegroup.com.
> 17 	PTR	homer.prairiegroup.com.
> 18 	PTR	mickey.prairiegroup.com.
> 19 	PTR	pooh.prairiegroup.com.
> 21 	PTR	lennon.prairiegroup.com.
> 25 	PTR	daffy.prairiegroup.com.
> 26 	PTR	minnie.prairiegroup.com.
> 27 	PTR	dumbo.prairiegroup.com.
> 28 	PTR	redbook.prairiegroup.com.
> 29 	PTR	woody.prairiegroup.com.
> 30 	PTR	mars.prairiegroup.com.
> 31 	PTR	tigger.prairiegroup.com.
> 105	PTR	proxy.prairiegroup.com.
> $ORIGIN 165.47.104.in-addr.arpa.
> 1  	PTR	igor.prairiegroup.com.
> 3  	PTR	lb1srv.prairiegroup.com.
> 5  	PTR	frmsrv.prairiegroup.com.
> 8  	PTR	misptr.prairiegroup.com.
> 9  	PTR	credit.prairiegroup.com.
> 10 	PTR	form2.prairiegroup.com.
> 11 	PTR	misclr.prairiegroup.com.
> 12 	PTR	form4.prairiegroup.com.
> 14 	PTR	billing_laser.prairiegroup.com.
> 15 	PTR	form3.prairiegroup.com.
> 16 	PTR	ibctic.prairiegroup.com.
> 24 	PTR	pluto.prairiegroup.com.
> 27 	PTR	sftclr.prairiegroup.com.
> 
> 
> 
> 
> 
> -- 
> Martin McWhorter
> Network Administrator
> Prairie
> 708 563 5832
> 
--
Mark Andrews, Nominum Inc.
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark.Andrews at nominum.com


More information about the bind-users mailing list