Hi,<br><br>I am using freeradius-client-1.1.6 on CentOS 5.4 with windows based freeradius server from <a href="http://freeradius.net">freeradius.net</a>. I want to send the Vendor-Specific attribute using radiusclient application.<br>
I include the dictionary.cisco file in radiusclient dictionary file as follows:<br><br>$INCLUDE /usr/local/etc/radiusclient/dictionary.cisco<br><br>I am giving the following command:<br>radiusclient User-Name=testuser Password=testpw Vendor-Specific=9 h323-remote-address=192.168.2.1<br>
<br>When i am watching the tcpdump capture on radiusclient pc. The above command is accepted by server but the packet is showing as given below:<br><br>Request Sent by client:<br><br> Access Request (1), id: 0xba, Authenticator: 402018a985a02bceca216ab2474cd6a1<br>
          Username Attribute (1), length: 10, Value: testuser<br>            0x0000:  7465 7374 7573 6572<br>          Password Attribute (2), length: 18, Value:<br>            0x0000:  b37e 9117 41f3 6bf3 8d5c 438f 3796 5e1d<br>
          Vendor Specific Attribute (26), length: 3, Value:  [|radius]<br>            0x0000:  39<br>          Framed IPX Network Attribute (23), length: 13, Value: ERROR: length 11 != 4<br>            0x0000:  31 [|radius]<br>
<br>My Question is : Why "Framed IPX Network Attribute (23)" is sending by radiusclient if i declared the Vendor-Specific Attributes in dictionary?<br><br>Response received by client:<br><br>  Access Accept (2), id: 0xba, Authenticator: 6ccb55adfc0d5af921fdab7c111acf18<br>
<br>Please give me the response what the wrong i am doing? I googled about this problem but not able to find anyhelp about radiusclient.<br><br>Waiting for the response.<br><br>Thanks,<br>Rahul Panwar<br><br><br><br>