Autosave: 2024-06-17 20:00:04
This commit is contained in:
parent
3b1aebe18b
commit
790d93d622
3 changed files with 19 additions and 1 deletions
BIN
.zk/notebook.db
BIN
.zk/notebook.db
Binary file not shown.
12
zk/Network_debugging.md
Normal file
12
zk/Network_debugging.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
id: x44w
|
||||||
|
title: Network debugging
|
||||||
|
tags: [procedural, Linux, networks]
|
||||||
|
created: Monday, June 17, 2024
|
||||||
|
---
|
||||||
|
|
||||||
|
# Network debugging
|
||||||
|
|
||||||
|
## Related notes
|
||||||
|
|
||||||
|

|
|
@ -17,7 +17,7 @@ Within the system systemd files this will be handled in
|
||||||
files etc.
|
files etc.
|
||||||
|
|
||||||
In the file below I have turned of DHCP routing and specified the address of my
|
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
|
#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
|
## Related notes
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|
|
Loading…
Add table
Reference in a new issue