I want to turn my Pihole machine into a bridget AP, but I'm facing issues

I'm following the guide from the official RPi documentation to set up a bridge with wlan0 and eth0.

I've followed everything to a tee, but my devices aren't getting an IP address. I guess that DHCP or the DNSs on the Pihole machine are not working.

In /etc/dhcpcd.conf, I have this:

denyinterfaces wlan0 eth0

interface br0
        static ip_address=192.168.1.20/24
        static routers=192.168.1.1
        static domain_name_servers=127.0.0.1

I can connect through SSH to that IP, the SSID is visible, but I just don't get assigned an IP to any device, wireless or not.

Any idea? Please tell me if you need any more info and I'll share it asap.

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