Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
iPXE get custom dhcp option (option nisplus-domain string)
2012-09-17, 16:00
Post: #2
RE: iPXE get custom dhcp option (option nisplus-domain string)
(2012-09-17 14:19)Torgeir Wrote:  Is it possible to get out a custom dhcp option "option nisplus-domain string" from within iPXE?

You should be able to access the NIS+ domain using:

Code:
echo ${64:string}

You'll need to force your DHCP server to hand out this option even though iPXE doesn't request it. With ISC dhcpd, you can do this using something like:

Code:
append dhcp-parameter-request-list 64;

in /etc/dhcpd.conf.

Michael
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: iPXE get custom dhcp option (option nisplus-domain string) - mcb30 - 2012-09-17 16:00



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