.it domain, whats wrong with this nameserver?

hi, I've a strange problem... one of my customers asked me to register a new .it domain and I've added a zone file like this:


$ttl 38400
@ IN SOA customersdomain.it. dns.myserver.com. (
1919967899
86400
3600
604800
86400 )
IN NS ns1.myserver.com.
IN NS ns2.myserver.com.
IN MX 10 customersdomain.it.
IN A xxx.xx.xxx.221
www IN CNAME customersdomain.it.


now I've received an email from the italian registrar telling me he is unable to register this domain because:

> > DNSCHECK [NS1.MYSERVER.COM]: FAILED
> >
> > Using domain server xxx.xx.xxx.99:
> > Trying null domain
> > rcode = 0 (Success), ancount=5
> > CUSTOMERSDOMAIN.IT 38400 IN SOA CUSTOMERSDOMAIN.IT dns.myserver.com(
> > 1917067899 ;serial (version)
> > 10800 ;refresh period
> > 3600 ;retry interval
> > 432000 ;expire time
> > 38400 ;default ttl
> > )
> > CUSTOMERSDOMAIN.IT 38400 IN NS ns2.myserver.com
> > CUSTOMERSDOMAIN.IT 38400 IN NS ns1.myserver.com
> > CUSTOMERSDOMAIN.IT 38400 IN MX 10 CUSTOMERSDOMAIN.IT
> > CUSTOMERSDOMAIN.IT 38400 IN A xxx.xx.xxx.221
> >
> >
> >
> > *ERROR*: The nameserver indicated in the SOA record, i.e. the primary
> > nameserver, should be the first value of the nserver tag
> > in the application template.
> >
> > *ERROR*: The primary nameserver indicated in the SOA record
> > should have an associated NS record


is somebody of you able what's wrong? I can't really understand what this error means... .it domain, whats wrong with this nameserver?

thanks a lot for your help!

P.S. this line of the registrars check is correct, it reflects the real IP address of my NS1 ( > > Using domain server xxx.xx.xxx.99 )

 

 

 

 

Top