Hi,
 
> > Could you login to your router and check what
> > resolv.conf is set there to ?

Do this - first check whether routing is fine, do a traceroute

[EMAIL PROTECTED]:~$ traceroute 66.249.89.104
traceroute to 66.249.89.104 (66.249.89.104), 30 hops max, 38 byte packets
 1  platypus.intra.informedia.in (192.168.5.1)  0.167 ms  0.117 ms  0.104 ms
 2  192.168.1.1 (192.168.1.1)  0.789 ms  0.785 ms  0.781 ms
 3  dsl-KK-001.48.246.61.touchtelindia.net (61.246.48.1)  28.539 ms  27.326 ms  
28.036 ms
  ...
  ...
16  216.239.47.54 (216.239.47.54)  182.744 ms  183.316 ms  182.929 ms
17  66.249.89.104 (66.249.89.104)  179.479 ms  179.646 ms  184.094 ms

Next, try this

[EMAIL PROTECTED]:~$ dig www.google.com @192.168.1.1

; <<>> DiG 9.2.4 <<>> www.google.com @192.168.1.1
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 16168
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 5, ADDITIONAL: 5

;; QUESTION SECTION:
;www.google.com.                        IN      A

;; ANSWER SECTION:
www.google.com.         611     IN      CNAME   www.l.google.com.
www.l.google.com.       36      IN      A       66.249.89.104

;; AUTHORITY SECTION:
l.google.com.           33879   IN      NS      b.l.google.com.

;; ADDITIONAL SECTION:
b.l.google.com.         34875   IN      A       64.233.179.9

ok! So, the nameserver on your router is fine! And you are in a deeper mess :)

If the above doesn't work, try this:

[EMAIL PROTECTED]:~$ dig www.google.com @61.0.0.5

; <<>> DiG 9.2.4 <<>> www.google.com @61.0.0.5
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 16168
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 5, ADDITIONAL: 5

;; QUESTION SECTION:
;www.google.com.                        IN      A

;; ANSWER SECTION:
www.google.com.         611     IN      CNAME   www.l.google.com.
www.l.google.com.       36      IN      A       66.249.89.104

;; AUTHORITY SECTION:
l.google.com.           33879   IN      NS      b.l.google.com.

;; ADDITIONAL SECTION:
b.l.google.com.         34875   IN      A       64.233.179.9

So, if it works put that IP address in your resolv.conf 
nameserver 61.0.0.5

... and be happy 

shashi

-- 
India.com free e-mail - www.india.com. 
Check out our value-added Premium features, such as an extra 20MB for mail 
storage, POP3, e-mail forwarding, and ads-free mailboxes!

Reply via email to