No, I dont want to rserve ip-adresses for devices, I want the dhcp-server to assign adresses only to devices of a special producer.
----------
Example with the dhcp-server "dnsmasq":
in "dnsmasq.conf" you see the row:
01 dhcp-range=192.168.1.1,192.168.1.100,12h
----------
The "12h" means the first 3 bytes of the mac and is assigned to a special producer, in my case:
- SnomTech SNOM Technology AG 00:04:13:xx:xx:xx
The effect I want to reach is, that only the devices of the producer Snom (IP-Telephones) can get an ip- adress from the dhcp- server, all other devices (i.e. a notebook from lenovo 00:12:FE:xx:xx:xx), get nothing from there!
But I only know, how this can be set in dnsmasq. What dhcp server is the SME using and ist it possible to set comparable options?
Greetings, Uli