In my network is 1 IP per customer, static dhcp and everything is fine.
but some clients have two or more computers (desktop + laptop).
with linux dhcp conf was like that:
host clientX_dektop { hardware ethernet 00:22:22:22:22:22; fixed-address 10.0.6.24; }
host clientX_laptop { hardware ethernet 00:11:11:11:11:11; fixed-address 10.0.6.24; }
everything worked fine (but one computer at once).
Tried same thing with Mikrotik RouterOS but can't make several dhcp static leases with same IP "Couldn't change DHCP Lease <10.0.6.24> - already have static lease with this IP adress (6).
is there any workaround ?