DHCPD-Static Allocation - WeOnlyDo Discussion board

DHCPD-Static Allocation (General questions)

by urosv, Saturday, November 20, 2004, 20:36 (7106 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

Re: DHCPD-Static Allocation

by wodSupport, Saturday, November 20, 2004, 20:40 (7106 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.

Re: DHCPD-Static Allocation

by urosv, Saturday, November 20, 2004, 20:49 (7106 days ago) @ wodSupport

Again quick and usefull answer...

Great work.. Thanks..!