<br><div class="gmail_quote">On Wed, Jul 22, 2009 at 9:10 PM, Ritesh Sinha <span dir="ltr">&lt;<a href="mailto:sinha.k.ritesh@gmail.com">sinha.k.ritesh@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br><br><div class="gmail_quote">2009/7/22 Mallikarjun <span dir="ltr">&lt;<a href="mailto:mallik.v.arjun@gmail.com" target="_blank">mallik.v.arjun@gmail.com</a>&gt;</span><div><div></div><div class="h5"><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



<br><div class="gmail_quote"><div>On Wed, Jul 22, 2009 at 7:25 PM, Gora Mohanty <span dir="ltr">&lt;<a href="mailto:gora@sarai.net" target="_blank">gora@sarai.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">




On Wed, 22 Jul 2009 18:42:37 +0530<br>
Mallikarjun(ಮಲ್ಲಿಕಾರ್ಜುನ್) &lt;<a href="mailto:mallik.v.arjun@gmail.com" target="_blank">mallik.v.arjun@gmail.com</a>&gt; wrote:<br>
[...]<br>
&gt; Thanks a lot for all your suggestion, its problem with my dns<br>
&gt; (bsnl). I am using opendns now.<br>
&gt; is it safe? if any of you have personal experience.<br>
&gt; once again thanks for suggestions.<br>
[...]<br>
<br>
OpenDNS is fine, except that I have noticed terrible latencies<br>
from it at times.<br>
</blockquote></div><div>Thanks <br></div><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Regards,<br>
Gora<br>
<font color="#888888"><br>
--<br>
ubuntu-in mailing list<br>
<a href="mailto:ubuntu-in@lists.ubuntu.com" target="_blank">ubuntu-in@lists.ubuntu.com</a><br>
<a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-in" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-in</a><br>
</font></blockquote></div></div><br>
<br>--<br>
ubuntu-in mailing list<br>
<a href="mailto:ubuntu-in@lists.ubuntu.com" target="_blank">ubuntu-in@lists.ubuntu.com</a><br>
<a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-in" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-in</a><br>
<br></blockquote></div></div></div>If you&#39;re facing DNS issues, it&#39;s quite cheap to run a local caching name server.<br><br># sudo apt-get install bind9<br><br>Instructions on setting it up can be found here<br><br>

<a href="https://help.ubuntu.com/community/BIND9ServerHowto#Caching%20Server%20configuration" target="_blank">https://help.ubuntu.com/community/BIND9ServerHowto#Caching%20Server%20configuration</a><br>
<br>In the forwarder section add the opendns server IPs (or any other reliable DNS servers).<br><br>Also a small configuration change needs to be made in /etc/dchp3/dhclient.conf if you are using dynamic ip addresses (e.g. wireless roaming network)<br>


<br>Find the line that says<br>#prepend domain-name-servers <br><br>Uncomment it to read<br><br>prepend domain-name-servers 127.0.0.1;<br><br>Now whenever you reconnect using network manager, your own system will be used as the DNS server.<br>


<br>BIND will cache DNS responses and will provide faster name lookups. In fact if you have multiple systems, you can point them to your system for name lookups (firewall configuration is required though). <br>
</blockquote><div>Thanks for the DNS config, but i changed DNS in my modem. <br>I will try this one also.<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br>--<br>
ubuntu-in mailing list<br>
<a href="mailto:ubuntu-in@lists.ubuntu.com">ubuntu-in@lists.ubuntu.com</a><br>
<a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-in" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-in</a><br>
<br></blockquote></div><br>