Ferdinand
08/19/2024, 7:08 AM[Match]
MACAddress=<MAC_ADDRESS_OF_YOUR_NETWORK_ADAPTER>
[Network]
Description=Static IP address for flatcar
Address=<IP_ADDRESS>/<SUBNET_MASK>
Gateway=<IP_OF_YOUR_GATEWAY>
DNS=<PREFERED_DNS_SERVER>
Put this file into /etc/systemd/network with a name like 00-staticip.network and reboot the machine (or restart systemd-networkd).
More information is also available here: https://learn.umh.app/course/how-to-change-networking-in-flarcar/