No address range available for DHCPv6 request via eth0

Expected Behaviour:

I installed pi-hole on a new raspberry pi 4. I want to setup up pi-hole as a dhcp server for ipv4 and ipv6. However I get the error "no address range available for DHCPv6 request via eth0"

Do you know what's wrong? What puzzles me is that I set up pi-hole in the same network using docker on a synology nas and everything worked fine (I shut it down before starting the new one)

Actual Behaviour:

I get the error: no address range available for DHCPv6 request via eth0
and
no address range available for DHCPv6 request via wlan0

Debug Token:

Your debug token is: https://tricorder.pi-hole.net/4wEQrdPG/

" No DHCPv6 context has been configured for this interface. Check your DHCPv6 settings.

If you do not have an upstreams IPv6 connection (use, e.g., test-ipv6.com for testing), Pi-hole does not have any address prefix it could use to build DHCPv6 addresses causing this warning on every DHCPv6 request. The solution will be to disable DHCPv6 in your Pi-hole."

Hi jfb,

thanks for the answer. I saw that explanation and the website. But even with searching for tutorials I was not able to understand what I need to do. To me it looks like an issue with the raspberry pi or pi-hole config, as I did not get the error in the docker install on my NAS. But I still don't know where to look up the dhcpv6 settings. My /etc/dhcpcd.conf looks like this:

Example static IP configuration:

interface eth0
metric 300
static ip_address=192.168.0.188/24
static ip6_address=fe80::64b2:6d6a:59e3:c2c6/64
static routers=192.168.0.1
static domain_name_servers=192.168.0.1 8.8.8.8 1.1.1.1 2001:4860:4860::8888 2606:4700:4700::1111

interface wlan0
metric 200
static ip_address=192.168.0.189/24
static_ip6_address=fe80::5ec4:a15:aa83:64e8/64
static_routers=192.168.0.1
static domain_name_servers=192.168.0.1 8.8.8.8 1.1.1.1 2001:4860:4860::8888 2606:4700:4700::1111

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.