diff --git a/.zk/notebook.db b/.zk/notebook.db index 3bffad6..7071c7b 100644 Binary files a/.zk/notebook.db and b/.zk/notebook.db differ diff --git a/zk/Network_debugging.md b/zk/Network_debugging.md new file mode 100644 index 0000000..955af65 --- /dev/null +++ b/zk/Network_debugging.md @@ -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) diff --git a/zk/Set_DNS_settings.md b/zk/Set_DNS_settings.md index 1febb4a..d4eacf8 100644 --- a/zk/Set_DNS_settings.md +++ b/zk/Set_DNS_settings.md @@ -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)