Guest User

Untitled

a guest
Sep 25th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. $ nslookup
  2. > set d2
  3. > server 1.1.1.1
  4. flush_server_list()
  5. make_server(1.1.1.1)
  6. Default server: 1.1.1.1
  7. Address: 1.1.1.1#53
  8. > google.at.
  9. addlookup()
  10. make_empty_lookup()
  11. looking up google.at.
  12. start_lookup()
  13. setup_lookup(0x7f80a8010208)
  14. resetting lookup counter.
  15. cloning server list
  16. clone_server_list()
  17. make_server(1.1.1.1)
  18. using root origin
  19. recursive query
  20. add_question()
  21. starting to render the message
  22. done rendering
  23. create query 0x10858d008 linked to lookup 0x7f80a8010208
  24. do_lookup()
  25. send_udp(0x10858d008)
  26. bringup_timer()
  27. have local timeout of 5
  28. working on lookup 0x7f80a8010208, query 0x10858d008
  29. sockcount=1
  30. recving with lookup=0x7f80a8010208, query=0x10858d008, sock=0x10858f000
  31. recvcount=1
  32. sending a request
  33. lock_lookup /BuildRoot/Library/Caches/com.apple.xbs/Sources/bind9/bind9-57.3/bind9/bin/dig/dighost.c:2743
  34. success
  35. send_done()
  36. sendcount=0
  37. check_if_done()
  38. list empty
  39. unlock_lookup /BuildRoot/Library/Caches/com.apple.xbs/Sources/bind9/bind9-57.3/bind9/bin/dig/dighost.c:2774
  40.  
  41. $ ping 1.1.1.1
  42. PING 1.1.1.1 (1.1.1.1): 56 data bytes
  43. 64 bytes from 1.1.1.1: icmp_seq=0 ttl=58 time=12.682 ms
  44. 64 bytes from 1.1.1.1: icmp_seq=1 ttl=58 time=10.296 ms
  45. 64 bytes from 1.1.1.1: icmp_seq=2 ttl=58 time=10.796 ms
  46. 64 bytes from 1.1.1.1: icmp_seq=3 ttl=58 time=12.408 ms
  47. 64 bytes from 1.1.1.1: icmp_seq=4 ttl=58 time=10.391 ms
  48. ^C
  49. --- 1.1.1.1 ping statistics ---
  50. 5 packets transmitted, 5 packets received, 0.0% packet loss
  51. round-trip min/avg/max/stddev = 10.296/11.315/12.682/1.022 ms
  52.  
  53. $ traceroute 1.1.1.1
  54. traceroute to 1.1.1.1 (1.1.1.1), 64 hops max, 52 byte packets
  55. 1 192.168.0.1 (192.168.0.1) 0.696 ms 0.386 ms 0.252 ms
  56. 2 * * *
  57. 3 * * *
  58. 4 * * *
  59. 5 * * *
  60. 6 * * *
  61. 7 * * *
  62. 8 * * *
  63. 9 * * *
  64. 10 * * *
  65. 11 * * *
  66. 12 * * *
  67. ^C
  68.  
  69. $ traceroute -I 1.1.1.1
  70. traceroute to 1.1.1.1 (1.1.1.1), 64 hops max, 72 byte packets
  71. 1 192.168.0.1 (192.168.0.1) 0.732 ms 0.352 ms 0.272 ms
  72. 2 * * *
  73. 3 212.33.34.109 (212.33.34.109) 7.246 ms 6.210 ms 5.987 ms
  74. 4 212.33.35.174 (212.33.35.174) 7.908 ms 9.502 ms 7.318 ms
  75. 5 193.203.0.195 (193.203.0.195) 10.286 ms 12.702 ms 10.484 ms
  76. 6 1.1.1.1 (1.1.1.1) 13.425 ms 11.694 ms 10.511 ms
Add Comment
Please, Sign In to add comment