Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / General / archives / 000722.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html
3    xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> <head>
4    <meta http-equiv="Content-Type" content="text/html;
5    charset=utf-8" />
6    <meta name="generator" content="Movable Type 3.2" />
7
8    <link rel="stylesheet" href="http://defaria.com/blogs/General/styles-site.css"
9    type="text/css" />
10    <link rel="alternate" type="application/atom+xml" title="Atom"
11    href="http://defaria.com/blogs/General/atom.xml" />
12    <link rel="alternate" type="application/rss+xml" title="RSS 2.0"
13    href="http://defaria.com/blogs/General/index.xml" />
14
15    <title>General: Broken DNS</title>
16
17    <link rel="start" href="http://defaria.com/blogs/General/" title="Home" />
18    <link rel="prev" href="http://defaria.com/blogs/General/archives/000721.html"
19    title="Making it way harder than it needs to be" />
20    <link rel="next" href="http://defaria.com/blogs/General/archives/000723.html"
21    title="Priority Queues..." />
22
23    
24
25    
26
27    <script type="text/javascript"
28    src="http://defaria.com/blogs/General/mt-site.js"></script> </head> <body
29    class="layout-two-column-right"
30    onload="individualArchivesOnLoad(commenter_name)">
31    <div id="container">
32       <div id="container-inner" class="pkg">
33
34          <div id="banner">
35             <div id="banner-inner" class="pkg">
36                <h1 id="banner-header"><a href="http://defaria.com/blogs/General/"
37                accesskey="1">General</a></h1>
38                <h2 id="banner-description"></h2>
39             </div>
40          </div>
41
42          <div id="pagebody">
43             <div id="pagebody-inner" class="pkg">
44                <div id="alpha">
45                   <div id="alpha-inner" class="pkg">
46
47                      <p class="content-nav">
48                         <a
49                         href="http://defaria.com/blogs/General/archives/000721.html">&laquo;
50                         Making it way harder than it needs to be</a> |
51                         <a href="http://defaria.com/blogs/General/">Main</a>
52                         | <a
53                         href="http://defaria.com/blogs/General/archives/000723.html">Priority Queues...
54                         &raquo;</a>
55                      </p>
56
57                      <a id="a000722"></a>
58                      <div class="entry" id="entry-722">
59                         <h3 class="entry-header">Broken DNS</h3>
60                         <div class="entry-content">
61                            <div class="entry-body">
62                               <p>This seems to be the trend now a days in Corporate IT. Is it just Windows related? I don't know. It used to be that you could rely on DNS. Now you can't. Case in point - people hear talk about a machine known as "seacase". Others use the name usseacase. Whicih is correct? Well an educated guess would be they are one in the same and a DNS alias exists between them. IOW seacase is just a "pretty" name for usseacase.</p>
63
64 <p>Now I used to be that you could verify that with DNS, in particular you could use nslookup to find each of the names and see they have the same IP address. But more and more, Corporate IT DNS stuff is screwed up, perhaps in the name of security, such that they don't always resolve:</p>
65
66 <div class=code>$ nslookup usseacase
67 Non-authoritative answer:
68 Server:  &lt;dns server>
69 Address:  13.230.100.200
70
71 <p>Name:    usseacase.&lt;domain>.com<br />
72 Address:  13.230.100.74<br />
73 </div></p>
74
75 <p>So we can look that one up but we can't lookup the other:</p>
76
77 <div class=code>$ nslookup seacase
78 *** &lt;dns server> can't find seacase: Non-existent domain
79 Server:  &lt;dns server>
80 Address:  13.230.100.200
81 </div>
82
83 <p>However ping works! And verifies that this is the same machine. So why doesn't DNS know about this?</p>
84
85 <div class=code>$ ping seacase
86 PING seacase (13.230.100.74): 56 data bytes
87 64 bytes from 13.230.100.74: icmp_seq=0 ttl=127 time=230 ms
88 64 bytes from 13.230.100.74: icmp_seq=1 ttl=127 time=0 ms
89
90 <p>----seacase PING Statistics----<br />
91 2 packets transmitted, 2 packets received, 0.0% packet loss<br />
92 round-trip (ms)  min/avg/max/med = 0/115/230/115<br />
93 </div></p>
94
95 <p>Another pet peave of mine is people using either IP addresses instead of names (Do you refer to your friends by their cell phone numbers?) or using fully qualified machine names all the time when you don't need to...</p>
96                            </div>
97                            <div id="more" class="entry-more">
98                               
99                            </div>
100                         </div>
101                         <p class="entry-footer">
102                            <span class="post-footers">Posted by
103                            Andrew DeFaria on
104                            March  1, 2010 11:48 AM</span> <span
105                            class="separator">|</span> <a
106                            class="permalink"
107                            href="http://defaria.com/blogs/General/archives/000722.html">Permalink</a>
108                         </p>
109                      </div>
110
111                      
112
113                      
114                   </div>
115                </div>
116                <div id="beta">
117                   <div id="beta-inner" class="pkg">
118                      <div class="module-search module">
119                         <h2 class="module-header">Search</h2>
120                         <div class="module-content">
121                            <form method="get"
122                            action="http://defaria.com/mt/mt-search.cgi">
123                               <input type="hidden" name="IncludeBlogs"
124                               value="1" />
125                               <label for="search" accesskey="4">Search
126                               this blog:</label><br />
127                               <input id="search" name="search"
128                               size="20" />
129                               <input type="submit" value="Search" />
130                            </form>
131                         </div>
132                      </div>
133                      
134                      
135                      
136                                           <div class="module-archives module">
137                         <h2 class="module-header"><a
138                         href="http://defaria.com/blogs/General/archives.html">Archives</a></h2>
139                         <div class="module-content">
140                                                    <ul
141                            class="module-list">
142                               <li class="module-list-item"><a
143                               href="http://defaria.com/blogs/General/archives/2011_03.html">March 2011</a></li>
144                            
145                                                    
146                               <li class="module-list-item"><a
147                               href="http://defaria.com/blogs/General/archives/2010_11.html">November 2010</a></li>
148                            
149                                                    
150                               <li class="module-list-item"><a
151                               href="http://defaria.com/blogs/General/archives/2010_10.html">October 2010</a></li>
152                            
153                                                    
154                               <li class="module-list-item"><a
155                               href="http://defaria.com/blogs/General/archives/2010_06.html">June 2010</a></li>
156                            
157                                                    
158                               <li class="module-list-item"><a
159                               href="http://defaria.com/blogs/General/archives/2010_04.html">April 2010</a></li>
160                            
161                                                    
162                               <li class="module-list-item"><a
163                               href="http://defaria.com/blogs/General/archives/2010_03.html">March 2010</a></li>
164                            
165                                                    
166                               <li class="module-list-item"><a
167                               href="http://defaria.com/blogs/General/archives/2010_02.html">February 2010</a></li>
168                            
169                                                    
170                               <li class="module-list-item"><a
171                               href="http://defaria.com/blogs/General/archives/2009_05.html">May 2009</a></li>
172                            
173                                                    
174                               <li class="module-list-item"><a
175                               href="http://defaria.com/blogs/General/archives/2009_04.html">April 2009</a></li>
176                            
177                                                    
178                               <li class="module-list-item"><a
179                               href="http://defaria.com/blogs/General/archives/2009_01.html">January 2009</a></li>
180                            
181                                                    
182                               <li class="module-list-item"><a
183                               href="http://defaria.com/blogs/General/archives/2007_04.html">April 2007</a></li>
184                            
185                                                    
186                               <li class="module-list-item"><a
187                               href="http://defaria.com/blogs/General/archives/2006_11.html">November 2006</a></li>
188                            
189                                                    
190                               <li class="module-list-item"><a
191                               href="http://defaria.com/blogs/General/archives/2006_09.html">September 2006</a></li>
192                            
193                                                    
194                               <li class="module-list-item"><a
195                               href="http://defaria.com/blogs/General/archives/2005_12.html">December 2005</a></li>
196                            
197                                                    
198                               <li class="module-list-item"><a
199                               href="http://defaria.com/blogs/General/archives/2005_10.html">October 2005</a></li>
200                            
201                                                    
202                               <li class="module-list-item"><a
203                               href="http://defaria.com/blogs/General/archives/2005_09.html">September 2005</a></li>
204                            
205                                                    
206                               <li class="module-list-item"><a
207                               href="http://defaria.com/blogs/General/archives/2005_08.html">August 2005</a></li>
208                            
209                                                    
210                               <li class="module-list-item"><a
211                               href="http://defaria.com/blogs/General/archives/2005_03.html">March 2005</a></li>
212                            
213                                                    
214                               <li class="module-list-item"><a
215                               href="http://defaria.com/blogs/General/archives/2004_02.html">February 2004</a></li>
216                            
217                                                    
218                               <li class="module-list-item"><a
219                               href="http://defaria.com/blogs/General/archives/2004_01.html">January 2004</a></li>
220                            
221                                                    
222                               <li class="module-list-item"><a
223                               href="http://defaria.com/blogs/General/archives/2003_11.html">November 2003</a></li>
224                            
225                                                    
226                               <li class="module-list-item"><a
227                               href="http://defaria.com/blogs/General/archives/2003_10.html">October 2003</a></li>
228                            </ul>
229                         
230                         </div>
231                      </div>
232                      
233                      
234                      <div class="module-archives module">
235                         <h2 class="module-header">Recent Posts</h2>
236                         <div class="module-content">
237                            <ul class="module-list">
238                                                          <li class="module-list-item"><a
239                               href="http://defaria.com/blogs/General/archives/000746.html">California</a></li>
240                                                          <li class="module-list-item"><a
241                               href="http://defaria.com/blogs/General/archives/000745.html">Point people more directly</a></li>
242                                                          <li class="module-list-item"><a
243                               href="http://defaria.com/blogs/General/archives/000744.html">Comcast speed</a></li>
244                                                          <li class="module-list-item"><a
245                               href="http://defaria.com/blogs/General/archives/000739.html">More Playon Fun</a></li>
246                                                          <li class="module-list-item"><a
247                               href="http://defaria.com/blogs/General/archives/000736.html">How not to run a company</a></li>
248                                                          <li class="module-list-item"><a
249                               href="http://defaria.com/blogs/General/archives/000734.html">How to get your mic working on Ubuntu 9.10</a></li>
250                                                          <li class="module-list-item"><a
251                               href="http://defaria.com/blogs/General/archives/000729.html">Cell phones - Not up to snuff!</a></li>
252                                                          <li class="module-list-item"><a
253                               href="http://defaria.com/blogs/General/archives/000728.html">Stupid is as stupid does</a></li>
254                                                          <li class="module-list-item"><a
255                               href="http://defaria.com/blogs/General/archives/000723.html">Priority Queues...</a></li>
256                                                          <li class="module-list-item"><a
257                               href="http://defaria.com/blogs/General/archives/000722.html">Broken DNS</a></li>
258                            
259                            </ul>
260                         </div>
261                      </div>
262                      
263                      <div class="module-syndicate module">
264                         <div class="module-content">
265                            <a href="http://defaria.com/blogs/General/atom.xml">Subscribe
266                            to this blog's feed</a><br />
267                            [<a
268                            href="http://www.sixapart.com/about/feeds">What
269                            is this?</a>]
270                         </div>
271                      </div>
272                      
273                      
274                      
275                      <div class="module-powered module">
276                         <div class="module-content">
277                            Powered by<br /><a
278                            href="http://www.sixapart.com/movabletype/">Movable
279                            Type 3.2</a>
280                         </div>
281                      </div>
282                   </div>
283                </div>
284             </div>
285          </div>
286       </div>
287    </div>
288  </body>
289 </html>