LVsFinest - when you're in a Windows environment, you can query against a DNS server by issuing a command of nslookup - (notice the hyphen here) IP of DNS server. If they are configured to allow queries against them, such as your Public DNS servers, you're then able to do nslookups from said IP. Example:
C:\>nslookup - 10.10.3.100
*** Can't find server name for address 10.10.3.100: No response from server
Default Server: UnKnown
Address: 10.10.3.100
> google.com
Server: UnKnown
Address: 10.10.3.100
*** UnKnown can't find google.com: No response from server
> exit
C:\>nslookup - 4.2.2.2
Default Server: vnsc-bak.sys.gtei.net
Address: 4.2.2.2
> google.com
Server: vnsc-bak.sys.gtei.net
Address: 4.2.2.2
Non-authoritative answer:
Name: google.com
Address: 72.14.254.104
My curiosity here is how to enable permissions to query against. The oddest thing is I have a Linux box sitting at home and I've tried following it verbatum as I have *it* working fine and therefore must be overlooking something here.
Before I go on futher, this is Fedora 10.
What would control the "access" to query in a Linux box when dealing straight with DNS? Is it in the named.conf file or is it a combo of named.conf and perhaps a named.rfc... file? Would it be also caused by an improperly setup zone file?
I'm looking for Linux configuration guidance as I have resorted to online lookups/this site for answers/LinuxChinapub and Linuhomexnetworking.
Any additional help would be great. I appreciate you looking into this at this degree.
Regards.