Granitecanyon.com problem

Stephen Carville carville at ugsolutions.com
Tue Jun 13 22:58:12 UTC 2000


I have designated ns1 and ns2 at granitecanyon.com as the primary names ervers
for the domain heronforge.com.  I configure granitecanyon as secondaries to my
DNS server at 192.216.137.5.  So far I have not seen any transfers from
granitecanyon -- not even a denied request.  As near as I can tell,
everything is set up correctly but it still does not work.   I even took out
the allow-transfer statement JIC...

/etc/named.conf
================================
options {
        directory "/var/named";
        listen-on{
                192.168.1/24;
                192.216.137.5;
        };
};
zone "." {
        type hint;
        file "root.cache";
};
zone "heronforge.com"{
        type master;
        file "heronforge.com";
};
zone "high-g.prv"{
        type master;
        file "high-g.prv";
};
zone "1.168.192.IN-ADDR.ARPA"{
        type master;
        file "192.168.1";
};
zone "0.0.127.IN-ADDR.ARPA"{
        type master;
        file "127.0.0";
}; 
===========================

/var/named/heronforge.com
==========================
@       IN      SOA     warlock carville.cpl.net. (
                6       ; serial
                86400   ; refresh
                900     ; retry
                1209600 ; expire
                86400   ; default_ttl
                )

@                       IN      NS      warlock
heronforge.com.         IN      NS      ns1.granitecanyon.com.
heronforge.com.         IN      NS      ns2.granitecanyon.com.

www                     IN      CNAME   warlock

warlock                 IN      A       192.216.137.5
============================= 
  



More information about the bind-users mailing list