DHCPD-Static Allocation (General questions)
Hi again...
Trying to get static IP address allocation for users with MAC address know, and deny all others...Is it possible with wodDHCPD.
If im more spicified... sample from ISC DHCPD...fiel
Host User1 { hardware-ethernet 00:11:22:33:44:55:66; fixed-address 1.1.1.1 }
Regards... Urosv
Re: DHCPD-Static Allocation
Uros,
I think this is pretty straightforward. In Request event there is Session argument - which has HardwareAddress property. You can check this property and decide if you will allow client's request or not.
Re: DHCPD-Static Allocation
Again quick and usefull answer...
Great work.. Thanks..!