classless dns issue

Mark Andrews Mark_Andrews at isc.org
Thu Jan 5 23:14:40 UTC 2006


> I'm having problems with my first foray into classless dns.
> 
> I'm getting this error "SOA record not at top of zone
> (128/27.201.1.64.in-addr.arpa)"
> 
> here's the top part of my 64.1.201.rev file.

	Rename it to 128.64.1.201.rev as it is not the reverse
	file for 201.1.64.in-addr.arpa.  128.64.1.201.rev at least
	reflects the start of the address range in use.

> 128/27.201.1.64.in-addr.arpa.     IN  SOA  itchy.kcjn.com
> dns.horvitznewspapers.net. (
>           2006010607	; Serial Number
>           86400		; Refresh (1 day)
>           600		        ; Retry (10 minutes)
>           2592000   	; Expire (30 days)
>           259200          ; Default TTL (3 days)
>      )
>           IN     NS     itchy.kcjn.com.
>           IN     NS     scratchy.kcjn.com.
>           IN     NS     poochie.kcjn.com.
> 
> Ideas?  It looks like it's at the top to me.

	It's not the logical top of the zone which is the
	name of the zone.

	Make yourself a slave for 201.1.64.in-addr.arpa

		zone "201.1.64.in-addr.arpa" {
			type slave;
			masters { 207.155.183.72; };
			file "64.1.201.rev";
			notify no;
		};

	and a master for 128/27.201.1.64.in-addr.arpa.

		zone "128/27.201.1.64.in-addr.arpa" {
			type master;
			file "128.64.1.201.rev";
		};
 
	Mark

> --Bryan
> 
> 
--
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark_Andrews at isc.org



More information about the bind-users mailing list