I set a static IP with Netplan on my desktop, but the link negotiation keeps resetting to "Ignore" every reboot on my Plasma desktop.
How can I make it permanent?
I set a static IP with Netplan on my desktop, but the link negotiation keeps resetting to "Ignore" every reboot on my Plasma desktop.
How can I make it permanent?
On most Desktops, folks should be adjusting all network settings, including link negotiation, using NetworkManager. You don't specify link negotiation settings in Netplan.
For these folks, netplan file (
/etc/netplan/01-network-manager-all.yaml
) is merely a stub handing control over to NM:For folks using networkd (usually on servers) instead of NetworkManager, you specify negotiation settings in the .link file, typically in located /etc/systemd/network/ (reference). You don't specify negotiation settings in Netplan.