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
https://wiki.archlinux.org/index.php/Systemd-networkd
Last updated 6 years ago