- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Mac NetBoot with VMWare AutoDeploy
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2019 06:15 PM - edited 05-28-2019 06:17 PM
Hey All,
I am trying to configure infoblox to respond to Mac Netboot requests in a VMWare AutoDeploy environment.
A sample ISC DHCP config file can be found here:
https://github.com/lamw/netboot-esxi/blob/master/sample-dhcpd-auto-deploy.conf
I'm having a difficult time trying to replicate the "netboot" filter specified in the linked .conf file. From what I've been reading, it looks like this is achieved with IPv4 Option filters applied to the DHCP configuration as logic filter.
The config file linked has a number of nested IF conditionals that the Infoblox Option filter doesn't replicate, unless i create several filters that contain all of the conditionals. Even with all of these conditionals configured as separate filters, my Mac does not see any netboot targets. We've successfully used a CentOS based DHCP to boot.
Is there an easier and more straightforward way to replicate the filters in the sample?