Actions
Feature #10412
closedDHCPv6 Static Entries are not updated on external DDNS server
Start date:
04/02/2020
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Description
Since pfSense 2.4.5 the isc-dhcp-server is 4.4.1 which supports "update-static-leases" statment for DHCPv6, too.
Updated by Csoban Kesmarki over 4 years ago
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";
}
Updated by Viktor Gurov over 4 years ago
Right, https://ftp.isc.org/isc/dhcp/4.4.1/dhcp-4.4.1-RELNOTES:
- The server now honors update-static-leases parameter for static DHCPv6 hosts.
Updated by Jim Pingle over 4 years ago
- Status changed from New to Pull Request Review
Updated by Jim Pingle over 4 years ago
- Subject changed from DHCPv6 Statis Entries are not updated on external DDNS server to DHCPv6 Static Entries are not updated on external DDNS server
Updated by Renato Botelho over 4 years ago
- Status changed from Pull Request Review to Feedback
- Assignee set to Renato Botelho
- % Done changed from 0 to 100
PR has been merged. Thanks!
Updated by Jim Pingle over 4 years ago
- Target version changed from 2.5.0 to 2.4.5-p1
Updated by Jim Pingle over 4 years ago
- Status changed from Feedback to Resolved
Directive is present in the configuration, service runs without errors.
Updated by Csoban Kesmarki over 4 years ago
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.
Actions