What did you change?
I wrote this configuration into /etc/dhcp.conf
interface wlan0
static ip_address=192.168.0.10/24
static routers=192.168.0.1
static domain_name_servers=192.168.0.1
Thats correct.
You dont have any other network interfaces besides wlan0
connected right?
My home network is quite simple. I have 1 main router connected to internet 192.168.0.1
and second router 192.168.0.2
as wifi signal extender (bridge) with dhcp turned off. Raspberry PI Zero is connected thru wifi and I have only one wired connection from main router to TV only. So I guess it's correct.
But I prefer you use below to check:
ip route show default
ip route get 8.8.8.8
After ip route show default
I see this:
default via 192.168.0.1 dev wlan0 src 192.168.0.10 metric 302
After ip route get 8.8.8.8
I see this:
8.8.8.8 via 192.168.0.1 dev wlan0 src 192.168.0.10 uid 1000
cache
And also, please copy/paste the text output to here instead of those screenshots?
I also like to copy/paste instead of typing over your screenshot data
No more screenshots, sorry for that!
What client operating systems do you have connected to this same WiFi AP segment?
And can these clients browse the Internet?
What IP details does one of these clients show (IP address, subnet mask, gateway)?
I'm connected with 2 android phones, 2 iphones, 2 iPads, 3 windows laptops and 1 I hope 1 raspberry pi zero wh with this no gui os Raspberry Pi OS – Raspberry Pi
EDIT: Ow ps. can you ping the router from the Pi-hole host?
ping 192.168.0.1
Ping doesn't seem to be ok
PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
^C
--- 192.168.0.1 ping statistics ---
102 packets transmitted, 0 received, 100% packet loss, time 184ms
EDIT2: Could you post output for one more:
ip -4 neighbor show | awk '{print $1}'
Yes, here's the result
192.168.0.20
192.168.0.18
192.168.0.11
192.168.0.13
192.168.0.1
192.168.0.5
192.168.0.3
192.168.0.7
192.168.0.4
Hmm I don't see 192.168.0.10
which should belong to raspberry pi.