dns server doesn't know itself (NT BIND v 4.9.5)

Steve Hammill shammill at earthlink.net
Sun Aug 8 21:46:11 UTC 1999


Here's the NSLOOKUP error message:

*** can't find server name for 10.1.1.254: non-existent domain
*** can't find server name for 10.1.1.254: non-existent domain
server: unknown
address:10.1.1.254

ping by name works...
nslookup works once I issue the server command...
regedit has no off the wall dns references left behind by MS-DNS
life looks almost good...

Everything I've read says you can let the server know about itself with
hostname(1) or resolv.conf.  Hostname in network properties looks right(to
me) and I've setup a resolv.conf too.  BTW - what is hostname(1)???

At the bottom of this email are all the config files used for this single
DNS server.  It is multihomed 10.1.1.254 & 192.168.1.254, there are several
other services running on this test lab box.

There is no internet connection so I've rem'd the hints, but there must be a
formal way to tell the server it is a standalone resolver.  (I didn't know
what its called so couldn't find it in DNS & BIND)

Here are the configuration files.  It's a closed test lab, so forgive my
weird DNS senseless humor...

TIA for any assistance you can offer.
Steve

*************************

geekfeet.com DNS files for WINNT bind rev 4.9.5


****************************** FILE ******************************
RESOLV.CONF this is placed in \winnt; \etc; and \win32app\bind\etc
****************************** FILE ******************************

domain geekfeet.com
nameserver 10.1.1.254
nameserver who-owl.geekfeet.com

*** Current varient as follows:

*** domain geekfeet.com
*** nameserver who-owl


****************************** FILE ******************************
NAMED.BOOT in \winnt
****************************** FILE ******************************

;
;    File:       named.boot
;    Purpose:    give the DNS its startup parameters and
;                list of startup files.
;
;
directory      C:\\win32app\\bind
;
;
;    XFRNETS parameter limits the transfer of zone information
;    to machines matching the subnet wildcard/mask entries listed
;
;
;XFRNETS
;
;    establish a loopback entry for this machine, and tell
;    it to load its identity from db.127.0.0
;


primary 0.0.127.IN-ADDR.ARPA db.127.0.0


;
;    set ourselves as primary server for the zone
;

primary   geekfeet.com   db.geekfeet

;
;    provide reverse address-to-host mapping
;

primary  1.168.192.in-addr.arpa  db.192.168.1
primary  1.1.10.in-addr.arpa  db.10.1.1


;
;    prime the DNS with root server 'hint' information
;
; forget the hints as a test
; cache . db.cache

****************************** FILE ******************************
DB.127.0.0
****************************** FILE ******************************

;
;    File:      db.127.0.0 file
;    Purpose:   This file establishes the identity of this DNS.
;               SOA stands for 'start of authority' and sets the
;               default parameters for information this DNS is
;               authoritative for:
;
;@        IN SOA    who-owl.geekfeet.com. hostmaster.geekfeet.com. (

0.0.127.in-addr.arpa.        IN SOA    who-owl.geekfeet.com.
hostmaster.geekfeet.com. (
            951213   ; serial number
            43200    ; refresh every 12 hours
            7200     ; retry after 2 hours
            1209600  ; expire after 2 weeks
            172800)  ; default ttl is 2 days
;

0.0.127.in-addr.arpa.         IN NS    who-owl.geekfeet.com.
1        IN PTR    localhost.geekfeet.com.
;



****************************** FILE ******************************
DB.geekfeet
****************************** FILE ******************************
;
;    File:      db.geekfeet (.com)
;    Purpose:   This file establishes the name/address information
;               for this zone.  You will have to fill out the actual
;               information for your specific zone in the format shown
;               in the comments.
;
@        IN SOA    who-owl.geekfeet.com. hostmaster.geekfeet.com. (
            951213   ; serial number
            43200    ; refresh every 12 hours
            7200     ; retry after 2 hours
            1209600  ; expire after 2 weeks
            172800)  ; default ttl is 2 days
;

geekfeet.com.         IN NS    who-owl.geekfeet.com.

;
;  Other Name Servers for this domain?
;

flaky.geekfeet.com.     IN NS    flaky01.geekfeet.com.
flaky.geekfeet.com. IN NS    flaky02.geekfeet.com.
flaky.geekfeet.com. IN NS    flaky03.geekfeet.com.
flaky.geekfeet.com. IN NS    flaky04.geekfeet.com.
flaky.geekfeet.com. IN NS    flaky05.geekfeet.com.
flaky.geekfeet.com. IN NS    flaky06.geekfeet.com.


;
;      Local Host Address
;
localhost    IN     A   127.0.0.1
;
;    Mail Exchange Records
;

geekfeet.com.    IN MX    20 mail.geekfeet.com.


; hosts on 10.1.1.0 network

stinky01     IN A    10.1.1.1
stinky02     IN A    10.1.1.2
stinky03     IN A    10.1.1.3
stinky04     IN A    10.1.1.4
stinky05     IN A    10.1.1.5
stinky06     IN A    10.1.1.6
flaky01       IN A    10.1.1.101
flaky02       IN A    10.1.1.102
flaky03       IN A    10.1.1.103
flaky04       IN A    10.1.1.104
flaky05       IN A    10.1.1.105
flaky06       IN A    10.1.1.106
mail         IN A    10.1.1.252
ntbox        IN A    10.1.1.253
who-owl     IN A    10.1.1.254

; hosts on 192.168.1.0 network

itchy01       IN A    192.168.1.1
itchy02       IN A    192.168.1.2
itchy03       IN A    192.168.1.3
itchy04       IN A    192.168.1.4
itchy05       IN A    192.168.1.5
itchy06       IN A    192.168.1.6
sweaty          IN A    192.168.1.69
destructor   IN A    192.168.1.99
dirty          IN A    192.168.1.100
who-owl     IN A    192.168.1.254




****************************** FILE ******************************
DB.10.1.1
****************************** FILE ******************************

;
;    File:      db.10.1.1
;    Purpose:   This file establishes the address-to-name lookup
;               information for this zone.  You will have to
;               fill out the actual address information for your
;               specific zone in the format shown in the comments
;
1.1.10.in-addr.arpa.        IN SOA who-owl.geekfeet.com.
hostmaster.geekfeet.com. (
            951213   ; serial number
            43200    ; refresh every 12 hours
            7200     ; retry after 2 hours
            1209600  ; expire after 2 weeks
            172800)  ; default ttl is 2 days


;
; Name servers

1.1.10.in-addr.arpa.         IN NS    who-owl.geekfeet.com.
1        IN PTR    localhost.geekfeet.com.

;
; Reverse mappings
;


1.1.1.10       IN PTR   stinky01.geekfeet.com.
2.1.1.10       IN PTR   stinky02.geekfeet.com.
3.1.1.10       IN PTR   stinky03.geekfeet.com.
4.1.1.10       IN PTR   stinky04.geekfeet.com.
5.1.1.10       IN PTR   stinky05.geekfeet.com.
6.1.1.10       IN PTR   stinky06.geekfeet.com.
101.1.1.10     IN PTR   flaky01.geekfeet.com.
102.1.1.10     IN PTR   flaky02.geekfeet.com.
103.1.1.10     IN PTR   flaky03.geekfeet.com.
104.1.1.10     IN PTR   flaky04.geekfeet.com.
105.1.1.10     IN PTR   flaky05.geekfeet.com.
106.1.1.10     IN PTR   flaky06.geekfeet.com.
252.1.1.10     IN PTR   mail.geekfeet.com.
253.1.1.10     IN PTR   ntbox.geekfeet.com.
254.1.1.10     IN PTR   who-owl.geekfeet.com.



****************************** FILE ******************************
DB.192.168.1
****************************** FILE ******************************


;
;    File:      db.192.168.1
;    Purpose:   This file establishes the address-to-name lookup
;               information for this zone.  You will have to
;               fill out the actual address information for your
;               specific zone in the format shown in the comments
;
1.168.192.in-addr.arpa.        IN SOA who-owl.geekfeet.com.
hostmaster.geekfeet.com. (
            951213   ; serial number
            43200    ; refresh every 12 hours
            7200     ; retry after 2 hours
            1209600  ; expire after 2 weeks
            172800)  ; default ttl is 2 days


;
; Name servers

1.168.192.in-addr.arpa.         IN NS    who-owl.geekfeet.com.
1        IN PTR    localhost.geekfeet.com.

;
; Reverse mappings
;
1.1.168.192    IN PTR    itchy01.geekfeet.com.
2.1.168.192    IN PTR    itchy02.geekfeet.com.
3.1.168.192    IN PTR    itchy03.geekfeet.com.
4.1.168.192    IN PTR    itchy04.geekfeet.com.
5.1.168.192    IN PTR    itchy05.geekfeet.com.
6.1.168.192    IN PTR    itchy06.geekfeet.com.
69.1.168.192   IN PTR    sweaty.geekfeet.com.
99.1.168.192   IN PTR    destructor.geekfeet.com.
100.1.168.192  IN PTR    dirty.geekfeet.com.
254.1.168.192  IN PTR    who-owl.geekfeet.com.



****************************** END OF FILES **************************









More information about the bind-users mailing list