You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/pi-hole/network-level-blocking.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ This happens automatically when the lease expires (typically within 24 hours, de
58
58
59
59
For a smart TV, that means a full power cycle from the menu or the old favorite: unplug it, then plug it back in.
60
60
61
-
**Verify it's working:** On a device that has renewed its lease, open the Pi-hole query log and browse to a few sites - you should see the device's IP appear as a client.
61
+
**Verify it's working**: On a device that has renewed its lease, open the Pi-hole query log and browse to a few sites - you should see the device's IP appear as a client.
62
62
63
63
## Optional: Force Devices That Ignore Router DNS to Use the Pi-hole
Copy file name to clipboardExpand all lines: src/content/docs/pi-hole/troubleshooting.mdx
+37-37Lines changed: 37 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,11 @@ Change `true` to `false` when you're done troubleshooting.
27
27
28
28
### SSH host key mismatch after rebuild
29
29
30
-
**Symptom:**`WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED` when SSHing to the Pi.
30
+
**Symptom**:`WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED` when SSHing to the Pi.
31
31
32
-
**Cause:** You reformatted the SD card and reinstalled, or changed the IP address, but your computer still has the old SSH host key cached.
32
+
**Cause**: You reformatted the SD card and reinstalled, or changed the IP address, but your computer still has the old SSH host key cached.
33
33
34
-
**Fix:**
34
+
**Fix**:
35
35
36
36
```shell title="From your device"
37
37
ssh-keygen -R pi-hole.local
@@ -40,20 +40,20 @@ ssh pi-admin@pi-hole.local
40
40
41
41
### Port 53 conflict between Pi-hole and unbound
42
42
43
-
**Symptom:** Pi-hole installs successfully, the web interface works, but DNS resolution fails on your network. The dashboard may show "DNS server failure."
43
+
**Symptom**: Pi-hole installs successfully, the web interface works, but DNS resolution fails on your network. The dashboard may show "DNS server failure."
44
44
45
-
**Cause:** Both Pi-hole (via dnsmasq) and unbound are trying to listen on port 53.
45
+
**Cause**: Both Pi-hole (via dnsmasq) and unbound are trying to listen on port 53.
46
46
This happens if unbound was installed with its default configuration before Pi-hole.
47
47
48
-
**Check:**
48
+
**Check**:
49
49
50
50
```shell title="From the Pi"
51
51
sudo journalctl -u pihole-FTL | grep "port 53"
52
52
```
53
53
54
54
Look for: `dnsmasq: failed to create listening socket for port 53: Address in use`
55
55
56
-
**Fix:** Configure unbound to use port 5335 (see [Optional: Configure Unbound as Recursive DNS](./pihole-install/#optional-configure-unbound-as-recursive-dns)), then restart both services:
56
+
**Fix**: Configure unbound to use port 5335 (see [Optional: Configure Unbound as Recursive DNS](./pihole-install/#optional-configure-unbound-as-recursive-dns)), then restart both services:
0 commit comments