Skip to content

Enable Networking on Arch VPS

1

First edit

/etc/dhcpcd.conf
interface eth0
static ip_address=IP-FROM-PROVIDER
static routers=ROUTE
static domain_name_servers=NAMESERVERS

2

Then install and enable networkmanager

3

Issue command

ip link set $INTF up