> I am using "Internet Software Consortium DHCP Server V3.0b1pl0" Having no problems with PXE proms on Intel Management Adapters... I DID NOT have any luck with 1.x and 2.x versions of DHCP... My config file looks like this: # DHCP configuration file for DHCP ISC 3.0 & BpBatch # Matthew Hoskins # Global options option subnet-mask 255.255.255.0; default-lease-time -1; option space PXE; option PXE.mtftp-ip code 1 = ip-address; option PXE.mtftp-cport code 2 = unsigned integer 16; option PXE.mtftp-sport code 3 = unsigned integer 16; option PXE.mtftp-tmout code 4 = unsigned integer 8; option PXE.mtftp-delay code 5 = unsigned integer 8; # Subnet-specific options subnet 192.168.1.0 netmask 255.255.255.0 { range 192.168.1.201 192.168.1.206; option routers 192.168.1.1; filename "bpbatch"; next-server 192.168.1.4; option option-135 "bootlinux"; # PXE specific options class "pxeclients" { match if substring (option vendor-class-identifier, 0, 9) = "PXEClient"; option vendor-class-identifier "PXEClient"; # At least one of the vendor-specific option must be set. We set # the MCAST IP address to 0.0.0.0 to tell the bootrom to still use # TFTP (address 0.0.0.0 is considered as "no address") option PXE.mtftp-ip 0.0.0.0; vendor-option-space PXE; } > > The ISC DHCP server has to be restarted if the config file has been > modified. This is because of the state in the lease file. Why not update > to the latest version instead of guessing the version number? I don't know > about PXE compliancy or not of ISC DHCPD. It's not a proxy server BTW. > =========================================================================== > This Mail was sent to netboot mailing list by: > Ken Yap <ken@nlc.net.au> > To get help about this list, send a mail with 'help' as the only string in > it's body to majordomo@baghira.han.de. If you have problems with this list, > send a mail to netboot-owner@baghira.han.de. =========================================================================== This Mail was sent to netboot mailing list by: Matthew Hoskins <mhoskins@microdsi.net> To get help about this list, send a mail with 'help' as the only string in it's body to majordomo@baghira.han.de. If you have problems with this list, send a mail to netboot-owner@baghira.han.de.
For requests or suggestions regarding this mailing list archive please write to netboot@gkminix.han.de.