|
Bugzilla – Full Text Bug Listing |
| Summary: | dhcpd.conf - include "/etc/rndc.key"; is giving error | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Gunther Nau <motionseverywhere> |
| Component: | Network | Assignee: | Peter Poeml <poeml> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | ug |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | SuSE Linux 10.0 | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Gunther Nau
2005-10-17 20:00:47 UTC
Why do you want to include the file in dhcpd.conf? I don't see a reason. to enable dynamic dns updates from dhcpd to named; both config files need a common key definition used to authenticate the dhcpd->named update. key definition can be done by either copying the keydefinition into both files (dhcpd.conf and named.conf) or keep the key in a single file and reference to it (like an "include "/etc/rndc.key" in dhcpd.conf/named.conf). Is my assumption incorrect and/or /etc/rndc.key used for another purpose and not intended for this one? partly incorrect: the /etc/rcnd.key is meant to contain a different key file -- the one to control the name server daemon (start, stop, query for stats, ...) with the rndc tool. See man 8 rndc. For the DDNS key the following documentation should answer all questions: # rpm -ql dhcp-server | grep DDNS /usr/share/doc/packages/dhcp-server/DDNS-howto.txt /usr/share/doc/packages/dhcp-server/genDDNSKey.sh If questions remain, you can contact me per mail (I am the author of the documentation). For remaining problems, please reopen the bug or open a separate bug. |