22 Jan
2014
22 Jan
'14
2:33 p.m.
r00tk1d@km.pl.ua wrote:
Finally it's done and working, and I think there is a BUG in FreeRADIUS DHCP module
First, FreeRADIUS doesn't set DHCP-Flag to "Broadcast" by default (I removed the "boroadcast=" from config in listen section) Second, FreeRAIUS trying to send DHCP-Offer and DHCP-Reply to destination address "giaddr" BUT to port 68. I added a line that changes the destination to GIADDR:67 and now it's works just fine.
OK. I've pushed a fix to the v3.0.x branch. I've ensured that the destination port is 67 when sending to giaddr. I've also fixed an issue where the udpfromto code wouldn't work. Please try it, and report if it works. Alan DeKok.