I got master server with main DNS and a slave server with 2nd and 3rd DNS
On slave server:
ps aux | grep dns
root 21673 0.3 0.0 4148 312 pts/3 S 17:24 0:00 tcpserver -vDRHl0 -x tcp.cdb -- 0.0.0.0 53 //bin/axfrdns
tinydns 21677 0.3 0.0 4108 316 pts/3 S 17:24 0:00 //bin/tinydns
root 21690 0.0 0.0 103304 832 pts/3 S+ 17:25 0:00 grep dns
Seems to be all ok, but when I try to resolve domains on this server it shows:
"ERROR: One or more of your nameservers did not respond:
The ones that did not respond are:" here 2nd and 3rd DNS.
When I change /var/tinydns/env to specific slave IP then it resolves, but when I do something like:
1.1.1.1/2.2.2.2
then djbdns refuses to start which didn't happend before :/