Hello, I have a strange problem with BIND... It works mostly ok, however at least for some host names the resolve fails. I mean
# dig traktir.ru ; <<>> DiG 9.1.3 <<>> traktir.ru ;; global options: printcmd ;; connection timed out; no servers could be reached If I try my ISP's nameserver (actcom), I get the same answer. However, when I try some other DNS server (like my hosting provider, ns1.pair.com, or ns1.barak.net.il), I get this (correct answer): # dig @ns1.barak.net.il traktir.ru ; <<>> DiG 9.1.3 <<>> @ns1.barak.net.il traktir.ru ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 37355 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2 ;; QUESTION SECTION: ;traktir.ru. IN A ;; ANSWER SECTION: traktir.ru. 3595 IN A 212.24.32.164 ;; AUTHORITY SECTION: traktir.ru. 86395 IN NS ns0.gremlin.ru. traktir.ru. 86395 IN NS ns1.gremlin.ru. ;; ADDITIONAL SECTION: ns0.gremlin.ru. 86395 IN A 212.24.47.32 ns1.gremlin.ru. 86395 IN A 212.24.32.164 ;; Query time: 171 msec ;; SERVER: 206.49.94.234#53(ns1.barak.net.il) ;; WHEN: Sun Feb 3 18:14:22 2002 ;; MSG SIZE rcvd: 122 The question is, how should I start debugging this problem, because I fear this problem could be wider then I think it is ... I'm reasonably sure it's not my firewall rules (disabled - same result), or something equally trivial. The system is RedHat 7.2, bind 9.1.3 Thanks in advance, Haim Gelfenbeyn. ================================================================To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
