No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
=== Omit Devices from DHCP Assignment ===
For omitting certain devices (by mac address) from DHCP assignment:
For omitting certain devices (by mac address) from DHCP assignment:



Latest revision as of 04:14, 4 January 2024

Omit Devices from DHCP Assignment

For omitting certain devices (by mac address) from DHCP assignment:

server = 8.8.8.8
server = 8.8.4.4
dhcp-host=00:50:56:*:*:*,set:blocked
dhcp-mac=set:blocked,00:50:56:*:*:*
dhcp-ignore=tag:blocked

Used to prevent VMWare provisoned devices from picking up an address outside their lab.