From f392a34c24f8af044b5c4e1a7b41666d4be671e6 Mon Sep 17 00:00:00 2001 From: Thomas Kleinendorst Date: Tue, 19 Nov 2024 12:35:58 +0100 Subject: [PATCH] Add instructions on DNS address --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 146f227..093dec1 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,12 @@ When logged in the user will be prompted with the **zsh** configured with **[Oh It can be handy to reinstall the Pi. First shutdown the pi by running `sudo shutdown` from SSH. Next take out the memory card and follow all steps in [Raspberry Pi preperation](#raspberry-pi-preperation). For the next step remove the current *known_hosts* entry with: `ssh-keygen -R '192.168.50.27'` for all PCs that had SSH access to the Pi. +#### Removing Raspberry Pi as DNS provider for local network +In the router settings the Raspberry Pi is configured as the primary DNS server. When reinstalling the Pi this breaks the network. When reinstalling the Pi revert to the default DNS provider in the +router by navigating to [it's website](http://asusrouter.com/Advanced_DHCP_Content.asp) and clearing the DNS Server 1 field and applying these settings. + +After installing the Raspberry Pi it can be added again. + ### Debugging users other than the main user The **user** role included in this repository makes it possible to create new users which will also have a fully configured ZSH environment. They can't be accessed via SSH because no SSH keys are added for them and password logins are disabled.