<div>Sorry I missed the &quot;reply to all&quot; button earlier. &nbsp;BTW, I pointed you to /etc/resolv.conf and /etc/resolvconf/*, not /etc/dhcpc/*. &nbsp;The /etc/dhcpc files are inputs to your dhcp client. &nbsp;They most certainly won&#39;t have the DNS server unless you&#39;re trying to configure the client to ignore the one that comes from Time Warner&#39;s DHCP server. &nbsp;The stuff in /etc/resolve.conf is usually outputted by your dhcp client with the DNS servers that the DHCP server told you to use.</div>
<div><br></div>Also, have you considered setting up your own local, caching DNS server?<div><br></div><div>In my searching earlier I came across <a href="http://socal.rr.com">socal.rr.com</a>. &nbsp;That may be closer to you and thus faster than <a href="http://orange.rr.com">orange.rr.com</a>.</div>
<div><br></div><div>Hope that helps some,</div><div>Brandon<br><div><br><br><div class="gmail_quote">On Sat, May 31, 2008 at 3:43 PM, gypsy &lt;<a href="mailto:gypsy@iswest.com">gypsy@iswest.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="Wj3C7c">Alex Chekholko wrote:<br>
&gt;<br>
&gt; gypsy wrote:<br>
&gt; &gt; Does anyone have suggestions for finding name servers?<br>
&gt; &gt;<br>
&gt;<br>
&gt; There are some available public name servers you can query, such as the<br>
&gt; ones provided by the OpenDNS folks.<br>
&gt;<br>
&gt; &gt; After spending all morning running dig, I&#39;m frustrated. &nbsp;For example, I<br>
&gt; &gt; stumbled across &quot;<a href="http://orange.rr.com" target="_blank">orange.rr.com</a>&quot;, which contains name servers for Time<br>
&gt; &gt; Warner Cable customers in Orange County California. &nbsp;But I don&#39;t know<br>
&gt; &gt; what domain to use for TWC customers in Los Angeles County and I don&#39;t<br>
&gt; &gt; know how to find out except to ask for name resolution on every<br>
&gt; &gt; conceivable IP address in likely netblocks.<br>
&gt;<br>
&gt; $ dig <a href="http://orange.rr.com" target="_blank">orange.rr.com</a><br>
&gt;<br>
&gt; ; &lt;&lt;&gt;&gt; DiG 9.3.3rc2 &lt;&lt;&gt;&gt; <a href="http://orange.rr.com" target="_blank">orange.rr.com</a><br>
&gt; ;; global options: &nbsp;printcmd<br>
&gt; ;; Got answer:<br>
&gt; ;; -&gt;&gt;HEADER&lt;&lt;- opcode: QUERY, status: NOERROR, id: 23855<br>
&gt; ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2<br>
&gt;<br>
&gt; ;; QUESTION SECTION:<br>
&gt; ;<a href="http://orange.rr.com" target="_blank">orange.rr.com</a>. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IN &nbsp; &nbsp; &nbsp;A<br>
&gt;<br>
&gt; ;; ANSWER SECTION:<br>
&gt; <a href="http://orange.rr.com" target="_blank">orange.rr.com</a>. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;86400 &nbsp; IN &nbsp; &nbsp; &nbsp;A &nbsp; &nbsp; &nbsp; <a href="http://24.28.193.1" target="_blank">24.28.193.1</a><br>
&gt;<br>
&gt; ;; AUTHORITY SECTION:<br>
&gt; <a href="http://orange.rr.com" target="_blank">orange.rr.com</a>. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;5375 &nbsp; &nbsp;IN &nbsp; &nbsp; &nbsp;NS &nbsp; &nbsp; &nbsp;<a href="http://dns-pri-01.orange.rr.com" target="_blank">dns-pri-01.orange.rr.com</a>.<br>
&gt; <a href="http://orange.rr.com" target="_blank">orange.rr.com</a>. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;5375 &nbsp; &nbsp;IN &nbsp; &nbsp; &nbsp;NS &nbsp; &nbsp; &nbsp;<a href="http://dns-sec-01.orange.rr.com" target="_blank">dns-sec-01.orange.rr.com</a>.<br>
&gt;<br>
&gt; ;; ADDITIONAL SECTION:<br>
&gt; <a href="http://dns-sec-01.orange.rr.com" target="_blank">dns-sec-01.orange.rr.com</a>. 1775 &nbsp;IN &nbsp; &nbsp; &nbsp;A &nbsp; &nbsp; &nbsp; <a href="http://66.75.160.38" target="_blank">66.75.160.38</a><br>
&gt; <a href="http://dns-pri-01.orange.rr.com" target="_blank">dns-pri-01.orange.rr.com</a>. 1775 &nbsp;IN &nbsp; &nbsp; &nbsp;A &nbsp; &nbsp; &nbsp; <a href="http://66.75.160.39" target="_blank">66.75.160.39</a><br>
&gt;<br>
&gt; ;; Query time: 74 msec<br>
&gt; ;; SERVER: <a href="http://10.10.70.5#53(10.10.70.5)" target="_blank">10.10.70.5#53(10.10.70.5)</a><br>
&gt; ;; WHEN: Sat May 31 14:05:08 2008<br>
&gt; ;; MSG SIZE &nbsp;rcvd: 129<br>
&gt;<br>
&gt; You can probably use <a href="http://66.75.160.38" target="_blank">66.75.160.38</a>,39 from LA, it&#39;s still very close on<br>
&gt; the network.<br>
&gt;<br>
&gt; &gt;<br>
&gt; &gt; One might expect that a question posed to technical support or a search<br>
&gt; &gt; of TW&#39;s web site might prove productive, but &quot;No Joy&quot;.<br>
&gt;<br>
&gt; If you&#39;re on their network, you&#39;re using DHCP, and the appropriate name<br>
&gt; servers get set automatically.<br>
&gt;<br>
&gt; &gt;<br>
&gt; &gt; If anyone can provide syntax /content for dig commands, or a script, or<br>
&gt; &gt; anything else helpful, please post. &nbsp;I believe many people in this group<br>
&gt; &gt; would be interested.<br>
&gt;<br>
&gt; I guess I don&#39;t understand what you&#39;re asking for, exactly.<br>
&gt;<br>
&gt; Regards,<br>
&gt; Alex<br>
<br>
</div></div>Although Orange County is CLOSE enough, the DNS servers for it are not<br>
FAST enough. &nbsp;The population of OC (in 2006) is 3 million, and since it<br>
is a highly technically oriented populace, &quot;everyone&quot; has and uses the<br>
internet (thus DNS servers) extensively, so those servers are BUSY.<br>
<br>
So I want to find fast servers and I don&#39;t give a damn if they belong to<br>
TW Cable or not so long as I&#39;m allowed to use them.<br>
<br>
And I can&#39;t find a good way to find ALL the DNS servers in a given<br>
&quot;main&quot; domain, which is what I want... &nbsp;&quot;Main domain&quot; means &quot;only one<br>
period&quot;; for example &quot;<a href="http://yahoo.com" target="_blank">yahoo.com</a>&quot; is a main domain but &quot;<a href="http://mail.yahoo.com" target="_blank">mail.yahoo.com</a>&quot;<br>
is not.<br>
<br>
Brandon Beck posted later on saying the correct servers are in<br>
/etc/dhcpc/dhcpc-eth#.info but the servers there have not changed since<br>
November 2005. &nbsp;They are also in domain <a href="http://orange.rr.com" target="_blank">orange.rr.com</a>.<br>
<br>
(Brandon, I&#39;ll have a look at <a href="http://help.rr.com" target="_blank">help.rr.com</a>. &nbsp;Thanks.)<br>
--<br>
<font color="#888888">gypsy<br>
</font></blockquote></div><br></div></div>