Thank to all.
But...Till, i have look this
http://www.howtoforge.com/forums/arc...p/t-32577.html
where you say : mydns is not a dns-resolver...install dnsmasq....
http://www.howtoforge.com/mydns_mydn...on_ubuntu_edgy
The result is the same:
dig -t any @ns1.domain.it mysite.it
; <<>> DiG 9.3.2-P2.1 <<>> -t any @ns1.domain.it mysite.it
; (1 server found)
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 11683
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;mysite.it. IN ANY
;; Query time: 28 msec
;; SERVER: 79.125.20.184#53(79.125.20.184)
;; WHEN: Wed Jun 23 17:41:35 2010
;; MSG SIZE rcvd: 27
Also command ... i have cancelled "-t any"....but my authority .it fail the nameserver
dig @ns1.monweb.it mysite.it.
; <<>> DiG 9.7.0-P1 <<>> @ns1.domain.it mysite.it.
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 56137
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1
;; QUESTION SECTION:
;mysite.it. IN A
;; ANSWER SECTION:
mysite.it. 86400 IN A 79.125.20.184
;; AUTHORITY SECTION:
mysite.it. 86400 IN NS ns1.domain.it.
;; ADDITIONAL SECTION:
ns1.domain.it. 86400 IN A 79.125.20.184
;; Query time: 2 msec
;; SERVER: 79.125.20.184#53(79.125.20.184)
;; WHEN: Wed Jun 23 16:26:50 2010
;; MSG SIZE rcvd: 84