RaspiOS – Befehle

Statische IP-Adresse setzen:

sudo nano /etc/dhcpcd.conf
interface eth0
static ip_address=192.168.178.50/24
static routers=192.168.178.1
static domain_name_servers=192.168.178.1
sudo systemctl restart dhcpcd