On Jul 12, 2017, at 2:21 AM, Byron Jeffery <byronjeffery@cem.org.au> wrote:
I have successfully managed to get the Freeradius DHCP server with a single subnet linked to MySQL radius database.
That's good.
However, I have been stumped by an issue whereby a wireshark capture shows the client sending out a DHCP Discover, the Freeradius DHCP server replying with a DHCP-Offer with the correct IP address, but am not seeing the Offer in the wireshark capture
What wireshark capture? Where? There isn't much magic here. If FreeRADIUS sends a packet, it relies on the OS to send the packet. If the packet disappears... blame the OS / routing, not FreeRADIUS.
and hence the client not receiving the IP address allocation. My freeradius version is 3.0.12. I am unsure of where else to look and was wondering if you may have any further suggestions.
Track the packet out the interface that FreeRADIUS is using. Then, track the packet hop by hop across the network. Note that wireshark on the same machine MIGHT NOT see the outgoing packet. It all depends on how the local network stack works. Alan DeKok.