Network
Arch network tips and tricks
Quickly connect to internet
dhclientConnect to internet on boot
systemctl enable systemd-networkd.serviceList your interfaces.
ip addrCreate a config file.
nano /etc/systemd/network/20-wired.networkWith the following content (example).
[Match]
Name=enp1s0
[Network]
DHCP=ipv4Reboot.
rebootReferences
Last updated