Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. ^Cubuntu@ip-10-0-20-165:/etc$ dig a mytest.inside.canvaspophq.com @10.0.0.2
  2.  
  3. ; <<>> DiG 9.9.5-3ubuntu0.2-Ubuntu <<>> a mytest.inside.canvaspophq.com @10.0.0.2
  4. ;; global options: +cmd
  5. ;; Got answer:
  6. ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 38010
  7. ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
  8.  
  9. ;; OPT PSEUDOSECTION:
  10. ; EDNS: version: 0, flags:; udp: 4096
  11. ;; QUESTION SECTION:
  12. ;mytest.inside.canvaspophq.com. IN A
  13.  
  14. ;; ANSWER SECTION:
  15. mytest.inside.canvaspophq.com. 60 IN A 127.0.0.1
  16.  
  17. ;; Query time: 3 msec
  18. ;; SERVER: 10.0.0.2#53(10.0.0.2)
  19. ;; WHEN: Mon Nov 20 19:13:41 UTC 2017
  20. ;; MSG SIZE rcvd: 74
  21.  
  22. ubuntu@ip-10-0-20-165:/etc$ dig a mytest.inside.canvaspophq.com @10.0.0.2 +norec
  23.  
  24. ; <<>> DiG 9.9.5-3ubuntu0.2-Ubuntu <<>> a mytest.inside.canvaspophq.com @10.0.0.2 +norec
  25. ;; global options: +cmd
  26. ;; Got answer:
  27. ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 19063
  28. ;; flags: qr ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
  29.  
  30. ;; OPT PSEUDOSECTION:
  31. ; EDNS: version: 0, flags:; udp: 4096
  32. ;; QUESTION SECTION:
  33. ;mytest.inside.canvaspophq.com. IN A
  34.  
  35. ;; ANSWER SECTION:
  36. mytest.inside.canvaspophq.com. 43 IN A 127.0.0.1
  37.  
  38. ;; Query time: 1 msec
  39. ;; SERVER: 10.0.0.2#53(10.0.0.2)
  40. ;; WHEN: Mon Nov 20 19:13:58 UTC 2017
  41. ;; MSG SIZE rcvd: 74
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement