in Cisco there is ip helper-address. It’s used to forward broadcast to unicast, specially in dhcp and bootp requests.
In mikrotik we have ip dhcp-relay that forward all dhcp request.
Now the problem: I’m tryng to setup a Apple osx netboot server that use a mix of protocol and request. All go right in the same subnetwork. But request don’t traverse router.
never tried, but I think that using a bridge with “use ip firewall” should give you the possibility to redirect and forward the packets…, have you already tried?
/ip dhcp-relay solve problem because mikrotik forward all request to osx server without any others actions.
So if a client request an ip address or so one, mikrotik do its works acting as dhcp-server.
If client request other parameters mikrotik stay silence but acting as dhcp-relay forward request to osx server.