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 |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
iPXE get custom dhcp option (option nisplus-domain string) - Torgeir - 2012-09-17, 14:19
RE: iPXE get custom dhcp option (option nisplus-domain string) - mcb30 - 2012-09-17 16:00
RE: iPXE get custom dhcp option (option nisplus-domain string) - Torgeir - 2012-09-17, 16:11
RE: iPXE get custom dhcp option (option nisplus-domain string) - mcb30 - 2012-09-17, 16:14
RE: iPXE get custom dhcp option (option nisplus-domain string) - Torgeir - 2012-09-17, 16:39
|
User(s) browsing this thread: 1 Guest(s)