-----Message d'origine----- De : freeradius-users-bounces+thibault.lemeur=supelec.fr@lists.free radius.org [mailto:freeradius-users-bounces+thibault.lemeur=supelec.fr@li sts.freeradius.org] De la part de Marxy Envoyé : mercredi 17 janvier 2007 14:39 À : freeradius-users@lists.freeradius.org Objet : Re: A couple of questions PoPToP+FreeRadius+IAS
Alan DeKok-4 wrote:
Marxy wrote:
1. Accounting of Calling-station-id returns only first 4
characters
of user's IP address. If that's what the RADIUS client is sending, then the only solution is to fix the client so it sends the correct information.
My radius client is standard radiusclient software. But it seems no settings for that in its /etc/radiusclient/radiusclient.conf
Alan DeKok-4 wrote:
2. Radius does not understand some attributes from client. a) Jan 14 12:37:14 shata pppd[25046]: rc_avpair_gen:
received unknown
attribute 25 of length 30:
The client doesn't understand the response of the server. Again, the only solution is to fix the client.
Yes. You are quite right. I add missing attributes to radiusclient dictionary file. ATTRIBUTE MS-CHAP2-Response 25 string ATTRIBUTE Acct-Input-Packets 47 integer ATTRIBUTE Acct-Output-Packets 48 integer
It might not be enough. Could you check this post and give it a try ? http://lists.freeradius.org/pipermail/freeradius-users/2007-January/059299.h tml Thibault