Advertisement
Guest User

transcript

a guest
Jul 7th, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. MBAPro:~ garethhowell$ dig domoticz
  2.  
  3. ; <<>> DiG 9.8.3-P1 <<>> domoticz
  4. ;; global options: +cmd
  5. ;; Got answer:
  6. ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 63541
  7. ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
  8.  
  9. ;; QUESTION SECTION:
  10. ;domoticz. IN A
  11.  
  12. ;; ANSWER SECTION:
  13. domoticz. 0 IN A 172.29.12.220
  14.  
  15. ;; Query time: 2 msec
  16. ;; SERVER: 172.29.12.7#53(172.29.12.7)
  17. ;; WHEN: Fri Jul 7 19:11:05 2017
  18. ;; MSG SIZE rcvd: 42
  19.  
  20. MBAPro:~ garethhowell$ dig dashticz
  21.  
  22. ; <<>> DiG 9.8.3-P1 <<>> dashticz
  23. ;; global options: +cmd
  24. ;; Got answer:
  25. ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 27308
  26. ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
  27.  
  28. ;; QUESTION SECTION:
  29. ;dashticz. IN A
  30.  
  31. ;; ANSWER SECTION:
  32. dashticz. 0 IN CNAME domoticz.
  33. domoticz. 0 IN A 172.29.12.220
  34.  
  35. ;; Query time: 3 msec
  36. ;; SERVER: 172.29.12.7#53(172.29.12.7)
  37. ;; WHEN: Fri Jul 7 19:11:12 2017
  38. ;; MSG SIZE rcvd: 64
  39.  
  40. MBAPro:~ garethhowell$ ping domoticz
  41. PING domoticz.agdon.net (172.29.12.220): 56 data bytes
  42. 64 bytes from 172.29.12.220: icmp_seq=0 ttl=64 time=1.703 ms
  43. 64 bytes from 172.29.12.220: icmp_seq=1 ttl=64 time=1.798 ms
  44. 64 bytes from 172.29.12.220: icmp_seq=2 ttl=64 time=2.929 ms
  45. ^C
  46. --- domoticz.agdon.net ping statistics ---
  47. 3 packets transmitted, 3 packets received, 0.0% packet loss
  48. round-trip min/avg/max/stddev = 1.703/2.143/2.929/0.557 ms
  49. MBAPro:~ garethhowell$ ping dashticz
  50. ping: cannot resolve dashticz: Unknown host
  51. MBAPro:~ garethhowell$ ping dashticz.agdon.net
  52. ping: cannot resolve dashticz.agdon.net: Unknown host
  53. MBAPro:~ garethhowell$ ping dashticz.
  54. PING domoticz (172.29.12.220): 56 data bytes
  55. 64 bytes from 172.29.12.220: icmp_seq=0 ttl=64 time=1.083 ms
  56. 64 bytes from 172.29.12.220: icmp_seq=1 ttl=64 time=2.760 ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement