Menu

<< | Zurück

Linux Netzwerkkonfiguration

Verschiedene Netzwerkkonfigurationen


IP Statische konfigurieren

@sudo nano /etc/dhcpcd.conf 
interface eth0 
static ip_address=192.168.1.21/24

static routers=192.168.1.1

static domain_name_servers=192.168.1.1

interface wlan0

static ip_address=192.168.11.21/24

static routers=192.168.11.1