Configure FreeRadius to send CoA-ACK

2012-06-18 Thread Gennaro Leo
Hi all,
I installed FreeRadius and sent some Accounting Request through
radclient but the server replies always with a CoA-NAK... how can I
configure it to send CoA-ACK? Which file must be modified?

Thanks in advance.

Gennaro
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Configure FreeRadius to send CoA-ACK

2012-06-18 Thread Gennaro Leo
This is the output debug, honestly I can't understand why CoA-NAK is sent.

rad_recv: CoA-Request packet from host 10.42.154.231 port
35046***Packet***  Code:  43
NAS-IP-Address = 10.10.10.10
Acct-Session-Id = #000111#1#002
ERX-Attr-58 = 0xa33c42d191954d27c5d8c4d9a2c5f53a6bc9
ERX-Attr-59 = 0xa33c428191959627c5d8c4d9a2c5f53a6bc9
ERX-Attr-60 = 0xa33c42dbbb0fab27c5d8c4d9a2c5f53a6bc9
ERX-Attr-61 = 0xa33c42d191df7427c5d8c4d9a2c5f53a6bc9
server coa {
No such virtual server coa
No such virtual server coa
} # server coa
Sending CoA-NAK of id 0 to 10.42.154.231 port 35046
Finished request 1.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Java salt encryption algorithm

2012-04-23 Thread Gennaro Leo
Hi all,
does anyone know how to implement the salt encryption algorithm in
java to send encrypted VSA attributes in a CoA request?

Thanks in advance

Gennaro
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Java salt encryption algorithm

2012-04-23 Thread Gennaro Leo
Gennaro Leo wrote:
 does anyone know how to implement the salt encryption algorithm in
 java to send encrypted VSA attributes in a CoA request?

  That is not an appropriate question for this list.
  
  Alan DeKok.

Sorry,
is there another list to ask for?

Regards

Gennaro Leo
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


error-cause-attribute in CoA-Nak

2012-02-14 Thread Gennaro Leo
Hi all,
I'm a really newbie of freeradius server and I need your help.

How can I configure the freeradius to set error-cause-attributes (e.g. 401
- Unsupported Attribute) when sending a CoA-Nak after receiving an
Accounting Request?

Thanks

Gennaro
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: error-cause-attribute in CoA-Nak

2012-02-14 Thread Gennaro Leo
Gennaro Leo wrote:
 How can I configure the freeradius to set error-cause-attributes (e.g.
 401 - Unsupported Attribute) when sending a CoA-Nak after receiving an
 Accounting Request?

 $ man unlang

  update reply {
   Error-Cause = Unsupported-Attribute
  }


  This should go into the send-coa subsection.

  Alan DeKok.

Hi Alan,
thanks for your quick reply.

I added the Attribute-Name Unsupported-Attribute in the dictionary
and modified the send-coa subsection as you suggested. Anyway in the
dictionary the 401 code is not accepted (max 255). Can I modify this
limit?

Thanks

Gennaro
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: error-cause-attribute in CoA-Nak

2012-02-14 Thread Gennaro Leo
Hi,
I began by saying that I am a newbie so you could expect some errors
by me. Fortunately I solved immediately.

Thank you anyway.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html