Projects / dhcp-dns

dhcp-dns

dhcp-dns is a small Perl script that updates a DJBDNS server with dynamic information from ISC's DHCPD.

Tags
Operating Systems
Implementation

RSS Recent releases

  •  13 Sep 2002 11:34

No changes have been submitted for this release.

  •  13 Feb 2001 18:58

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

  •  30 Jan 2001 06:12

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

    •  30 Jan 2001 06:12

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

      •  30 Jan 2001 06:12

        Release Notes: Bugfixes, mostly in error logging functions.

        RSS Recent comments

        20 Apr 2000 08:05 thomasktn

        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 thomasktn

        _ 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

        Screenshot

        Project Spotlight

        Linux From Scratch

        Instructions to create your own custom Linux system from scratch.

        Screenshot

        Project Spotlight

        web2ldap

        A Web-based LDAP client written in Python.