The number you're using is greater than 4294967295, it's too big. The serial is a unsigned 32-bit integer field, yours will only fit if you up that 64-bit which will kind of break the published packet structure rather a lot.
Cheers, Chris On 30 April 2014 11:03, Ken Peng <[email protected]> wrote: > Hi, > > I update the SOA with nsupdate but got the error: > > [20140430175917] 30-Apr-2014 17:59:17.384 dns_rdata_fromtext: > buffer-0xb61c2bbc:1: near '8000999999': out of range > invalid rdata format: out of range > syntax error > > 8000999999 is the serial I setup. > The server is linux 32bit OS. > nameserver is BIND9.7. > > Can you tell what's wrong? > > Thanks. > _______________________________________________ > dns-operations mailing list > [email protected] > https://lists.dns-oarc.net/mailman/listinfo/dns-operations > dns-jobs mailing list > https://lists.dns-oarc.net/mailman/listinfo/dns-jobs >
_______________________________________________ dns-operations mailing list [email protected] https://lists.dns-oarc.net/mailman/listinfo/dns-operations dns-jobs mailing list https://lists.dns-oarc.net/mailman/listinfo/dns-jobs
