ISP setup..?

Brian McSheehy bmcsheeh at hawaii.edu
Mon Jun 28 10:21:23 UTC 1999


Hello everyone, I am currently trying to setup BIND for an ISP, we are
using RedHat 5.2 and BIND version 8.2-6 . This is the first time I have
ever attempted to setup BIND and was wondering if you could tell me if
these files look right to you? BTW could you cc your response to
bmcsheeh at hawaii.edu , I don't think I am geting all the messages from the
mailing list. Thanks.  

Here is the master file for the domain DIGITAL-M.NET

-----------------------------------------------------------------------------

@                1D IN  SOA  hawaii.digital-m.net.   root.digital-m.net. (
                          1999062601      ; serial, todays date + todays
serial #
                          3H              ; refresh, seconds
                          1H              ; retry, seconds
                          1W              ; expire, seconds
                          1D )            ; minimum, seconds
               		1D IN   NS      hawaii.digital-m.net.     ; Primary DNS
               		1D IN   NS      honolulu.digital-m.net.   ; Secondary DNS
               		1D IN   MX      5 mail.digital-m.net.     ; Primary Mail Exchanger
               		1D IN   MX      10 honolulu.digital-m.net ; Secondary Mail Exchanger
		 

localhost      		1D IN   A       127.0.0.1
digital-m.net. 		1D IN   A       216.64.172.2
gateway-100mbps-gst-hnl 1D IN 	A       216.64.172.1  


ftp            		1D IN   CNAME   digital-m.net.
mail           		1D IN   CNAME   digital-m.net
news           		1D IN   CNAME   204.94.112.34

------------------------------------------------------------------------------------------
**gateway-100mbps-gst-hnl is our router..



Here is the contents for the reverse lookup file "216.64.172"

-------------------------------------------------------------------------------------------

@                     1D IN      SOA    hawaii.digital-m.net. root.digital-m.net. (
                                  199906256       ; Serial
                                  28800   ; Refresh
                                  7200    ; Retry
                                  604800  ; Expire
                                  86400)  ; Minimum TTL
                      1D IN NS       hawaii.digital-m.net.
                      1D IN NS       honolulu.digital-m.net.
  ;
  ;Servers
  ;
  1.172.64.216        1D IN  PTR     gateway-100mbps-us-hnl.digital-m.net
  2.172.64.216        1D IN  PTR     hawaii.digital-m.net.
  3.172.64.216        1D IN  PTR     honolulu.digital-m.net.


-----------------------------------------------------------------------------------------

And here is the named.conf file.....

-----------------------------------------------------------------------------------------

//Boot file for DIGITAL-M.NET

options {
        directory "/var/named";
};
zone "." {
        type hint;
        file "named.ca";
};
zone "0.0.127.in-addr.arpa" {
        type master;
        file "named.local";
};
zone "digital-m.net" {
        type master;
	file "zone/digital-m.net";
};
zone "172.64.216.in-addr.arpa" {
        type master;
	file "zone/216.64.172";
};

-----------------------------------------------------------------------------------------

Okay.....thats all.....for now....unfortuatly I cant' test it cau the T1
will not be installed until the 7th of July. I was hoping somebody could
look at it and tell me if it looks okay, and if not I would appreciate any
suggestions on how to fix what is wrong. Thank You

--Brian



More information about the bind-users mailing list