Network configuration
Configure your network
Network Manager
By default your system is configured with dhcp using Netwok Manager. Currently Network Manager is installed on the system as a part of layers/X.
systemd-networkd
If you want to use systemd-networkd instead of Network Manager follow these steps.
First disable Network Manager service and enable systemd-networkd service:
|
|
Enable the systemd-resolved service:
|
|
Configure your connection: To list available connectiond you can run networkctl
|
|
This will display a list like this:
|
|
In our example we want to configure enp3s0
Static config:
|
|
And as an example add this to the file
|
|
DHCP: We edit the same file as above but now we put in this config
|
|
Last modified December 19, 2024: Update gaming.md (a1360a7)