dhcp-dns is a small Perl script that updates a DJBDNS server with dynamic information from ISC's DHCPD.
| Tags | Systems Administration |
|---|---|
| Operating Systems | POSIX |
| Implementation | Perl Unix Shell |
Recent releases


No changes have been submitted for this release.


Release Notes: The program now requires Dan Bernstein's djbdns.


Release Notes: Addition of Bind8 and a no-RAS feature.


Release Notes: Updating the reverse-dns zones now works, some minor code cleanups, switched to use logger for system logging.


Release Notes: Bugfixes, mostly in error logging functions.
Recent comments
20 Apr 2000 08:05
RAS Addresses are updatet too, DNS ends in a mess...
Hi there if u got RAS installed onto your NT Boxes, the Script
Gives every Address of the Workstation even the RAS a DNS entry
This ended here up in a mess...
If you dont wanna have to RAS entrys in, u can get my modified
Script. just mail me.
PS: I sent it to the Owner of this Script as well. It may be avail in
next Version
Thomas
18 Apr 2000 09:25
_ Not allowed in Bind 8 ;-)
If u got some Workstations with a Space or an underline in it
Ure bind 8 Server will fail by restart.
I added a the Following Line to the Perl Script:
--------------SNIP--------------
sub read_lease_file {
--------------SNIP--------------
# change spaces to underscore, remove dots
$hostname =~ s/s/_/g;
$hostname =~ s/.//g;
$hostname =~ s/_/-/g; #THIS IS NEW
--------------SNIP--------------
Thnx thats all volks
Tom
Instructions to create your own custom Linux system from scratch.