BlackArch / blackarch-iso

BlackArch Linux ISOs
https://www.blackarch.org/
207 stars 80 forks source link

dhcpcd is missing in full ISO #54

Closed mgazzin closed 8 months ago

mgazzin commented 8 months ago

Hello, I am not getting IP address from router, but if I test with ethtool the link is up. dhcpd service is missing.

noraj commented 8 months ago

Weird, seems there is dhclient and dhcpcd in all ISO:

https://github.com/search?q=repo%3ABlackArch%2Fblackarch-iso%20dhclient&type=code

mgazzin commented 8 months ago

It seems the dhcpd service is missing:

https://wiki.archlinux.org/title/dhcpcd

I will try to look at it better on Friday

mgazzin commented 8 months ago

Sorry we are not talking about dhcpd that is the server. We are talking about dhcpcd, that is the client. The following command solved the issue:

systemctl start dhcpcd

This service is disabled when Blackarch Linux starts.

anunna commented 8 months ago

Internet is disabled by default in the ISO for forensic reasons. As you and we have confirmed, dhcpcd is installed on the ISO but disabled.

noraj commented 8 months ago

Yay, no issue then.