systemd and more than 1 nic
at least on my micro-server the nic didn’t get an ip (manually launching dhclient worked).
Resolution:
1
2
3
4
5
6
root@openmediavault:/etc/systemd/network# cat 80-dhcp.network
[Match]
Name=en*
[Network]
DHCP=yes
Dieser Eintrag ist vom Autor unter
CC BY 4.0
lizensiert.