Solved: vps don´t get IP address assigned on CentOS8 / AlmaLinux https://www.softaculous.com/board/index.php?tid=17607 <![CDATA[Solved: vps don´t get IP address assigned on CentOS8 / AlmaLinux]]> https://www.softaculous.com/board/index.php?tid=17607&tpg=1#p52512
Alternatively creating a symlink would also be helpful in this case.]]>
Mon, 05 Apr 2021 05:08:54 GMT https://www.softaculous.com/board/index.php?tid=17607&tpg=1#p52512
<![CDATA[]]> https://www.softaculous.com/board/index.php?tid=17607&tpg=0#p52476
Under CentOS 8 (or AlmaLinux) vps won´t get ip address assignment because  dhcpd.conf will be created in wrong directory.

Moving dhcpd.conf from

Code
/etc/dhcpd.conf


to

Code
/etc/dhcp/dhcpd.conf


and restarting dhcpd with

Code
systemctl restart dhcpd


solves this issue.]]>
Thu, 01 Apr 2021 10:08:10 GMT https://www.softaculous.com/board/index.php?tid=17607&tpg=0#p52476