Pages

Saturday, December 19, 2020

Automatically connect to a network via dhcpcd on Arch Linux

 Activate service of name dhcpcd@interface.service

 You can get the name of your network interface withe ip link command. For example:

ip link

sudo systemctl enable dhcpcd@enp2s0.service


No comments:

Post a Comment