I am having a bit of an issue with my RBwAPG-5HacT2HnD AP. neither DHCP server or DHCP relay are enabled. I just need a dumb AP plugged into the LAN.
my DHCP server is the same as my router, on the same LAN. I have a WiFi client connected to the MT AP, running a bridge (OpenWRT/relayd) to extend my LAN via WiFi.
when a DHCP DISCOVER/REQUEST is sent from the extended part of the LAN, it makes it to the DHCP server unchanged. so far so good.
however, when the DHCP OFFER/ACK comes back via the MT AP into the WiFi client, the destination Ethernet address is replaced from broadcast to the unicast address of the client’s WiFi interface.
the DHCP Broadcast is always set in both requests and responses. despite that the Ethernet destination address change happens. this is where I think the MT AP is breaking standards, however my goal is to make it stop substituting addresses altogether.
I tried temporarily replacing the MT AP with an arbitrary AP and everything works (Ethernet destination address remains broadcast).
is there a configuration option that is responsible for this behaviour?
thanks in advance for any explanations and suggestions.