(08-15 example) srv01 ~ # cat /etc/netplan/01-netcfg.yaml # This file describes the network interfaces available on your system # For more information, see netplan(5). network: version: 2 renderer: networkd ethernets: ens160: addresses: [1.2.3.4/30, "2a02:708:xx:xx::2/64"] gateway4: 1.2.3.4 gateway6: 2a02:708:xx:xx::1 nameservers: addresses: [8.8.8.8, "2001:4860:4860::8888"] ens192: addresses: [192.168.0.10/24] to apply the settings, use netplan apply to list your network interfaces (and their names) use ip addr
…Hallo,
die Beschreibung ist ja ganz nett, aber sie hilft nicht, wenn auch gleichzeitig der NetzwerkkartenName z.B wieder in „eth0“ oder „intern“ mit umbenannt werde soll…
Hier ist netplan.org unbeholfeen und nicht zeitgemäß ohne Eingabemaske für jegliche Einstellungen…