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

DHCP/DNS dynamisches Update "bad base64 ecoding"



Hallo!

Leider startet bind9 nicht weil folgende Fehlermeldung auftritt:

localhost named[3309]: loading configuration from '/etc/bind/named.conf'
localhost named[3309]: listening on IPv4 interface lo, 127.0.0.1#53
localhost named[3309]: listening on IPv4 interface eth0, 192.168.123.1#53
localhost named[3309]: listening on IPv4 interface eth0:1, 192.168.100.3#53
localhost named[3309]: /etc/bind/named.conf:55: configuring key 'DHCP_UPDATER': bad base64 encoding
localhost named[3309]: loading configuration: bad base64 encoding
localhost named[3309]: exiting (due to fatal error)

Meine bind9 named.conf

-- snip --

key DHCP_UPDATER {
        algorithm HMAC-MD5.SIG-ALG.REG.INT;
        secret SuperGeheim;
};

controls {
        inet 127.0.0.1 port 953
        allow {127.0.0.1;}
        keys {DHCP_UPDATER;};
};


Ideen?

Danke, Martin



Reply to: