BIND problem

Barry Margolin barmar at genuity.net
Tue Jul 31 17:18:32 UTC 2001


In article <9jn80h$b3j at pub3.rc.vix.com>,
 <Suzanne.VanPatten at Gunter.AF.mil> wrote:
>
>Seems like your serial number is too big (out of bound), take off final
>digit, it should work (2001072514)

No, that's not the problem; BIND simply lets it overflow, computing
<serial> mod 2^32.

I think the real problem is the newline between "ns207.ovh.net." and
"hostmaster.ndsoftware.net.".  This is causing it to treat the latter as a
new record, not part of the SOA record.  And 21600 is being interpreted as
the record type.

>
>-----Original Message-----
>From: NDSoftware [mailto:extml at ndsoftware.net]
>Sent: Wednesday, July 25, 2001 2:14 PM
>To: Mailing-List BIND
>Subject: BIND problem
>
>
>
>Hi,
>
>My config file
>
>ndsoftware.net.	IN	SOA	ns207.ovh.net.
>hostmaster.ndsoftware.net. (
>			20010725148
>			21600
>			3600
>			604800
>			86400 )
>
>
>Le message:
>
>Jul 25 21:11:33 ns207 named[26763]: dns_rdata_fromtext:
>/var/named/ndsoftware.net.hosts:3: near '21600': out of range
>Jul 25 21:11:33 ns207 named[26763]: dns_zone_load: zone
>ndsoftware.net/IN: loading master file /var/named/ndsoftware.net.hosts:
>out of range
>
>Why ?
>How I can fix it ?
>
>Thanks
>
>
>


-- 
Barry Margolin, barmar at genuity.net
Genuity, Woburn, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.


More information about the bind-users mailing list