DHCPD-Static Allocation (General questions)

by urosv @, (7513 days ago)

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

locked

Re: DHCPD-Static Allocation

by Jasmine, (7513 days ago) @ urosv

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.

locked

Re: DHCPD-Static Allocation

by urosv @, (7513 days ago) @ Jasmine

Again quick and usefull answer...

Great work.. Thanks..!

locked