[Users] Malformed Radius packet

Peter Lemenkov lemenkov at gmail.com
Tue Apr 24 20:02:28 CEST 2007


2007/4/24, Edson <4lists at gmail.com>:
> I'm receiving this message on FreeRadius (1.1.3), running RadiusClient-NG
> (0.5.5.1)  and OpenSER SVN 20070416-143000 on an OpenSUSE 10.2-64 bits:
>
> Error: WARNING: Malformed RADIUS packet from host 127.0.0.1: packet
> attributes do NOT exactly fill the packet

I encountered the same thing. Looks like accounting radius-packets are
simply dropped by FreeRADIUS (and Livingston also) server. We fixed
this behaviour by explicitly adding some parameters:

...
modparam("acc", "radius_extra", "User-Name=$fU; Called-Station-Id=$tU;
Calling-Station-Id=$fU")
...

-- 
With best regards!




More information about the Users mailing list