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..