Expected Behaviour: function as it had prior to upgrading to v6
- Operating System: Raspbian GNU/Linux 12 (bookworm)
- Hardware: Raspberry Pi Zero W Rev 1.1, 512 MB
- Router: Verizon G3100
Actual Behaviour:
Approximately once a day, the entire network (wired and wireless) goes down. By that, I mean that no machine on the wireless network can connect to the WiFi access point or even see that it exists. No machine on the wired network can make any internal or external connection. This has only happened since upgrading to v6.
The only way to bring the network back up is to hard reset the router using the recessed button on the back. After it is reset, I can connect to the router, set up the network (changing SSID and password from the default), and then connect to Pi-hole. Everything works as expected for 24 hours, then it repeats.
The router settings I am using are as follows:
- Disable IPv6
- Assign static IP to Pi-hole
- Set DNS to the above static IP
- Set DHCP IPv4 address distribution to only allow the single IP for the Pi-hole
Then on the Pi-hole:
- Select IPv4 DNS as Cloudflare
- Enable DHCP server to serve addresses outside of the single IP for the Pi-hole
- (Note that when I first view the DCHP server page via the web interface, it is unchecked and address ranges are blank. When I refresh the page, I see what I expect to.)
Debug Token:
https://tricorder.pi-hole.net/zVd7f2kK/ (This is taken from immediately after resetting the router after such an event. I did not change the settings on the router from the default at this point except for the SSID & password.) The network went out at approximately 7:23 PM local time (EDT).
Thanks for any help you can provide. I have tried following similar threads and none of the solutions have apparently worked for me. It is frustrating because I need to wait a day each time to see if the setting change I implemented worked.