View Single Post
  #9 (permalink)  
Old 04-04-2007, 10:26 AM
elementsofway elementsofway is offline
Junior Member
 
Posts: 8
Default

Here are my bind files...

/etc/bind/zones/elementsofway.com.db

Code:
@ IN SOA ns.elementsofway.com. admin.elementsofway.com. (

                        200608081       ; serial, todays date + todays serial #
                        8H              ; refresh, seconds
                        2H              ; retry, seconds
                        4W              ; expire, seconds
                        1D )            ; minimum, seconds
;
                NS      ns              ; Inet Address of name server
                MX      10 mail         ; Primary Mail Exchanger
;
ns              A       192.168.1.90
www             CNAME   www.elementsofway.com.
ftp             CNAME   ns
gw              A       192.168.1.254
                TXT     "Network gateway"
mail            A       192.168.1.90
/etc/bind/zones/rev.192.168.1.90.in-addr.arpa

Code:
@ IN SOA ns1.elementsofway.com. admin.elementsofway.com. (
2006081401;
28800;
604800;
604800;
86400 );

IN NS ns1.elementsofway.com.
90 IN PTR elementsofway.com.
Reply With Quote