Questions about Bind 9.1.0b

Mark.Andrews at nominum.com Mark.Andrews at nominum.com
Wed Dec 20 20:49:45 UTC 2000


	All I can see here are statements of fact.
	There are no questions.

	Mark
> 
> 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
> 
> 
> 
> 
> 
--
Mark Andrews, Nominum Inc.
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark.Andrews at nominum.com



More information about the bind-users mailing list