On 8/25/07, Amish Mehta <[EMAIL PROTECTED]> wrote:
> > Easwar Hariharan wrote:
> > I don't prefer it but I had to repeat my question,so here goes:
> >
> > For using OpenDNS,should we use the instructions for Linux/Unix or for
> > routers since the desktop is basically a machine on the private network
> > while the router is the one which handles DNS addresses?
>
> Here is how I did local DNS cache with OpenDNS.

This is valid if you are running bind.
Following the instructions at openDNS' page replaced mtnl's ip's with
openDNS' addresses.

I added this line in dhclient.conf:
prepend domain-name-servers 208.67.222.222,208.67.220.220;

My resolv.conf got overwritten accordingly:
$ cat /etc/resolv.conf
### BEGIN INFO
#
# Modified_by:  NetworkManager
# Process:      /usr/bin/NetworkManager
# Process_id:   2967
#
### END INFO




nameserver 208.67.222.222
nameserver 208.67.220.220
nameserver 10.0.0.1

A sample traceroute to google.com
traceroute to google.com (72.14.207.99), 30 hops max, 40 byte packets
 1  10.0.0.1 (10.0.0.1)  0.630 ms   0.584 ms   0.621 ms
 2  * * *
 3  * * *
 4  triband-mum-59.185.0.66.mtnl.net.in (59.185.0.66)  12.255 ms
13.138 ms   1                             4.431 ms
 5  59.160.0.138.static.vsnl.net.in (59.160.0.138)  15.198 ms   20.514
ms   21.3                             68 ms
 6  59.163.16.130.static.vsnl.net.in (59.163.16.130)  302.479 ms
303.239 ms                                305.642 ms
 7  * * *
 8  209.85.130.8 (209.85.130.8)  290.823 ms 209.85.130.4
(209.85.130.4)  301.786                              ms 209.85.130.8
(209.85.130.8)  294.364 ms
 9  64.233.174.81 (64.233.174.81)  352.255 ms   352.909 ms   352.368 ms
10  72.14.236.20 (72.14.236.20)  371.041 ms   374.666 ms   375.442 ms
11  72.14.232.113 (72.14.232.113)  380.517 ms   381.600 ms
72.14.236.183 (72.14.                             236.183)  382.507 ms
12  72.14.236.134 (72.14.236.134)  372.076 ms 66.249.94.50
(66.249.94.50)  379.8                             67 ms   376.119 ms
13  eh-in-f99.google.com (72.14.207.99)  386.124 ms   386.976 ms   387.392 ms


Regards,
Mohan S N

-- 
The only people for me are the mad ones, the ones who are mad to live,
mad to talk, mad to be saved, desirous of everything at the same time,
the ones who never yawn or say a commonplace thing, but burn, burn,
burn, like fabulous yellow roman candles

-- 
http://mm.glug-bom.org/mailman/listinfo/linuxers

Reply via email to