Bug #5603
closed
two issues with dynamic dns regsitration from dhcp
Added by Jeremy Porter almost 9 years ago.
Updated almost 9 years ago.
Description
Line 995 in /usr/local/www/services_dhcp.php Input Type is being set to "number" should be "text".
However with that fixed, /var/dhcpd/etc/dhpcd.conf still does not contain correct ddyn entries.
zone skinnydog.org. {
primary 192.207.126.6;
}
This should be like:
zone skinnydog.org. {
primary 192.207.126.6;
key "skinnydog";
}
The key name is set, and valid in the config.xml.
Looks like it might be in the block around line 1138 in /etc/services.inc.
Although its not creating the key entry in /var/dhcpd/etc/dhcpd.conf either, so maybe not.
- Assignee set to Renato Botelho
seems straight-forward to fix
- Status changed from New to Confirmed
- Affected Version set to 2.3
- Status changed from Confirmed to Feedback
- Assignee changed from Renato Botelho to Jeremy Porter
Ya, even after disabling ddns updates and re-enabling, I'm still not seeing the "key" statements for the zone, or the actual update key being included.
Chris can you check your ddns and make sure the /var/dhcp/etc/dhcpd.conf has the key statements and the key defined?
- Status changed from Feedback to Confirmed
- Assignee changed from Jeremy Porter to Chris Buechler
- Affected Version changed from 2.3 to All
See the issue after working on Jeremy's system. It's actually never worked correctly if the last enabled DHCP server instance didn't have the keys defined on it.
- Status changed from Confirmed to Feedback
this looks to be correct in all cases now.
- Status changed from Feedback to Resolved
Jeremy's situation is confirmed working now. Every other circumstance still looks good too.
Also available in: Atom
PDF