Hi all I've set up ISPConfig3 with two nameservers, ns11 and ns12. They're working so far. The only thing is that, when digging/looking up a domain, ns12 doesn't answer with an additional section. ns11 Code: dig @ns11.mydomain.me mydomain.me ; <<>> DiG 9.7.3 <<>> @ns11.mydomain.me mydomain.me ; (1 server found) ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 62345 ;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2 ;; WARNING: recursion requested but not available ;; QUESTION SECTION: ;mydomain.me. IN A ;; ANSWER SECTION: mydomain.me. 86400 IN A --ip-- ;; AUTHORITY SECTION: mydomain.me. 86400 IN NS ns12.mydomain.me. mydomain.me. 86400 IN NS ns11.mydomain.me. ;; ADDITIONAL SECTION: ns11.mydomain.me. 86400 IN A --ns11-ip-- ns12.mydomain.me. 86400 IN A --ns12-ip-- ;; Query time: 28 msec ;; SERVER: --ns11-ip-#53 ns12 is missing the ADDITIONAL SECTION. How can i fix this?