Re: can't resolve some addresses
Jeff King <[email protected]>
| Newsgroups | gmane.network.djbdns |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Apr 06, 2009 at 05:54:07AM +0300, Alex Efros wrote: > Actually, it turned out requests ain't really same, there difference in flags: > dnscache send flags 0x0100 (Recursion desired: Do query recursively) > while dnsq send flags 0x0000. dnscache will send with the RD bit set if you have FORWARDONLY set in your environment. Can you check that it is disabled (and remember that even setting FORWARDONLY=0 is not sufficient; it must not be defined at all). Thank you for testing without the additional patches; that helps narrow the possible problem sources. -Peff