DNSMASQ Not recieving DHCP requests/ DNSMASQ Not sending
Solution 1:
Quite likely you’re running firewalld (enabled by default).
Use the following command to enable DHCP in the firewall:
firewall-cmd --add-service=dhcp --permanent
firewall-cmd --reload