Skip to content

Instantly share code, notes, and snippets.

@noonien
Created October 12, 2017 12:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noonien/9eea51ed0c756a610688a8a3dbc19304 to your computer and use it in GitHub Desktop.
Save noonien/9eea51ed0c756a610688a8a3dbc19304 to your computer and use it in GitHub Desktop.
Forward PXE requests to Windows deployment servers using OpenWRT

Append the following to /etc/config/dhcp:

config boot 'linux'                        
        option filename 'pxelinux.0'       
        option serveraddress 'YOUR.SERVER.IP.HERE'
        option servername 'HP Deployment'  
        list dhcp_option '186,10.0.255.251'
        list dhcp_option '187,8017'      
        list dhcp_option '252,\\boot\BCD'

~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment