Advertisement
Guest User

Connectivity diagnostics Cloudflare DNS on Tele2 network

a guest
Oct 23rd, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1. $ dig example.com @1.1.1.1
  2.  
  3. ; <<>> DiG 9.11.3-1ubuntu1.2-Ubuntu <<>> example.com @1.1.1.1
  4. ;; global options: +cmd
  5. ;; connection timed out; no servers could be reached
  6.  
  7. -------------------
  8. $ dig example.com @1.0.0.1
  9.  
  10. ; <<>> DiG 9.11.3-1ubuntu1.2-Ubuntu <<>> example.com @1.0.0.1
  11. ;; global options: +cmd
  12. ;; Got answer:
  13. ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 60643
  14. ;; flags: qr rd ra ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
  15.  
  16. ;; OPT PSEUDOSECTION:
  17. ; EDNS: version: 0, flags:; udp: 1452
  18. ;; QUESTION SECTION:
  19. ;example.com. IN A
  20.  
  21. ;; ANSWER SECTION:
  22. example.com. 10746 IN A 93.184.216.34
  23.  
  24. ;; Query time: 48 msec
  25. ;; SERVER: 1.0.0.1#53(1.0.0.1)
  26. ;; WHEN: Tue Oct 23 23:23:02 DST 2018
  27. ;; MSG SIZE rcvd: 56
  28.  
  29. -------------------
  30. $ dig example.com @8.8.8.8
  31.  
  32. ; <<>> DiG 9.11.3-1ubuntu1.2-Ubuntu <<>> example.com @8.8.8.8
  33. ;; global options: +cmd
  34. ;; Got answer:
  35. ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 36977
  36. ;; flags: qr rd ra ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
  37.  
  38. ;; OPT PSEUDOSECTION:
  39. ; EDNS: version: 0, flags:; udp: 512
  40. ;; QUESTION SECTION:
  41. ;example.com. IN A
  42.  
  43. ;; ANSWER SECTION:
  44. example.com. 13563 IN A 93.184.216.34
  45.  
  46. ;; Query time: 20 msec
  47. ;; SERVER: 8.8.8.8#53(8.8.8.8)
  48. ;; WHEN: Tue Oct 23 23:23:02 DST 2018
  49. ;; MSG SIZE rcvd: 56
  50.  
  51. -------------------
  52. $ dig +short CHAOS TXT id.server @1.1.1.1
  53. ;; connection timed out; no servers could be reached
  54.  
  55. -------------------
  56. $ dig +short CHAOS TXT id.server @1.0.0.1
  57. "AMS"
  58.  
  59. -------------------
  60. $ traceroute 1.1.1.1
  61. traceroute to 1.1.1.1 (1.1.1.1), 30 hops max, 60 byte packets
  62. 1 * * *
  63. 2 * * *
  64. 3 * * *
  65. 4 * * *
  66. 5 * * *
  67. 6 * * *
  68. 7 * * *
  69. 8 * * *
  70. 9 * * *
  71. 10 * * *
  72. 11 * * *
  73. 12 * * *
  74. 13 * * *
  75. 14 * * *
  76. 15 * * *
  77. 16 * * *
  78. 17 * * *
  79. 18 * * *
  80. 19 * * *
  81. 20 * * *
  82. 21 * * *
  83. 22 * * *
  84. 23 * * *
  85. 24 * * *
  86. 25 * * *
  87. 26 * * *
  88. 27 * * *
  89. 28 * * *
  90. 29 * * *
  91. 30 * * *
  92.  
  93. -------------------
  94. $ traceroute 1.0.0.1
  95. traceroute to 1.0.0.1 (1.0.0.1), 30 hops max, 60 byte packets
  96. 1 * * *
  97. 2 * * *
  98. 3 * * *
  99. 4 * * *
  100. 5 * * *
  101. 6 * * *
  102. 7 * * *
  103. 8 * * *
  104. 9 * * *
  105. 10 * * *
  106. 11 * * *
  107. 12 * * *
  108. 13 * * *
  109. 14 * * *
  110. 15 * * *
  111. 16 * * *
  112. 17 * * *
  113. 18 * * *
  114. 19 * * *
  115. 20 * * *
  116. 21 * * *
  117. 22 * * *
  118. 23 * * *
  119. 24 * * *
  120. 25 * * *
  121. 26 * * *
  122. 27 * * *
  123. 28 * * *
  124. 29 * * *
  125. 30 * * *
  126.  
  127. -------------------
  128. $ dig +short CHAOS TXT id.server @1.1.1.1
  129. ;; connection timed out; no servers could be reached
  130.  
  131. -------------------
  132. $ dig +short CHAOS TXT id.server @1.0.0.1
  133. "AMS"
  134.  
  135. -------------------
  136. $ dig +tcp @1.1.1.1 id.server CH TXT
  137. ;; Connection to 1.1.1.1#53(1.1.1.1) for id.server failed: timed out.
  138. ;; Connection to 1.1.1.1#53(1.1.1.1) for id.server failed: timed out.
  139.  
  140. ; <<>> DiG 9.11.3-1ubuntu1.2-Ubuntu <<>> +tcp @1.1.1.1 id.server CH TXT
  141. ; (1 server found)
  142. ;; global options: +cmd
  143. ;; connection timed out; no servers could be reached
  144. ;; Connection to 1.1.1.1#53(1.1.1.1) for id.server failed: timed out.
  145.  
  146. -------------------
  147. $ dig +tcp @1.0.0.1 id.server CH TXT
  148.  
  149. ; <<>> DiG 9.11.3-1ubuntu1.2-Ubuntu <<>> +tcp @1.0.0.1 id.server CH TXT
  150. ; (1 server found)
  151. ;; global options: +cmd
  152. ;; Got answer:
  153. ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 18793
  154. ;; flags: qr rd ra ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
  155.  
  156. ;; OPT PSEUDOSECTION:
  157. ; EDNS: version: 0, flags:; udp: 1452
  158. ;; QUESTION SECTION:
  159. ;id.server. CH TXT
  160.  
  161. ;; ANSWER SECTION:
  162. id.server. 0 CH TXT "AMS"
  163.  
  164. ;; Query time: 23 msec
  165. ;; SERVER: 1.0.0.1#53(1.0.0.1)
  166. ;; WHEN: Tue Oct 23 23:25:03 DST 2018
  167. ;; MSG SIZE rcvd: 54
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement