[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Dynamic DNS



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi

I'm having difficulty with ddns. I've learned it on Fedora-setup and is
trying to make it work on Sarge. Found this howto,
realmtech.net/documents/DynamicDNS.pdf, and i should be using the rigth
versions;
fw:/usr/src/linux# dpkg -l |grep 'bind'
ii  bind           8.4.6-1        Internet Domain Name Server
ii  bind9-host     9.2.4-1        Version of 'host' bundled with BIND 9.X
ii  dhcp3-server   3.0.1-2        DHCP server for automatic IP address
assignm


- ------------ File: /etc/dhcp3/dhcpd.conf --------------------

allow client-updates;
log-facility local7;

ddns-updates on;
ddns-update-style interim;
ddns-domainname "dom.dk.";
ddns-rev-domainname "in-addr.arpa.";

key UpdaterKey {
        algorithm HMAC-MD5.SIG-ALG.REG.INT;
        secret $1$jBB971$9baRoIPprh0K8C8CCnyTI1;
        };

zone utysket.dk. {
        primary 172.16.0.2;
        key UpdaterKey;
        }

zone 0.16.172.in-addr.arpa {
        primary 172.16.0.2;
        key UpdaterKey;
        }

subnet 172.16.0.0 netmask 255.255.255.224 {
        range 172.16.0.6 172.16.0.30;
        option domain-name-servers      172.16.0.2;
        option subnet-mask              255.255.255.224;
        option domain-name              "dom.dk";
        option routers                  172.16.0.1;
        option broadcast-address        172.16.0.31;
        default-lease-time              9600;
        max-lease-time                  12400;
        }
- ---------------------------------------------------

When a host is requesting, there is no replay (and i have checked the
firewall), so guess it's not the DHCP3-Server <> Bind-relationship, only
the DHCP3-Server thats failing...  The static entries on Bind is working
flawless!
One of the things i had trouble with was creating a md5-sum, i
ended up using the "grub-md5-crypt", perhaps not my best move, but it
gave something to copy/paste. But again i don't know what the rules
are for a "HMAC-MD5.SIG-ALG.REG.INT" encryption.
The syslog gives me no answers, so hopefully someone else can...

- --
/Lars
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDUkQTSdVv6NOAbD4RAkSQAJ49wUGN4eAgBxQ+4qZBKRGFc/2cogCfUZ+F
/97GLBbk6BqkCNKWtWpRIkI=
=SnxA
-----END PGP SIGNATURE-----



Reply to: