(Created page with "For omitting certain devices (by mac address) from DHCP assignment: <pre> 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 </pre>")
 
 
(2 intermediate revisions 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:


Line 8: Line 10:
dhcp-ignore=tag:blocked
dhcp-ignore=tag:blocked
</pre>
</pre>
Used to prevent VMWare provisoned devices from picking up an address outside their lab.

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.