Advertisement
ajhlinuxuser

Networking: DNS: trying to understand subdomain conventions

Sep 2nd, 2013
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. adam@201wdc0t2:~$ ping -c 1 ip68-14-174-230.ok.ok.cox.net
  2. PING ip68-14-174-230.ok.ok.cox.net (68.14.174.230) 56(84) bytes of data.
  3. 64 bytes from ip68-14-174-230.ok.ok.cox.net (68.14.174.230): icmp_req=1 ttl=52 time=196 ms
  4.  
  5. --- ip68-14-174-230.ok.ok.cox.net ping statistics ---
  6. 1 packets transmitted, 1 received, 0% packet loss, time 0ms
  7. rtt min/avg/max/mdev = 196.350/196.350/196.350/0.000 ms
  8.  
  9.  
  10.  
  11. adam@201wdc0t2:~$ ping -c 1 ok.ok.cox.net
  12. ping: unknown host ok.ok.cox.net
  13.  
  14.  
  15.  
  16. adam@201wdc0t2:~$ ping -c 1 ok.cox.net
  17. ping: unknown host ok.cox.net
  18.  
  19.  
  20.  
  21. adam@201wdc0t2:~$ ping -c 1 cox.net
  22. PING cox.net (68.99.123.161) 56(84) bytes of data.
  23. 64 bytes from ww2.cox.com (68.99.123.161): icmp_req=1 ttl=53 time=58.2 ms
  24.  
  25. --- cox.net ping statistics ---
  26. 1 packets transmitted, 1 received, 0% packet loss, time 0ms
  27. rtt min/avg/max/mdev = 58.241/58.241/58.241/0.000 ms
  28.  
  29.  
  30.  
  31. adam@201wdc0t2:~$ ping -c 1 net
  32. ping: unknown host net
  33.  
  34.  
  35. -----
  36.  
  37.  
  38. Delivery to the following recipient failed permanently:
  39.  
  40.  
  41. Technical details of permanent failure:
  42. DNS Error: DNS server returned answer with no data
  43.  
  44. Delivery to the following recipient failed permanently:
  45.  
  46.  
  47.  
  48. Technical details of permanent failure:
  49. DNS Error: DNS server returned answer with no data
  50.  
  51.  
  52. (I sent an email to [email protected]... it didn't come back)
  53.  
  54.  
  55. -----
  56.  
  57.  
  58. let's try the www's
  59.  
  60. adam@201wdc0t2:~$ ping -c 1 www.ip68-14-174-230.ok.ok.cox.net
  61. ping: unknown host www.ip68-14-174-230.ok.ok.cox.net
  62.  
  63. adam@201wdc0t2:~$ ping -c 1 www.ok.ok.cox.net
  64. ping: unknown host www.ok.ok.cox.net
  65.  
  66. PING www.ok.cox.net (68.1.17.7) 56(84) bytes of data.
  67. ^C
  68. --- www.ok.cox.net ping statistics ---
  69. 1 packets transmitted, 0 received, 100% packet loss, time 0ms
  70. * this does point to a system, but does not have a webserver running. Very interesting (to me).
  71.  
  72.  
  73. adam@201wdc0t2:~$ ping -c 1 www.cox.net
  74. PING www.cox.net (68.99.123.161) 56(84) bytes of data.
  75. 64 bytes from ww2.cox.com (68.99.123.161): icmp_req=1 ttl=53 time=56.3 ms
  76.  
  77. --- www.cox.net ping statistics ---
  78. 1 packets transmitted, 1 received, 0% packet loss, time 0ms
  79. rtt min/avg/max/mdev = 56.360/56.360/56.360/0.000 ms
  80. * here, www.cox.net = cox.net. Or maybe its better to say cox.net = www.cox.net
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement