dig works but dig +trace <domain_name> not working

Posted by anoopmathew on Stack Overflow See other posts from Stack Overflow or by anoopmathew
Published on 2012-10-13T09:31:40Z Indexed on 2012/10/13 9:37 UTC
Read the original article Hit count: 277

Filed under:

In my local system i can't get the proper result of dig +trace , but dig works fine. I'm using Ubuntu 10.04 LTS version. I'll attach the result of dig and dig +trace along with this updates.

dig +trace gmail.com

; <<>> DiG 9.7.0-P1 <<>> +trace gmail.com ;; global options: +cmd ;; Received 12 bytes from 4.2.2.4#53(4.2.2.4) in 291 ms

dig gmail.com

; <<>> DiG 9.7.0-P1 <<>> gmail.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 59528 ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION: ;gmail.com. IN A

;; ANSWER SECTION: gmail.com. 49 IN A 74.125.236.118 gmail.com. 49 IN A 74.125.236.117

;; Query time: 302 msec ;; SERVER: 4.2.2.4#53(4.2.2.4) ;; WHEN: Sat Oct 13 14:57:56 2012 ;; MSG SIZE rcvd: 59

Please anyone update a solution for this issue. I'm just worried about my issue.

© Stack Overflow or respective owner

Related posts about ubuntu-10.04