[ubuntu-in] Unique Firefox problem
Ritesh Sinha
sinha.k.ritesh at gmail.com
Wed Jul 22 16:40:13 BST 2009
2009/7/22 Mallikarjun <mallik.v.arjun at gmail.com>
>
> On Wed, Jul 22, 2009 at 7:25 PM, Gora Mohanty <gora at sarai.net> wrote:
>
>> On Wed, 22 Jul 2009 18:42:37 +0530
>> Mallikarjun(ಮಲ್ಲಿಕಾರ್ಜುನ್) <mallik.v.arjun at gmail.com> wrote:
>> [...]
>> > Thanks a lot for all your suggestion, its problem with my dns
>> > (bsnl). I am using opendns now.
>> > is it safe? if any of you have personal experience.
>> > once again thanks for suggestions.
>> [...]
>>
>> OpenDNS is fine, except that I have noticed terrible latencies
>> from it at times.
>>
> Thanks
>
>>
>> Regards,
>> Gora
>>
>> --
>> ubuntu-in mailing list
>> ubuntu-in at lists.ubuntu.com
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-in
>>
>
>
> --
> ubuntu-in mailing list
> ubuntu-in at lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-in
>
> If you're facing DNS issues, it's quite cheap to run a local caching name
server.
# sudo apt-get install bind9
Instructions on setting it up can be found here
https://help.ubuntu.com/community/BIND9ServerHowto#Caching%20Server%20configuration
In the forwarder section add the opendns server IPs (or any other reliable
DNS servers).
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)
Find the line that says
#prepend domain-name-servers
Uncomment it to read
prepend domain-name-servers 127.0.0.1;
Now whenever you reconnect using network manager, your own system will be
used as the DNS server.
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).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/ubuntu-in/attachments/20090722/618c2847/attachment.htm
More information about the ubuntu-in
mailing list