I recently moved from a linux router to Mikrotik - model RB750GL.
Everything works pretty fine, I am amazed by the features of the little box!
However I have one thing I did not manage to configure on RouterOS. It is condition in DHCP config.
I had following configuration on ISC DHCP Server on linux:
host cube { hardware ethernet 30:85:ff:ff:ff:ff;
fixed-address 192.168.0.10;
next-server 192.168.0.250;
if exists user-class and option user-class = "iPXE" {
filename "";
option root-path "iscsi:192.168.0.250::::iqn.2003-08.net.domain.gw:vFile1";
} else {
filename "undionly.kpxe";
}
}
This config provides one PXE image at first netboot-try, and after netbooting this image, DHCP serves again, but with another config parameter. I used this to boot from iSCSI.
Any ideas how to get this working on RouterOS?
I am using RouterOS version 5.16, RB750GL with firmware 2.38.