server(dhcp)—mikrotik(a)—mikrotik(b)—wireless(c)—wilreless(d)—mikrotik(e)—client
23.0.0.1/24
i have a ospr outing if i set up dhcp-client on client side and a dhcprelay on mikrotik(e) i get the requests bit no resons from server
mut i set up a relay on all devices or an i just set it up on the one?
No, that’s possible. DHCP relays simply turn the broadcasts into unicasts so they can travel as many hops as you want. You only need to configure the relay on the router closest to the client.
That isn’t what the example I posted specifies. You need a DHCP server and a DHCP relay, not a client and a relay. There is no DHCP server in what you posted, so nothing is going to hand out DHCP leases.
You don’t have the relay=relayIP option set in that server configuration as the wiki outlines.
Please erase all your configuration and follow the wiki guide I posted, replacing ONLY the IP address space used as well as the interface names. Leave everything else (including the object names) the same and check if it works.
If you’re trying to attach the same IP space to two interfaces on the same router then you might be able to use VRFs (which will require a lot of reading), or you can bridge the interfaces and run DHCP on the bridge.
i dont want to do it on copper i want to do it on wireless and i dont want to use wds setup thats why i asked ill read up more and see what i want to do thanks for the help