Project

General

Profile

Actions

Bug #7324

closed

DHCPv6 Dynamic DNS hostname

Added by Bogdan P about 7 years ago. Updated over 6 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
DHCP (IPv6)
Target version:
Start date:
02/27/2017
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.3.3
Affected Architecture:

Description

According to 2.3.3 New Features and Changes it is now possible to force a Dynamic DNS hostname in DHCP/DHCP6 Server settings. All is working as intended for the DHCPv4 server side, checking DDNS Hostnames generates a ddns-hostname "randomname" definition in the lease section of the dhcpd.conf.
host s_lan_7 {
hardware ethernet 58:48:22:60:c8:7d;
option dhcp-client-identifier "00:01:00:01:1f:e1:db:25:52:98:93:c3:f2:f0";
fixed-address 10.0.200.11;
option host-name "randomname";
ddns-hostname "randomname";

Also in the Static DHCP Mapping on LAN you have the option to check DDNS Hostname.

Now on the DHCPv6 server side of things after checking the DDNS Hostnames checkbox the relevant section in dhcpdv6.conf doesn't contain any reference whatsoever to a ddns-hostname option :
host s_lan_4 {
host-identifier option dhcp6.client-id 00:01:00:01:1f:e1:db:25:52:98:93:c3:f2:f0;
fixed-address6 2a02:beef:cafe:0001::d;
option host-name randomname;
}

There is no mention whatsoever of a DDNS Hostname option in the Static DHCPv6 Mapping.

Actions #1

Updated by Jim Thompson over 6 years ago

  • Assignee set to Jim Pingle
Actions #2

Updated by Jim Pingle over 6 years ago

  • Status changed from New to Confirmed
Actions #3

Updated by Jim Pingle over 6 years ago

  • Status changed from Confirmed to Feedback

Just pushed a fix for this. It will show later today once things get synchronized back up.

Actions #4

Updated by Jim Pingle over 6 years ago

  • % Done changed from 0 to 100
Actions #5

Updated by Jim Pingle over 6 years ago

  • Status changed from Feedback to Resolved

Works, the directive is in the config now.

Actions

Also available in: Atom PDF