Questions about Bind 9.1.0b

Jon Bibeau jbibeau at c-i-s.com
Wed Dec 20 16:30:02 UTC 2000


Greetings,
I've been working with Bind 9.1.0b's DDNS. I generated the 512 bit HMAC-MD5
key, secure copied those files to the /etc directory of the system that
would be updating DNS, and added the following likes to my named.conf
file...

options {
        directory "/var/named";
        recursion yes;
        auth-nxdomain yes;
        };

key "modem_test-ns2." {
        algorithm hmac-md5;
        secret
"JCONIUt0YubeSslPrayOc6O05mOKpG/NQTRV65Adc25Y+82zeHNf1cJCp0n2bv9oSg8NfMs3+HC
xePkY/azRlQ==";
        };

zone "." IN {
        type hint;
        file "named.ca";
        };

zone "localhost" IN {
        type master;
        file "localhost.zone";
        allow-update { none; };
        };

zone "0.0.127.in-addr.arpa" IN {
        type master;
        file "named.local";
        allow-update { none; };
        };

zone "dynamic.testdomain.net" {
        type master;
        file "/var/named/dynamic.testdomain.net.hosts";
        allow-update {
                key "voyager-ns2.";
                key "modem_test-ns2.";
                };
        };


Jon Bibeau <jbibeau at c-i-s.com>
Homepage: http://people.ne.mediaone.net/jbibeau/

System Administrator,
CIS Technical Services
33 Main Street, Suite 303
Nashua, NH 03060
(603) 889-4684 (Local)
(603) 889-0534 (Fax)

"Some men see things the way they are and say, why?
I dream of things that never where and say, why not?"
-- Robert F. Kennedy






More information about the bind-users mailing list