Tagged Questions
0
votes
1answer
646 views
Resolve hostname without FQDN
I'm trying to configure Bind for internal LAN usage only (Linux server, Windows clients) and I would like to resolve workstation both by fqdn and shortname.
For example, without DNS server, supposing ...
1
vote
1answer
403 views
Bind reverse lookup failing
I have set up my bind server but am unable to perform reverse look up the nslookup.
The config file looks like this.
acl "internal" {192.168.5.0/24;};
view "internal" {
match-clients ...
2
votes
1answer
2k views
Named on AIX (5.3) - DIG won't find hosts without FQDN?
Ok I'm a newb to AIX and Named, so hopfully I'm just missing something easy. :)
The goal is to just have smooth DNS lookups in this goofy Windows workgroup/AIX DNS setup (it will change eventually, ...
0
votes
2answers
323 views
I'm having some issues doing a reverse zone lookup on my nameserver
I've been trying to setup my Zones files in Bind9 and I'm having some issues with the reverse zone lookup.
My nameserver is running a Query Refused when I attempt to perform a lookup on the IP. ...
0
votes
2answers
1k views
DYNDNS.org Custom DNS returning odd results with Windows' NSLOOKUP
I wrote some time back about running my own DNS server temporarily in order to help facilitate the move of a domain name between two registrars with no down-time. I have since purchased the CustomDNS ...
3
votes
2answers
3k views
SOA and Primary NS record (DNS)
The brunt of the question is this -- What is the relationship between the primary nameserver specified in the SOA record and the nameservers specified in the NS records. How are these things linked?
...