solaris 11.4 dig WARNING: recursion requested but not available
Hello,
I'm not sure when this happened but I was trying to verify some information from my Windows DNS servers from a solaris machine but the answer was empty as if the records disn't exist. However, if I ping the name I'm looking for, it finds it without a problem. One thing I see in the dig response is this:
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: FORMERR, id: 53066
;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
;; WARNING: recursion requested but not available
I'm trying an internal address, I don't think there should be any recursion required.I also tried with the +norecurse option but I don't get an answer either.