Written by georg on Juli 15, 2019
Das ist eine Forsetzung zu PI Setup, aber aktualisiert auf Raspbian Buster.
Win32 Imager
Download Link für Image (Version & Kernel)
Einstellungen am PI:
- Deutsche Tastatur
- Statische IP
static ip config am eth0
/etc/network/interfaces.d/eth0auto eth0 allow-hotplug eth0 iface eth0 inet static address 10.0.XXX.XXX netmask 255.255.255.0 gateway 10.0.XXX.XXX dns-nameservers 127.0.0.1
- SSH aktivieren
service ssh start systemctl enable ssh
- DHCP Client deaktivieren
service dhcpcd stop systemctl disable dhcpcd
-
# Buster ist noch so neu, man muss bestätigen, dass es OK ist, dass sich das Repository von Testing auf Stable geändert hat apt-get update --allow-releaseinfo-change apt-get update apt-get upgrade # nicht einmal das DIG Command ist im Image dabei apt-get install dnsutils
- Pihole setup
- Pi-hole mit rekursivem Nameserver
- interne DNS Zone aufbauen
Schreibe einen Kommentar