Feature #10412
closed
DHCPv6 Static Entries are not updated on external DDNS server
Added by Csoban Kesmarki over 4 years ago.
Updated over 4 years ago.
Description
Since pfSense 2.4.5 the isc-dhcp-server is 4.4.1 which supports "update-static-leases" statment for DHCPv6, too.
Suggesting the following change (based on the services.inc in 2.4.5):
--- old/src/etc/inc/services.inc 2020-03-17 18:55:25.044950000 0100
++ new/src/etc/inc/services.inc 2020-03-17 18:54:24.178128000 +0100
@ -1610,6 +1610,7
@
if ($nsupdate) {
$dhcpdv6conf .= "ddns-update-style interim;\n";
+ $dhcpdv6conf .= "update-static-leases on;\n";
} else {
$dhcpdv6conf .= "ddns-update-style none;\n";
}
- Status changed from New to Pull Request Review
- Subject changed from DHCPv6 Statis Entries are not updated on external DDNS server to DHCPv6 Static Entries are not updated on external DDNS server
- Status changed from Pull Request Review to Feedback
- Assignee set to Renato Botelho
- % Done changed from 0 to 100
PR has been merged. Thanks!
- Target version changed from 2.5.0 to 2.4.5-p1
- Status changed from Feedback to Resolved
Directive is present in the configuration, service runs without errors.
Side note: I'm using this modified configuration on my 2.4.5 as a patch since 4/02/2020 and updates my bind9 with all the reserved IPv6 addresses perfectly.
Also available in: Atom
PDF