DHCP option 52 from DHCP server

Dominic L A J S l.a.j.s.dominic at gmail.com
Mon Jun 6 08:27:50 UTC 2016


Hi,
I am trying to make my DHCP Server send DHCP option 52. But I have not
succeeded still. Any suggestion on the dhcpd.conf will be of great help.


host mx106 {
     hardware ethernet 00:19:8F:19:C9:63;
     fixed-address 192.168.2.106;
     max-lease-time 4294967295;
     option subnet-mask 255.255.255.0;
            option dhcp-option-overload 3;
            #option dhcp-max-message-size 1024;
     option dhcp-client-identifier "AA1424FE6YV";
     option tftp-server-name "192.168.2.10";
     option bootfile-name "ZTP_IC/AA1424FE6YV.txt";
            #next-server 192.168.2.10;
            server-name "192.168.2.10";
            filename "ZTP_IC/AA1424FE6YV.txt";
            server-identifier 192.168.2.10;
            option host-name "192.168.2.10";
}

Thanks and Regards,
Dominic L A J S
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20160606/b3d51010/attachment.html>


More information about the dhcp-users mailing list