John LR Dovale wrote:
...
> Here is an example:
> Lets say I wanted to FIX an IP to a specific modem for a
> client I would in
> my FreeBSD do the following
> # Client Name
> Class"CPE-ffaac7d3" {
> Match if option agent.remote-id= 0:0:ff:aa:c7:d3;
> }
>
> Then somewhere else in the file I set the deny or allow
> parameters and all
> the subnets etc for that whole concentp. The EID to whatever
> subnet and IP
> it will be given etc etc. For example
>
> # Client Name
> Pool {
> Allow members of "CPE-ffaac7d3";
> Range 192.168.100.100;
> }
It's the same on OpenBSD with the ISC DHCP server package.
-Steve S.