- To: slug@xxxxxxxxxxx
- Subject: [SLUG] Re: DHCP and DNS
- From: Angus Lees <gusl@xxxxxxxxxxxxxxx>
- Date: Thu Nov 23 20:52:09 2000
- User-agent: Mutt/1.2.5i
\begin{Brett Esra}
> To those of you using DHCP and DNS, besides the Perl scripts and Cron
> stuff I found, how are you keeping the DNS A records in sync with the IP
> leases that change every so often.
use large lease times or use fixed addresses
i believe most dhcp clients request the same ip when renewing their
lease, so theoretically you should rarely change address.
(i wrote a simple script once to seed a dhcpd.conf file from an
arpwatch.dat list of MAC addresses. once it was going, it was quite
easy to manually update the fixed-addresses as we added/changed
machines.)
--
- Gus