DHCP : 1 IP for 2 or more Mac Addresses

Hi All,

is there any possibility in DCHP menu on MikroTik to set 1 IP for 2 or more mac addresses ?

in my case, I want to move my dhcp.conf on my linux server to RouterOs..

for example :
dhcpd.conf :
we can see 1 IP for 2 mac addresses..

host ME-LAN {
hardware ethernet 00:00:00:00:00:00;
fixed-address 100.100.100.4;
}
host ME-WLAN {
hardware ethernet 11:11:11:11:11:11;
fixed-address 100.100.100.4;
}

So how about MikroTik?

Thanks for you help..

You can’t set 1 IP for more than 1 MAC address.
The 00:00:00:00:00:00 MAC address isn’t a valid one. It could be from a virtual ethernet, or try to reset that interface to see if it changes.
Regards