Boot based on MAC - Printable Version +- iPXE discussion forum (https://forum.ipxe.org) +-- Forum: iPXE user forums (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: Boot based on MAC (/showthread.php?tid=7284) |
Boot based on MAC - gdi2k - 2014-04-21 12:11 I would like to have clients boot from a specific server based on their MAC address. I have tried using this script: Code: #!ipxe But the client with MAC address EC:A8:6B:F5:44:9F still boots from server1, not server2 as it should. Where am I going wrong? RE: Boot based on MAC - robinsmidsrod - 2014-05-19 09:13 You need to use netX, not netx. RE: Boot based on MAC - gdi2k - 2014-05-19 11:28 Thank you! The devil's in the details Working perfectly now, magic. Here's the script for anyone who wants to do anything similar: Code: #!ipxe |