Date: Sat, 16 Jun 2001 21:03:16 -0400 (EDT) From: bill <billt@what.ifelse.org> To: Vincent Poy <vince@oahu.WURLDLINK.NET> Cc: <freebsd-questions@FreeBSD.ORG> Subject: Re: bind reverse lookups Message-ID: <20010616202114.K763-100000@zaius.poa> In-Reply-To: <Pine.BSF.4.31.0106161342540.10368-100000@oahu.WURLDLINK.NET>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 16 Jun 2001, Vincent Poy wrote:
> While we're on the subject, anyone know how to do dynamic IP with
> BIND 8/9 and what clients there are?
Haven't used bind 9 yet, but in bind 8 you can specify:
allow-update { xxx; };
in the options or zone sections of named.conf. xxx can be an
earlier-defined acl, a list of ips, or 'key <tsig key>'
To do it with a zone key, there is a little walkthru here:
http://www.nominum.com/resources/faqs/bind-faqs.html#tsig2
which worked for me when i set it up... i've never had to use it in
production since my so-called dynamic ip has been static for like 3
months.
The client that i use is called nsupdate(8), and i believe it should be
part of the standard bind 8 installation on freebsd. i don't know what
other clients exist.
good luck,
Bill
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010616202114.K763-100000>
