Autosave: 2024-06-17 20:00:04

This commit is contained in:
thomasabishop 2024-06-17 20:00:04 +01:00
parent 3b1aebe18b
commit 790d93d622
3 changed files with 19 additions and 1 deletions

Binary file not shown.

12
zk/Network_debugging.md Normal file
View file

@ -0,0 +1,12 @@
---
id: x44w
title: Network debugging
tags: [procedural, Linux, networks]
created: Monday, June 17, 2024
---
# Network debugging
## Related notes
![Network scanning](Network_scanning.md)

View file

@ -17,7 +17,7 @@ Within the system systemd files this will be handled in
files etc.
In the file below I have turned of DHCP routing and specified the address of my
Pi-hole device to handle domain name resolution:
Pi-Hole device to handle domain name resolution:
```
#wlan.network
@ -42,4 +42,10 @@ RouteMetric=600
```
This stops it using the default DNS server of my router and runs the resolutions
against Pi-Hole.
## Related notes
![Network scanning](./Network_scanning.md)
![Network debugging](Network_debugging.md)