Advertisement
Guest User

Untitled

a guest
Feb 27th, 2020
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. root@local-altinity-clickhouse-operator:/home/vagrant# dig @10.96.0.10 figna.local
  2.  
  3. ; <<>> DiG 9.11.3-1ubuntu1.11-Ubuntu <<>> @10.96.0.10 figna.local
  4. ; (1 server found)
  5. ;; global options: +cmd
  6. ;; Got answer:
  7. ;; WARNING: .local is reserved for Multicast DNS
  8. ;; You are currently testing what happens when an mDNS query is leaked to DNS
  9. ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 24743
  10. ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
  11.  
  12. ;; OPT PSEUDOSECTION:
  13. ; EDNS: version: 0, flags:; udp: 4096
  14. ;; QUESTION SECTION:
  15. ;figna.local. IN A
  16.  
  17. ;; Query time: 7 msec
  18. ;; SERVER: 10.96.0.10#53(10.96.0.10)
  19. ;; WHEN: Thu Feb 27 20:34:22 UTC 2020
  20. ;; MSG SIZE rcvd: 40
  21.  
  22. root@local-altinity-clickhouse-operator:/home/vagrant# dig @10.96.0.10 figna.cluster.local
  23.  
  24. ; <<>> DiG 9.11.3-1ubuntu1.11-Ubuntu <<>> @10.96.0.10 figna.cluster.local
  25. ; (1 server found)
  26. ;; global options: +cmd
  27. ;; Got answer:
  28. ;; WARNING: .local is reserved for Multicast DNS
  29. ;; You are currently testing what happens when an mDNS query is leaked to DNS
  30. ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 12207
  31. ;; flags: qr aa rd; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
  32. ;; WARNING: recursion requested but not available
  33.  
  34. ;; OPT PSEUDOSECTION:
  35. ; EDNS: version: 0, flags:; udp: 4096
  36. ; COOKIE: cfc0d56822b1c7ba (echoed)
  37. ;; QUESTION SECTION:
  38. ;figna.cluster.local. IN A
  39.  
  40. ;; AUTHORITY SECTION:
  41. cluster.local. 30 IN SOA ns.dns.cluster.local. hostmaster.cluster.local. 1582835324 7200 1800 86400 30
  42.  
  43. ;; Query time: 0 msec
  44. ;; SERVER: 10.96.0.10#53(10.96.0.10)
  45. ;; WHEN: Thu Feb 27 20:34:22 UTC 2020
  46. ;; MSG SIZE rcvd: 153
  47.  
  48. root@local-altinity-clickhouse-operator:/home/vagrant# dig @10.96.0.10 figna.svc.cluster.local
  49.  
  50. ; <<>> DiG 9.11.3-1ubuntu1.11-Ubuntu <<>> @10.96.0.10 figna.svc.cluster.local
  51. ; (1 server found)
  52. ;; global options: +cmd
  53. ;; Got answer:
  54. ;; WARNING: .local is reserved for Multicast DNS
  55. ;; You are currently testing what happens when an mDNS query is leaked to DNS
  56. ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 1634
  57. ;; flags: qr aa rd; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
  58. ;; WARNING: recursion requested but not available
  59.  
  60. ;; OPT PSEUDOSECTION:
  61. ; EDNS: version: 0, flags:; udp: 4096
  62. ; COOKIE: b6a16cdd302da100 (echoed)
  63. ;; QUESTION SECTION:
  64. ;figna.svc.cluster.local. IN A
  65.  
  66. ;; AUTHORITY SECTION:
  67. cluster.local. 30 IN SOA ns.dns.cluster.local. hostmaster.cluster.local. 1582835324 7200 1800 86400 30
  68.  
  69. ;; Query time: 0 msec
  70. ;; SERVER: 10.96.0.10#53(10.96.0.10)
  71. ;; WHEN: Thu Feb 27 20:34:22 UTC 2020
  72. ;; MSG SIZE rcvd: 157
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement