All Kind of problems - Need help 2-

Edward Perry edperry at speakeasy.net
Thu Apr 19 02:56:18 UTC 2001


Clear DaySorry, I guess the name server strips attachments so here is the
named.conf and 1 zone file.
options {
  directory  "/usr/local/adm/named";
  listen-on { 216.27.135.142; };
  allow-query { any; };
  recursion yes;
};
zone "0.0.127.in-addr.arpa" {
        type master;
        file "127.0.0";
        notify no;
};
zone "myroadhose.net" {
        type master;
        file "myroadhousenet.zone";
};
zone "myroadhose.com" {
        type master;
        file "myroadhousecom.zone";
};
zone "." {
        type hint;
        file "named.root";
};


$TTL 68400
; NAME          TTL     CLASS   TYPE    RDATA
;
@               IN      SOA     ns.myroadhouse.net. edperry at speakeasy.net(
                                        2001041805      ; Serial YYYY MM DD
RR
                                        900             ; Refresh
                                        450             ; Retry
                                        604800          ; Expire
                                        300)         ; Minimum TTL
@               IN      NS      ns.myroadhouse.net.
@               IN      NS      ns2.myroadhouse.net.
ns              IN      A       216.27.135.142
ns2             IN      A       216.27.135.141
localhost       IN      A       127.0.0.1
mail            IN      A       216.27.135.142
www             IN      A       216.27.135.142




More information about the bind-users mailing list