|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
Hi,
I'm having trouble with my dedicated server (RH9 running BIND 9.2.1). Any attempt to lookup a remote domain from the server fails: ------------ [root@ns root]# nslookup -sil microsoft.com Server: 127.0.0.1 Address: 127.0.0.1#53 Non-authoritative answer: *** Can't find microsoft.com: No answer ------------ Yet any lookup of local domains are fine: ------------ [root@ns root]# nslookup -sil valeit.com Server: 127.0.0.1 Address: 127.0.0.1#53 Name: valeit.com Address: 217.199.172.103 ----------- It is definately a BIND problem because when I kill the named process domain lookups work fine. Any help would be much appreciated. Many thanks Kev |
|
#2
|
||||
|
||||
|
set 'recursion yes;' in your options {} block. This is either in named.conf or a file included by named.conf.
__________________
Send me a private message if you would like me to setup your DNS for you for a price of your choosing. This is the preferred method if your DNS needs to be fixed/setup fast and you don't have the time to bounce messages back and forth on a forum. Also, check out these links: Whois Direct | DNS Crawler | NS Trace | Compare Free DNS Hosts |
|
#3
|
|||
|
|||
|
That seems to have worked, an nslookup query now shows:
----------- [root@ns admin]# nslookup -sil www.runwindsor.com Server: 127.0.0.1 Address: 127.0.0.1#53 Non-authoritative answer: Name: www.runwindsor.com Address: 195.12.2.17 ----------- Why does it say it's Non authoritative though, is that normal? Also I can now dow whois queries on the server. |
|
#4
|
||||
|
||||
|
Yes it is normal to get non-authoritative responses. It just means your server doesn't host that domain so it is not "authoritative". Look up the definition of the word if ya want. It was a word since before computers existed.
|
|
#5
|
|||
|
|||
|
That's great, thanks a lot for your help
|
![]() |
| Viewing: Dev Shed Forums > System Administration > DNS > Nameserver only looking up local domains? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|