DHCPv6 is similar to classic DHCP as known and very common for IPv4. Since IPv6 features stateless auto configuration (SLAAC), DHCPv6 is less widespread than DHCP for IPv4.
Questions tagged [dhcpv6]
61 questions
3
votes
1 answer
IPv6 with DHCP6: where does the default route come from?
My ISP provides native IPv6 with DHCP6-PD; my router is a Netgear router running OpenWrt. Everything works fine, but I want to understand how exactly, because there are no RAs whatsoever from the ISP's routers.
The traffic dump shows two RS messages…

Xiatian
- 31
- 1
3
votes
1 answer
Linux DHCPv6 server for PD on ppp interfaces
I need to configure prefix delegation on PPPoE. What is the best DHCPv6 server implementation for this? So far I checked the following:
isc-dhcp-server - doesn't work with PPP interfaces
dibbler - works, but needs all the interfaces to be present…

Karol Jędrzejczyk
- 133
- 2
- 12
3
votes
2 answers
How can DHCPv6 server allocate fixed IPv6 addresses to clients if it's not allowed to interpret DUID?
According to RFC3315:
Each DHCP client and server has a DUID. DHCP servers use DUIDs to
identify clients for the selection of configuration parameters and in
the association of IAs with clients. DHCP clients use DUIDs to
identify a server in…

SF.express
- 378
- 1
- 16
2
votes
1 answer
Configuring isc-dhcpd server for DHCPv6 with multiple NTP addresses
I'm trying to configure a DHCPv6 server to provide more than one NTP address (option 56) using the isc-dhcpd server. Is there a currently supported way of doing this?
My first attempt was defining a custom option 56 in the configuration to be an…

vbeljan
- 21
- 1
2
votes
1 answer
How to disable IPv6 dhcpstaticipcoexistence on Server 2019
I have a Server 2019 host that has a static IPv6 address. It seems Microsoft added a feature in Windows 10 that is also present in 2019 where a host can have both a static IP address, as well as a DHCP address. This feature is enabled by…

fukawi2
- 5,396
- 3
- 32
- 51
2
votes
1 answer
Is there a DHCPv6 equivalent of DHCPv4's private-use options?
DHCPv4 allows for custom information to be provided to network devices, using "private-use" options. The IANA registry of DHCP parameters reserves option numbers 224 to 254 for private use.
Does DHCPv6 have an equivalent of DHCPv4's private-use…

Craig McQueen
- 780
- 7
- 20
2
votes
0 answers
Issues with adding and using IPv6 "Predefined Options" on Windows Server 2012r2 DHCP
The Windows Server DHCP Service has the ability to add predefined options for IPv4 and IPv6 by right clicking on the protocol and selecting "Set Predefined Options"
On IPv4 they work in just the same way that they worked on 2008 and 2003, one can…

shouldbeq931
- 509
- 4
- 15
2
votes
1 answer
Fixed Size of IPv6 SLAAC
My confusion with IPv6 SLAAC is that the router provides the network prefix, and the host generates its own part using EUI-64, which means it is always going to be a 64-bit address.
Now, SLAAC is part of Router Advertisement and this is the only way…

Aashish K Goyal
- 21
- 2
2
votes
1 answer
Enable DHCPv6 in dnsmasq to distribute fixed range IPv6 addresses but failed
Help wanted! I want to create a AP in my Raspbian PI. And i choose dnsmasq as the dhcpv4 and dhcpv6 server. However, my laptop can acquire IPv4 successfully but fail to get a IPv6. Why the dnsmasq doesn't work for IPv6?
# my…

Ray
- 21
- 1
- 1
- 4
2
votes
1 answer
OpenWrt allow IPv6 rule to access a server with global IPv6 on local area
First of all, I have a domain with dns configured to point to my device global address witch is set to static with my ISP gloabl prefix as xxxx:xxxx:xxxx:de01::3/64 in dhcpcd.conf.
I'm using Openwrt router as my main router plugged in my ISP ONT. I…

JB_DELR
- 121
- 1
- 2
1
vote
0 answers
Is it possible to combine SLAAC for address assignment with DHCPv6 for dynamic DNS?
Is it possible to use DHCPv6 for dynamic DNS registration in a network where SLAAC is used for address assignment (i.e. both the "Managed Address Configuration" and the "Other Configuration" flags are set)?
The RFCs (for both SLAAC and DHCPv6) don't…

lxgr
- 562
- 2
- 6
- 20
1
vote
2 answers
How to serve custom DNS server to DHCPv6 clients in OpenWRT?
How to serve custom dns to dhcp clients in openWrt? explains how to serve custom DNS server for DHCP clients on IPv4.
But how to do it for IPv6? I tried adding DNS server's IPv6 address but it doesn't seem to have worked.

Hikari
- 107
- 3
- 12
1
vote
0 answers
Debian: Get single IPv6 over DHCP with Prefix Delegation
I've a Debian 9 server with multiple network interfaces acting as web server connected to an ISP-provided optical network terminal (ONT) @ 1Gbps. The ISP provides us with multiple dynamic IPv4 addresses and optional static addresses.
Currently…

TCB13
- 1,166
- 1
- 14
- 34
1
vote
0 answers
Why i can't get a IPv6 address from a relay network
My dhcp server using isc dhcpd v4.3.6,dhcpd6.conf file:
subnet6 2001:xx:xxx:xxx::/64 {
range6 2001:xx:xxx:xxx::10 2001:xx:xxx:xxx::ffff;
option dhcp6.name-servers 2001:xxx:xx::131;
default-lease-time …

Skytiger
- 11
- 2
1
vote
1 answer
Is it common for DHCPv6 and RA to provide IPv6 addr in the same subnet?
For IPv6, both DHCP and RA (the "prefix information" option, with the A flag) can provide IPv6 addresses to hosts. I'm still confused if it's common for DHCPv6 and RA to provide IP addresses in the same subnet.

SF.express
- 378
- 1
- 16