DHCP Relay over OSPF?

Hey im trying to set up a dhcp relay beyond some routing (ospf) but cant seem to get it to work at all.

the Dhcp Relay receives requests but no responses

My Dhcp Server has:

ip:10.100.123.211/19 on bridge
interface: Bridge1
relay:10.100.94.1
network:10.100.94.0/24
gateway:10.100.94.1
pool: 10.100.94.0/24

Dhcp Relay:
ip: 10.100.94.1/24 on bridge1
interace: bridge1
dhcp server:10.100.123.211
local address:10.100.94.1

Ospf:
ospf interfaces are not on bridge. using a 10.95.94.1/10.95.94.2 for the ip on the ospf interface on server/relay. ospf status is full. can ping 10.100.123.211 from 10.100.94.1 and vice versa and am online if i turn on a dhcp server on 10.100.94.1.

firewall:
server: Nat: masquerade on public interface. filter rules: only affecting internet traffic (out or in the public interface) mangle: is marking packets/connections based on address-list (which 10.100.94.0/24 is not a part of)
relay: absolutely nothing.

I’ve read on multiple threads that dhcp relay should work on ospf so long as it can reach the dhcp server (10.100.123.211) which i can ping from the dhcp relay (10.100.94.1)
so any help would be greatly appreciated.

Thank you
-Jonah

You will have to post the exported config of the devices

If there is L3 reach-ability between the relay and the server, it doesn’t matter how they reach each other (OSPF, BGP, RIP, static, whatever).

My Problem was that I had the DHCP Server on the Bridge instead of the port being used on the OSPF!