2021-07-20 11:52:43 +00:00
|
|
|
:PROPERTIES:
|
|
|
|
:ID: a208dd50-2ebc-404d-b407-3ec2f556535e
|
|
|
|
:END:
|
2021-05-31 15:37:32 +00:00
|
|
|
#+title: Network configuration in Linux
|
|
|
|
#+date: "2021-05-31 13:07:38 +08:00"
|
2021-07-20 11:52:43 +00:00
|
|
|
#+date_modified: "2021-07-20 19:51:34 +08:00"
|
2021-05-31 15:37:32 +00:00
|
|
|
#+language: en
|
|
|
|
|
|
|
|
|
2021-07-20 11:52:43 +00:00
|
|
|
# TODO: Try out non-systemd way of network configuration.
|
|
|
|
# Now you have to try out something like FreeBSD or OpenBSD.
|
2021-05-31 15:37:32 +00:00
|
|
|
To access the internet, you need the following components:
|
|
|
|
|
|
|
|
- The driver of the network device installed and enabled.
|
2021-06-21 02:56:10 +00:00
|
|
|
(See [[id:a7d9897e-fbaa-4ab1-a26d-4a86d2621df8][Linux drivers]] for more details.)
|
2021-05-31 15:37:32 +00:00
|
|
|
- A network manager to manage your network devices ;p
|
|
|
|
- A DNS resolver to access domain names which are aliases to IP addresses.
|
|
|
|
|
2021-07-20 11:52:43 +00:00
|
|
|
If you're using systemd, you can start with [[id:e4dba4ef-71dd-4d30-9a2c-4ad97223510b][Network manager configuration]].
|