Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
DHCP passing options/variables to iPXE
2012-08-14, 14:45
Post: #4
RE: DHCP passing options/variables to iPXE
(2012-08-08 12:30)jpwise Wrote:  Excellent! - Exactly what I was after.

I was already doing the dhcp to request the updated settings, but looks like i did miss mentioning it. Either way, the site-local-128 was exactly what i was after. Smile

Have just implemented it now and it's working a charm. Thank you again for your help.

As a follow-up note, you should also be able to use custom encapsulated options. For example:

Code:
option space myopts;
option my-encap-opts code 128 = encapsulate myopts;
option myopts.scriptname code 1 = string;

option myopts.scriptname "http://bla/script.ipxe";

and then, from within iPXE:

Code:
echo ${128.1:string}
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: DHCP passing options/variables to iPXE - mcb30 - 2012-08-14 14:45



User(s) browsing this thread: 1 Guest(s)