(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>")
 
No edit summary
Line 8: Line 8:
dhcp-ignore=tag:blocked
dhcp-ignore=tag:blocked
</pre>
</pre>
Used to prevent VMWare provisoned devices from picking up an address outside their lab.

Revision as of 04:14, 4 January 2024

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.