Guest User

Untitled

a guest
Sep 23rd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. $ dig howtogit.net +trace
  2. (output truncated)
  3. howtogit.net. 20 IN A 159.65.199.87
  4. ;; Received 57 bytes from 198.51.44.1#53(dns1.p01.nsone.net) in 18 ms
  5.  
  6. $ nslookup howtogit.net
  7. Server: 192.168.1.1
  8. Address: 192.168.1.1#53
  9.  
  10. ** server can't find howtogit.net: SERVFAIL
  11.  
  12. $ dig @8.8.8.8 howtogit.net
  13.  
  14. ; <<>> DiG 9.10.6 <<>> @8.8.8.8 howtogit.net
  15. ; (1 server found)
  16. ;; global options: +cmd
  17. ;; Got answer:
  18. ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 63809
  19. ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
  20.  
  21. ;; OPT PSEUDOSECTION:
  22. ; EDNS: version: 0, flags:; udp: 512
  23. ;; QUESTION SECTION:
  24. ;howtogit.net. IN A
  25.  
  26. ;; Query time: 43 msec
  27. ;; SERVER: 8.8.8.8#53(8.8.8.8)
  28. ;; WHEN: Sun Sep 23 13:05:50 CEST 2018
  29. ;; MSG SIZE rcvd: 41
Add Comment
Please, Sign In to add comment