Hi all,

I have a problem with a FreeRadius server. The guys at the other side says that the reply coming from my server is not correct.
Have somebody any idea how to solve this :

Maybe I have added the Redback subscriber attribute at the wrong place in the redback dictionary ?

I checked the 'Access-Accept' packet coming from the Radius server. The byte that identifies the 'subscriber-profile-name' VSA is incorrect.
 
Jul 8 16:29:32: [0014]: [4/3:1:63/2/2/66258]: %AAA-7-RAD_PKT: aaa_idx 10c3bdca: Received packet (55 bytes) from xx.xx.xx.xx/1812 (f111111@XXXX):
   0    02 43 00 37 57 50 fe a1 5a 29 0c 10 c0 34 83 1f
  16    e7 cb 53 b8 1a 11 00 00 09 30 98 0b 66 6f 72 74
  32    65 70 6c 75 73 06 06 00 00 00 02 07 06 00 00 00
  48    01 08 06 ff ff ff fe
 
It's sending back 'forteplus', however, the VSA byte (98) is incorrect.
It should be '5b' (decimal 91).
 
66 6f 72 74 65 70 6c 75 73
 f  o  r  t  e  p  l  u  s
 
Have them correct the Radius server.

Thank you for your help.


Thomas