Inhaltsverzeichnis

Einstellungen für /etc/network/interface

DHCP

auto enp0s3
iface enp0s3 inet dhcp

einfach Statisch

auto enp0s3
iface enp0s3 inet static
  address 172.16.10.55/23
  gateway 172.16.10.1
  dns-nameservers 172.16.10.10