<html><head></head><body><div><div>hi users</div><div><br></div><div>I have my dhcpd to serve nothing but virbr0 (libvirt), OS is Centos 7.2</div><div>Dhcpd would not start, complaining like this:</div><div><br></div><div>No subnet declaration for virbr0 (no IPv4 addresses).</div><div>** Ignoring requests on virbr0.  If this is not what</div><div>   you want, please write a subnet declaration</div><div>   in your dhcpd.conf file for the network segment</div><div>   to which interface virbr0 is attached. **</div><div><br></div><div>and systemctl -l shows:</div><div>...</div><div>systemd[1]: start request repeated too quickly for dhcpd.service</div><div>...</div><div><br></div><div>but suffice to restart dhcpd and all works!</div><div>I'v customized systemd's service conf, I've put:</div><div><br></div><div>After=libvirtd.service</div><div>Requisite=libvirtd.service</div><div><br></div><div>but this did not help.</div><div>Would you share your thoughts? Systemd list say it's libvirt (wrong)doing.</div><div>many thanks.</div><div>L.</div></div></body></html>