diff --git a/systemd/network/eth0-static.network b/systemd/network/eth0-static.network new file mode 100644 index 0000000..02e2899 --- /dev/null +++ b/systemd/network/eth0-static.network @@ -0,0 +1,15 @@ +[Match] +Name=eth0 + +[Network] +Address=192.168.1.250/24 +Gateway=192.168.1.1 + +DNSOverTLS=opportunistic + +DNS=9.9.9.9 + +DNS=149.112.112.112 + +# Link discovery causes some issues so disable it. +LLDP=no