ip helper-address

Hi,

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.

The problem are these broadcast. osx netboot server act as a “partial dhcp server” and give some information to client.
Take a look at http://pivotallabs.com/using-deploystudio-across-subnets-a-path-not-taken/

I think that in mikrotik infrastructure there is a better path. But how?

v.

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?

d.

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

v.