Dietpi not connected Topic is solved
Re: Dietpi not connected
Ok, can i reinstall it via ssh?
Re: Dietpi not connected
Yep but first we need to switch DNS setting from local 127.0.0.1 to a public one like 1.1.1.1 or 8.8.8.8 to be able to download the new PiHole software.
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
Re: Dietpi not connected
Ok, i changed in sudo nano /etc/network/interfaces
the dns-namservers from 1.1.1.1. 1.0.0.1. to 8.8.8.8.
Then i restart, but this doesn´t help. When I log in via ssh i get in the Header this:
If you can't make it today, it's no problem. It's late here too 
the dns-namservers from 1.1.1.1. 1.0.0.1. to 8.8.8.8.
Code: Select all
# Please modify network settings via: dietpi-config
# Or create your own drop-ins in: /etc/network/interfaces.d/
# Drop-in configs
source interfaces.d/*
# Local
auto lo
iface lo inet loopback
# Ethernet
allow-hotplug eth0
iface eth0 inet static
address 192.168.178.30
netmask 255.255.255.0
gateway 192.168.178.1
dns-nameservers 8.8.8.8.
# WiFi
#allow-hotplug wlan0
iface wlan0 inet dhcp
address 0.0.0.0
netmask 0.0.0.0
gateway 0.0.0.0
#dns-nameservers 0.0.0.0
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
Code: Select all
DietPi v6.28.0 : 21:22 - Mi 04.03.2020
─────────────────────────────────────────────────────
- Device model : RPi 3 Model B+ (armv7l)
- CPU temp : 39'C : 102'F (Cool runnings)
- LAN IP : 192.168.178.30 (eth0)
curl: (6) Could not resolve host: dietpi.com
────────────────────────────────────────────────

Re: Dietpi not connected
you have a config error on your /etc/network/interfaces. One single DOT to much at the end of the DNS Server config
ok pls try to stop and disable pihole-FTL.service first
Once done, do the following

Code: Select all
dns-nameservers 8.8.8.8.
Code: Select all
systemctl stop pihole-FTL.service
systemctl disable pihole-FTL.service
- dietpi-config
- got to 7 : Network Options: Adapters
- got to Ethernet
- set Change Mode : [STATIC]
- set Static DNS : [1.1.1.1 1.0.0.1]
- Apply
- exit dietpi-config
- on console check if DNS Server is now 1.1.1.1 > nslookup google.de
- reboot your system
- once done lets reinstall PiHole > dietpi-software reinstall 93
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
Re: Dietpi not connected
Hey Joulinar,
thanks a lot, that worked out great. I was able to reinstall pi-hole and now pi-hole runs very well again.
many thanks a lot
thanks a lot, that worked out great. I was able to reinstall pi-hole and now pi-hole runs very well again.
many thanks a lot
