Graeme Hinchliffe <[EMAIL PROTECTED]> wrote: > I am testing Free RADIUS to be a replacement for our current RADIUS > (icRADIUS). I have installed free RADIUS on my local machine and > fired a test RADIUS packet at it,
With what client? > however the daemon doesn't respond and logs the following: > > Error: WARNING: Malformed RADIUS packet from host 127.0.0.1: too long (length 17152 > > maximum 4096) If you look at src/lib/radius.c, you'll see that the length it's complaining about is the length which is returned by the system call recvfrom(). So either the packet *is* 17k, or the recfrom() call is returning a weird value. > If I fire a packet from the same util at our current radius servers > it responds fine. Also performing a tcpdump shows the packet is not > 17K in size and is not malformed. What OS are you running? Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
