|
|
|
|
|
by core-questions
2171 days ago
|
|
Yeah, the basic use case of simple wired network connectivity has gotten extremely complicated, especially in Ubuntu 18+, where you configure Netplan with YAML to render templates or...something.. that configures NetworkManager or not NetworkManager to do whatever to finally run `ip` to set the address. I miss just editing /etc/network/interfaces and /etc/resolv.conf by hand. I get that that sucks for laptops, but why can't the rest of us just have an exceedingly simple and pleasant setup? |
|
https://wiki.archlinux.org/index.php/Systemd-networkd
Here's a sample config file from my home desktop using a static IP:
This'll work on any systemd distribution.netplan is one of those Canonical projects that'll probably disappear in a year or two.