On Sat, Sep 01, 2012 at 12:22:17PM +0200, C. L. Martinez wrote: > .. but when I launch /etc/rc.d/dhcpd start, a lot of errors appears > (one for every option configured in dhcpd.conf): > > dhcpd[11205]: /etc/dhcpd.conf line 26: no option named space > dhcpd[11205]: option space ipxe; > dhcpd[11205]: ^ > dhcpd[11205]: /etc/dhcpd.conf line 27: no option named ipxe-encap-opts > dhcpd[11205]: option ipxe-encap-opts code > dhcpd[11205]: ^ > dhcpd[11205]: /etc/dhcpd.conf line 28: no vendor named ipxe. > dhcpd[11205]: option ipxe.priority > dhcpd[11205]: ^ > dhcpd[11205]: /etc/dhcpd.conf line 29: no vendor named ipxe. > dhcpd[11205]: option ipxe.keep-san > dhcpd[11205]: ^ > > ...... > > Same configuration works for RHEL/CentOS 6.x dhcpd hosts ... What am I > doing wrong??
You probably need to use the isc-dhcp-server package for this, not dhcpd from the base system. See /usr/ports/net/isc-dhcp Searching the archives you can find posts like this one: http://marc.info/?l=openbsd-misc&m=134082556722850&w=2