Title: Editing DHCP.conf Post by: NuclearOption on Wednesday 05 December 2012, 08:37:06 am Im trying to get my clients to get to boot to a pxe/tftp server these are my endian config files that i have edit'ed. right now its timing out at the tfp server but im not sure why the config files look fine and i can tftp get pxelinux.0 from the client machine
pastebin.com/stX3RnQb <------ DHCPD.conf pastebin.com/zuWhj8bt <-------DHCPD.conf.tmpl Title: Re: Editing DHCP.conf Post by: fqureshi on Thursday 13 December 2012, 07:04:22 pm Why you have defined boot file twice?
tion tftp-server-name "192.168.0.3"; option bootfile-name "/pxelinux.0"; option wpad code 252 = text; option tftp-server-name "192.168.0.3"; option bootfile-name "/tftpboot"; |