Hi,
i have this config for an ISC DHCP Server for booting some raspberyy PI boxes. Does anyone know if i can translate this config for routeros/mikrotik?
host raspberry
{
allow booting;
allow bootp;
filename "/pxelinux.0";
default-lease-time 86400;
max-lease-time 86400;
hardware ethernet b8:27:eb:aa:af:8c;
fixed-address 192.168.99.55;
}
Thx