Re: Artix VM in virt-manager has no network access
Reply #5 –
I think maybe the dhcpcd service might just need to be added to the default run-level on OpenRC?
on my host machine it is.
$ rc-update --all | grep dhcpcd
dhcpcd | default
but on the live image it is not:
$ rc-update --all | grep dhcpcd
$
It does exist in the /etc/init.d folder
$ ls -la /etc/init.d | grep dhcpcd
-rwxr-xr-x 1 root root 389 May 5 2021 dhcpcd