Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
winpe [2010/04/20 13:58] jrc3 |
winpe [2010/06/05 07:34] (current) sha0 Add info about next-server DHCP option |
||
---|---|---|---|
Line 64: | Line 64: | ||
**For ISC DHCPD**, you can do this by adding the following to ///etc/dhcpd.conf//. | **For ISC DHCPD**, you can do this by adding the following to ///etc/dhcpd.conf//. | ||
+ | next-server XXX.XXX.XXX.XXX; | ||
filename "\\Boot\\pxeboot.n12"; | filename "\\Boot\\pxeboot.n12"; | ||
+ | where the **next-server** details either the IP address or DNS hostname of your TFTP server. | ||
{{ :warning.png}} | {{ :warning.png}} | ||
Line 75: | Line 77: | ||
Option Number Option Name Value | Option Number Option Name Value | ||
+ | 066 Boot Server XXX.XXX.XXX.XXX | ||
067 Bootfile Name boot\pxeboot.n12 | 067 Bootfile Name boot\pxeboot.n12 | ||
+ | |||
+ | where option 66 refers to your TFTP server's IP address or DNS hostname. | ||
===== Booting WinPE ===== | ===== Booting WinPE ===== |