On Sun, 2017-07-02 at 18:30 +0200, Nikksno via
lime-users wrote:
I have a POE switch with one cable going to a
UBNT AC lite, one going
to a Bullet M2, one going to a 1043ND [on its wan port] and one to an
Archer C7 [on its wan port]. All 4 devices have the latest images
downloaded from
repo.libremesh.org, just to be on the safe side. The
fifth cable is going to my ISP router [IP 192.168.111.1].
They all mesh correctly, and even the two UBNTs serve internet
connectivity perfectly. The problem is that when I connect to these
two devices wirelessly with clients, I often get a DHCP assignment
from my ISP router [as it's on the 192.168.111.x subnet] and not a
10.13.0.x assignment.
Yes!
That is because DHCP requests are coming from your devices to your UBNT
AP, from there they move the DHCP request to the switch, and as the
request goes to the broadcast address, the switch sends the packet to
all the devices at the same time... so the one that replies faster is
the response that the devices accepts.
Thaaaat's interesting!
In my opinion LiMe routers should not forward DHCP requests or DHCP offerings.
Clients should get DHCP offering from the very LiMe router they're
connecting to.
Why don't we filter forwarding of DHCP packets?