Hello, today my radius reveived very strange packet from pppd. Acct-Output-Octets was not number! accounting-Stop packet looks like follow: Wed Apr 12 04:27:39 2006 Acct-Session-Id = "443B9E03290F" User-Name = "user_name" Acct-Status-Type = Stop Service-Type = Framed-User Framed-Protocol = PPP Acct-Authentic = RADIUS Connect-Info = "10511" Acct-Session-Time = 36700 Acct-Output-Octets = Route-Appletalk-No Acct-Input-Octets = 42725588 Acct-Output-Packets = 539724 Acct-Input-Packets = 607374 Calling-Station-Id = "192.168.1.33" NAS-Port-Type = Async Framed-IP-Address = 10.0.0.9 NAS-IP-Address = 192.168.0.41 NAS-Port = 292 Acct-Delay-Time = 0 Client-IP-Address = 192.168.0.71 Timestamp = 1144794459 All previous "Interim-Update" packets for this sessions was right except last and "Stop" packets: Wed Apr 12 04:19:32 2006 Acct-Status-Type = Interim-Update Acct-Output-Octets = 74708441 Wed Apr 12 04:23:32 2006 Acct-Status-Type = Interim-Update Acct-Output-Octets = 74745120 Wed Apr 12 04:27:32 2006 Acct-Status-Type = Interim-Update Acct-Output-Octets = Route-Appletalk-No Wed Apr 12 04:27:39 2006 Acct-Status-Type = Stop Acct-Output-Octets = Route-Appletalk-No where are problem?
magmike@mail.ru wrote:
today my radius reveived very strange packet from pppd.
Acct-Output-Octets was not number!
The text printed by the server is *not* sent in the packet.
Acct-Output-Octets = Route-Appletalk-No
It looks like your dictionaries are screwed up, or there's a bug in the server. Which version are you running? Alan DeKok.
today my radius reveived very strange packet from pppd.
Acct-Output-Octets was not number!
AD> The text printed by the server is *not* sent in the packet.
Acct-Output-Octets = Route-Appletalk-No
AD> It looks like your dictionaries are screwed up, or there's a bug in AD> the server. all /usr/local/share/freeradius/dictionary* are fresh. it installed from 1.1.1 source tree and have no differents with source files before "make install" i moved /usr/local/share/freeradius/* to backup i check it with for f in /usr/src/freeradius-1.1.1/share/dictionary*; do diff $f /usr/local/share/freeradius/${f##*/} done there was no any differences found. AD> Which version are you running? radiusd: FreeRADIUS Version 1.1.1, for host , built on Mar 29 2006 at 00:06:30 I examine all detail-files for Mart and April (~90MB per day). No other incidents like this was found. Mike.
magmike@mail.ru wrote:
I examine all detail-files for Mart and April (~90MB per day). No other incidents like this was found.
It looks like a weird bug. It will be hard to reproduce, and therefore hard to track down. Alan DeKok.
participants (2)
-
Alan DeKok -
magmike@mail.ru