Hello,
I'm wondering if the dhcpd provided by openbsd is the same as the one from isc
I don't understand why my dhcpd complains
 option  domain-name "mydomain.org";option  domain-name-servers 8.8.8.8;
option  ntp-servers 18.18.16.54;
option  time-offset 3600;

subnet 100.64.1.0 netmask 255.255.255.0 {
        option routers 100.64.1.100;
        range 100.64.1.80 100.64.1.89;
          host pxe-client {
            hardware ethernet f0:44:42:02:a2:ca;
            next-server 100.64.1.100;
            if exists user-class and option user-class = "iPXE" {
              filename "undionly.kpxe";
            }
          }
}
# dhcpd
/etc/dhcpd.conf line 27:
            if
            ^
fatal in dhcpd: Configuration file errors encountered

However this configuration is supposed to work with ISC DHCP
Regards

Reply via email to