> Okay. But, what if I want to make the fixed-address be based on
> the hostname (option 12 in the DHCPREQUEST message)? Can I just do:
>
> host baz {
> option hostname "alphabeta";
> fixed-address 10.0.0.18;
> }
No. The protocol doesn't allow for this. You can't do it.
_MelloN_