newbie question

Bob Vance bobvance at alumni.caltech.edu
Sun Mar 11 15:29:31 UTC 2001


Also, in   hosts/db.206.27.134.165 :

165.134.27.206.in-addr.arpa. IN SOA indigente.net.
   ...
165.134.27.206.in-addr.arpa. IN NS ns.indigente.net
165.134.27.206.in-addr.arpa. IN NS ns1.indigente.net
;
; address to point to cannonical name
;
1.1.168.192.in-addr.arpa. IN PTR zeus.indigente.net.
2.1.168.192.in-addr.arpa. IN PTR cisco.indigente.net.
3.1.168.192.in-addr.arpa. IN PTR hermes.indigente.net.


What are these last 3 records?
They are out-of-zone data.


-------------------------------------------------
Tks        | <mailto:BVance at sbm.com>
BV         | <mailto:BobVance at alumni.caltech.edu>
Sr. Technical Consultant,  SBM, A Gates/Arrow Co.
Vox 770-623-3430           11455 Lakefield Dr.
Fax 770-623-3429           Duluth, GA 30097-1511
=================================================





-----Original Message-----
From: bind-users-bounce at isc.org [mailto:bind-users-bounce at isc.org]On
Behalf Of Adrian Noland
Sent: Saturday, March 10, 2001 11:58 AM
To: comp-protocols-dns-bind at moderators.isc.org
Subject: newbie question


Hi folks,
Trying to set up an additional domain to my machine. The first
(indigente.net) domain works just fine. However I cant seem to manage to
get
the second one (thresholdreiki.net) to register. Prolly a missing period
somewhere. When I try nslookup on the second, it times out. Could
someone
take a look and tell me what is wrong?

TIA
Adrian

Here are the respective files:

#
#  named.conf
#
#
options {
 directory "/var/named";
};
zone "." {
 type hint;
 file "named.ca";
};

zone "indigente.net"{
 type master;
 file "hosts/db.indigente";

};

zone "thresholdreiki.net"{
 type master;
 file "hosts/db.thresholdreiki";
};

zone "165.134.27.206.IN-ADDR.ARPA"{
 type master;
 file "hosts/db.206.27.134.165";
};

zone "0.0.127.IN-ADDR.ARPA"{
 type master;
 file "hosts/db.localhost";
};


#
#  hosts/db.206.27.134.165
#
#

165.134.27.206.in-addr.arpa. IN SOA indigente.net.
postmaster.indigente.net.
(
   2000122801 ; serial
   3600 ; refresh
   900 ; retry
   1209600 ; expire
   43200 ; default_ttl
   )

;
;name servers
;
165.134.27.206.in-addr.arpa. IN NS ns.indigente.net
165.134.27.206.in-addr.arpa. IN NS ns1.indigente.net
;
; address to point to cannonical name
;
1.1.168.192.in-addr.arpa. IN PTR zeus.indigente.net.
2.1.168.192.in-addr.arpa. IN PTR cisco.indigente.net.
3.1.168.192.in-addr.arpa. IN PTR hermes.indigente.net.



#
#  hosts/db.indigente
#
#
@  IN  SOA indigente.net root.indigente.net. (
    2001030901 ; serial YYYYMMDDNN
    10800 ; refresh in 3 hrs
    3600 ; retry in 1 hr
    604800 ; expire in 1 week
    86400 ) ; Minimum TTL of 1 day

indigente.net. IN A 206.27.134.165
indigente.net. IN NS ns1.indigente.net.
indigente.net. IN NS ns1.granitecanyon.com.
indigente.net. IN NS ns1.granitecanyon.com.

indigente.net. IN RP anoland.indigente.net. indigente.net.
anoland.indigente.net. IN TXT #Adrian Noland,NIC handle: ANW137#

localhost IN A 127.0.0.1
mail  IN A 206.27.134.165  ; EXTREF
www  IN A 206.27.134.165  ; EXTREF
webmail  IN A 206.27.134.165  ; EXTREF
ns1  IN A 206.27.134.165  ; EXTREF

www  IN CNAME indigente.net.
mail  IN CNAME indigente.net.
webmail  IN CNAME indigente.net.
ns1  IN CNAME indigente.net.
*.indigente.net.IN CNAME indigente.net. ; GLOBALOK

#
# hosts/db.localhost
#
#
@  IN SOA localhost. root.localhost. (
   2000122801 ; serial
   28800 ; refresh
   14400 ; retry
   3600000 ; expire
   86400 ; default_ttl
   )
1  IN PTR localhost.
@  IN NS localhost.


#
#  db.thresholdreiki
#
#

@   IN SOA thresholdreiki.net root.indigente.net.
   ( 2001030901 10800 3600 604800 68400 );

thresholdreiki.net. IN A 206.27.134.165

thresholdreiki.net. IN NS ns1.indigente.net.
thresholdreiki.net. IN NS ns1.granitecanyon.com.

thresholdreiki.net. IN RP anoland.bigfoot.com. thresholdreiki.net.
thresholdreiki.net. IN TXT "#Adrian Noland, NIC Handle: ANW137#"

*.thresholdreiki.net. IN CNAME  thresholdreiki.net.; GLOBALOK
#thresholdreiki.net. IN MX 10 mail.thresholdreiki.net.  ; EXTREF
#www   IN CNAME thresholdreiki.net.







More information about the bind-users mailing list