dns

  • Thread starter Thread starter Jose Ines Cantu Arrambide
  • Start date Start date
J

Jose Ines Cantu Arrambide

Hello,
Iam having trouble resolving names, using nslookup I try google.com and i
get this:

Non-authoritative answer:
Name: google.com.com.mx
Addresses: 66.150.161.133, 66.150.161.134, 66.150.161.135, 66.150.161.136


Iam using 200.33.148.193 -&- 200.33.148.201 as my Forwarders

What could be the problem?

Thanks.
Jose.
 
There is a problem? You used nslookup to query for a host name and it
appears you received an answer.
What is the name resolution problem that you are trying to troubleshoot?

--

Thanks,
Marc Reynolds
Microsoft Technical Support

This posting is provided "AS IS" with no warranties, and confers no rights.
 
In Jose Ines Cantu Arrambide <[email protected]> posted a question
Then Kevin replied below:
: Hello,
: Iam having trouble resolving names, using nslookup I try google.com
: and i get this:
:
: Non-authoritative answer:
: Name: google.com.com.mx
: Addresses: 66.150.161.133, 66.150.161.134, 66.150.161.135,
: 66.150.161.136
:
:
: Iam using 200.33.148.193 -&- 200.33.148.201 as my Forwarders
:
: What could be the problem?
:
: Thanks.
: Jose.

do you have 'com.mx' in your domain search list?
If you do that is the problem, if you don't have a zone for it don't put it
in your domain search list. Remove 'com.mx' from your domain search list.
 
I think the problem is my forwarders... can I use other ones? Or it has to
be specificaly the ones given to me by my ISP?
 
In Jose Ines Cantu Arrambide <[email protected]> posted a question
Then Kevin replied below:
: I think the problem is my forwarders... can I use other ones? Or it
: has to be specificaly the ones given to me by my ISP?
:
:
It depends on your ISP, you can try another like 4.2.2.2. As I said, if you
have 'com.mx' in your domain search list it won't matter who you use, you'll
get the same response. you have to remove that name from the search list.
Take a look:



www.google.com.com.mx. IN A

ANSWER SECTION:

www.google.com.com.mx. 1800 IN A 66.150.161.136

www.google.com.com.mx. 1800 IN A 66.150.161.135

www.google.com.com.mx. 1800 IN A 66.150.161.134

www.google.com.com.mx. 1800 IN A 66.150.161.133

Query time: 1442 ms

Server : 192.168.0.2:53 udp (192.168.0.2)

When : 1/29/2004 10:19:40 AM

Size rcvd : 103

That was Netdig /win
Here is nslookup:
W:\>nslookup www.google.com.com.mx.
Server: kjweb.lsaol.com
Address: 192.168.0.2

Non-authoritative answer:
Name: www.google.com.com.mx
Addresses: 66.150.161.134, 66.150.161.133, 66.150.161.136, 66.150.161.135

Here is dig:
W:\>dig @192.168.0.2 www.google.com.com.mx.

; <<>> DiG 9.2.1 <<>> @192.168.0.2 www.google.com.com.mx.
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 41
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 0

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

;; ANSWER SECTION:
www.google.com.com.mx. 1510 IN A 66.150.161.133
www.google.com.com.mx. 1510 IN A 66.150.161.136
www.google.com.com.mx. 1510 IN A 66.150.161.135
www.google.com.com.mx. 1510 IN A 66.150.161.134

;; Query time: 10 msec
;; SERVER: 192.168.0.2#53(192.168.0.2)
;; WHEN: Thu Jan 29 10:24:27 2004
;; MSG SIZE rcvd: 103
 
Back
Top