Thanks. I am using bootp.. I am just wondering how the bootptab looks like using PXE. I have tried it, I got error file not found, although the client get the IP and all but it cannot boot.It stuck with the following error: ERROR: [OpenFile] cannot open remote file Error in Bootstrap loader, line 1:cannot load file what causes this error? thanks again > > Just use the most up to dave version of dhcpd (www.isc.org) and it works > fine... I'll paste a example of my dhcpd file below... > > # 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; > } > > #hardcoded ip for a particular mac addr > host whisper1 { > hardware ethernet 00:90:27:4e:ac:14; > fixed-address 192.168.1.201; > } > > > } =========================================================================== This Mail was sent to netboot mailing list by: Rudhuwan Abu Bakar <duan@mimos.my> 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.