Bug #10200
closedDHCPv6 domain-search list not sent to clients
100%
Description
After tcpdumping dhcp requests and responses I realized that `option domain-search` in `/var/dhcpd/etc/dhcpdv6.conf` should be `option dhcp6.domain-search`. I have verified this by patching the file manually and restarting the process (manually). After this the DHCP server properly sends the search list when requested by the client.
Updated by Florian Apolloner almost 6 years ago
I have opened a PR at https://github.com/pfsense/pfsense/pull/4171 -- the relevant documentation can be found at https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/networking_guide/sec-dhcp_for_ipv6_dhcpv6
Updated by Jim Pingle almost 6 years ago
- Status changed from New to Pull Request Review
- Assignee set to Jim Pingle
- Target version set to 2.5.0
Updated by Renato Botelho almost 6 years ago
- Status changed from Pull Request Review to Feedback
- % Done changed from 0 to 100
Pull request has been merged. Thanks!
Updated by Viktor Gurov over 5 years ago
- Status changed from Feedback to Resolved
works as expected on 2.5.0.a.20200213.1525:
Frame 9171: 200 bytes on wire (1600 bits), 200 bytes captured (1600 bits) on interface 0
Ethernet II, Src: 0c:0d:52:73:83:02 (0c:0d:52:73:83:02), Dst: 0c:0d:52:15:ef:00 (0c:0d:52:15:ef:00)
Internet Protocol Version 6, Src: fe80::e0d:52ff:fe73:8302, Dst: fe80::e0d:52ff:fe15:ef00
User Datagram Protocol, Src Port: 547, Dst Port: 546
DHCPv6
Message type: Advertise (2)
Transaction ID: 0x47638c
Identity Association for Non-temporary Address
Client Identifier
Server Identifier
DNS recursive name server
Domain Search List
Option: Domain Search List (24)
Length: 30
Value: 04646f6d3103696e740004646f6d3203696e740004646f6d...
DNS Domain Search List
Domain Search List FQDN: dom1.int
Domain Search List FQDN: dom2.int
Domain Search List FQDN: dom3.int
Updated by Jim Pingle over 5 years ago
- Status changed from Resolved to Feedback
- Target version changed from 2.5.0 to 2.4.5-p1
Updated by Magnus Holmgren over 5 years ago
Same thing with option domain-name, I'm pretty sure. Has that been fixed too?
Updated by Magnus Holmgren over 5 years ago
No, wait, such an option doesn't even exist. So should the text box be removed completely from the UI?
Updated by Jim Pingle over 5 years ago
- Status changed from Feedback to Resolved
Correct option is present now.
Updated by Viktor Gurov almost 5 years ago
- Category changed from DHCP (IPv4) to DHCP (IPv6)