20 Jan
2014
20 Jan
'14
1:45 p.m.
r00tk1d@km.pl.ua wrote:
Hi!
I'm using Debian 7 (Linux bill0 3.2.0-4-amd64 #1 SMP Debian 3.2.51-1 x86_64 GNU/Linux) and got the problem with Freeradius DHCP from current git.
Which one? There are 3 branches currently being maintained.
It's doesn't sent DHCP response back to user, and, while debugging it, i found that by default Freeradius sets a WITH_UDPFROMTO and thus uses udpfromto() function, but it always returns errno 22 (Invalid argument). But when use --with-udpfromto=no for configure, there's no any problem. Is it expected behavior? I'm using these parameters
No. I suspect that the issue is one which came up earlier. The udpfromto functionality can't handle addresses outside of the local network. Alan DeKok.