On Thu, 12 Jul 2001 11:22:56 "Breathnach, Proinnsias (Dublin)" wrote:
> Dynamic DNS of some sort ... I know it's doable .. and that it's
> supported
> in BIND 8.x, but how do I go about setting it up ...
You need a couple of directives in your named.conf:
generic example:
acl dyn-update {
127.0.0.1;
10.0.0.1;
};
zone "localnet" {
type master;
file "localnet";
allow-update { dyn-update; };
};
zone "10.in-addr.arpa" {
type master;
file "10.in-addr.arpa";
allow-update { dyn-update; };
};
The acl and the allow-update lines are the important ones.
Then get the following:
http://www.heronforge.net/~stephen/DHCP-DNS/index.html
The set up is very simple, just change $DOMAIN in /etc/dhcp-dns.conf to
"localnet".
If you use the beta of version 3 of dhcp, it allegedly supports dynamic
update out of the box. I haven't used it and so can't comment on it.
BTW, if you're using debian, the above package is called dhcp-dns.
Martin.
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!