Dear All,
I'm using pfSense firewall and I'm using MS RADIUS server for authentication and Accounting. pfSense provides RADIUS attributes dictionary as following:
VENDOR pfSense 13644BEGIN-VENDOR pfSenseATTRIBUTE pfSense-Bandwidth-Max-Up 1integerATTRIBUTE pfSense-Bandwidth-Max-Down 2integerATTRIBUTE pfSense-Max-Total-Octets 3integerEND-VENDOR pfSense
MY Question:
How can I add this attributes ?
I tried adding them as specific vendor attributes but not working!
the debug results:
Received Access-Accept Id 244 from 10.10.100.253:1812 to 10.10.10.4:21347 length 219
Attr-26.13644.2 = 0x706653656e73652d42616e6477696474682d4d61782d446f776e3d31303234303030
Attr-26.13644.1 = 0x706653656e73652d42616e6477696474682d4d61782d55703d31303234303030
this attributes results is not accepted because firewall not understanding HEXonly string and the reply must be as following:
Received Access-Accept Id 202 from 10.10.10.4:1812 to 10.10.10.4:15982 length 50
pfSense-Bandwidth-Max-Up = 1024000
pfSense-Bandwidth-Max-Down = 1024000
Please Advise!