iPXE to redirect boot to another PXE server
|
2013-04-03, 17:07
Post: #4
|
|||
|
|||
RE: iPXE to redirect boot to another PXE server
Have a look at the http://ipxe.org/cmd/chain page. Generally you can forward to another PXE server like this:
Code: #!ipxe Be aware though, if the other PXE NBP (Network Bootable Program) performs another DHCP request to retrieve information, it most likely will receive it from the same DHCP server, which will give out the original response. You might need to trick your DHCP server into giving different programs different responses. If you're using ISC DHCP this is quite possible with conditional clauses. But this is considered a quite advanced topic. You can find pointers to this and more from the http://ipxe.org/examples page. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)