Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 1
    Netplan is not a network manager. It uses either NetworkManager or systemd-networkd. And I doubt anybody has made a comprehensive list, especially since this can be configured. You don't even have to use a network manager; even Centos 8 can be turned back to the old ifupdown. Commented Mar 23, 2021 at 10:36
  • Ubuntu ( and Debian ) uses NetworkManager by default but also has ifupdown installed by default if you want to configure /etc/network/interfaces. Running networkctl will tell you whether systemd-networkd is running and managing any interfaces. Commented Mar 23, 2021 at 13:56