Comment on page
Network
Arch network tips and tricks
dhclient
systemctl enable systemd-networkd.service
List your interfaces.
ip addr
Create a config file.
nano /etc/systemd/network/20-wired.network
With the following content (example).
[Match]
Name=enp1s0
[Network]
DHCP=ipv4
Reboot.
reboot
Last modified 3yr ago