19 Jun
2008
19 Jun
'08
1:40 p.m.
EvilEzh wrote:
It's not bug ... but some feature. After some testing, i figured out, that some dhcp clients (udhcp) in discover message havn't set broadcast flag, so replay is also unicast.
Ah... the server doesn't listen on a raw socket, so it sees the packets being sent to a destination of it's IP address... not the broadcast IP.
And thease clients can't get ip address. Is it possilbe to allow update DHCP-Flags in replay, i've tried in update section: DHCPFlags = Broadcast
I'll take a look. It may be simpler to just say that DHCP offers are broadcast. Alan DeKok.