Hi,
Is it possible to exclude one specific MAC address from the DHCP server? I don’t want to assign IP to that device.
If is not possible, can I define a different gateway for that MAC?
Thanks!!
Hi,
Is it possible to exclude one specific MAC address from the DHCP server? I don’t want to assign IP to that device.
If is not possible, can I define a different gateway for that MAC?
Thanks!!
You can do both. Make second DHCP server and network profile and set static assignment for that mac. You can also drop dhcp requests by firewall from that mac.
The drop of the firewall will happen before the DHCP server answer the request?
Make lease static for that MAC and set “Block Access”.
Sure.
And you can use option 121 to set default route and gateway for client.
Perfect, thanks!!
Your reply helped me so much, thanks!!!