Re: Dynamin DNS updates from clients
- From: Fred Weigel <fred@xxxxxxxxxxxxxxxxxxx>
- Date: Tue, 17 Jun 2008 15:55:46 +0200 (CEST)
learner <Zabaloch@xxxxxxxxx> wrote:
I am trying to update DNS information of the clients in the DNS server
that are receiving IP information from DHCP servers.
The clients have hostnames (that will not change ofcourse), but since
the IP address changes everyday or so can I connect to these
workstations using hostnames without knowing the IP address
information?
Any help will be great in this regard.
Thanks to all.
In /etc/named.conf, add
controls { inet 127.0.0.1 allow { localhost; | keys { rndckey; }; };
/etc/rndc.key (make sure this is included in named.conf)
key "rndckey" { algorithm hmac-md5; secret "...hash goes here..."; };
In the nmaed.conf, ensure that the zone definitions include
allow-update { localhost; }
In /etc/dhcpd.conf add
ddns-updates on;
ddns-update-style interim;
allow client-updates;
Something like that should do the trick for you -- dig through the man
pages as needed, of course.
.
- References:
- Dynamin DNS updates from clients
- From: learner
- Dynamin DNS updates from clients
- Prev by Date: Dynamin DNS updates from clients
- Next by Date: nis user is not able ftp using gssftp (redhat 5.1)
- Previous by thread: Dynamin DNS updates from clients
- Next by thread: Re: Dynamin DNS updates from clients
- Index(es):
Relevant Pages
|