wiki/notebook/linux.network-configuration.org
Gabriel Arazas ed1c78669e Update notebook as of 2021-08-27
I forgot. I should process more notes starting tomorrow. ;p
2021-08-27 22:24:00 +08:00

1.0 KiB

Network configuration in Linux

To access the internet, you need the following components:

  • The driver of the network device installed and enabled. (See Linux drivers for more details.)
  • A network manager to manage your network devices ;p
  • A DNS resolver to access domain names which are aliases to IP addresses.

There are competing components to manage your network configurations.

  • There is NetworkManager that has been the standard way for managing networks. It is being used in roam:GNOME as the backend for their network management interface.
  • If you're using systemd-ful environment, you can start with systemd-networkd.