Hi...
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
Since the dictionary used by the RadiusClient-NG and FreeRadius are the same, any ideas from the source of this error? The dictionary is the one provided on the Radius module, and I INCLUDE it on FreeRadius AND RadiusClient-NG.
Edson.
Humm....
This is what appears:
Edson. ------ "It wouldn't be sell if it were easy..." (myself)
-----Original Message----- From: Juha Heinanen [mailto:jh@tutpro.com] Sent: terça-feira, 24 de abril de 2007 14:51 To: Edson Cc: users@openser.org Subject: [Users] Malformed Radius packet
Edson writes:
Error: WARNING: Malformed RADIUS packet from host 127.0.0.1: packet attributes do NOT exactly fill the packet
can you repeat this error at will? if so, check using wireshark how the packet looks like.
-- juha
2007/4/24, Edson 4lists@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") ...