1 (edited by chillifire 2008-01-12 21:49:53)

Topic: Enabling WISPr and Chillispot Attributes

I have seen the following attributes:

VENDOR        WISPr                14122

BEGIN-VENDOR    WISPr

ATTRIBUTE    WISPr-Location-ID            1    string
ATTRIBUTE    WISPr-Location-Name            2    string
ATTRIBUTE    WISPr-Logoff-URL            3    string
ATTRIBUTE    WISPr-Redirection-URL            4    string
ATTRIBUTE    WISPr-Bandwidth-Min-Up            5    integer
ATTRIBUTE    WISPr-Bandwidth-Min-Down        6    integer
ATTRIBUTE    WISPr-Bandwidth-Max-Up            7    integer
ATTRIBUTE    WISPr-Bandwidth-Max-Down        8    integer
ATTRIBUTE    WISPr-Session-Terminate-Time        9    string
ATTRIBUTE    WISPr-Session-Terminate-End-Of-Day    10    string
ATTRIBUTE    WISPr-Billing-Class-Of-Service        11    string

END-VENDOR    WISPr

and also

VENDOR          ChilliSpot                   14559

BEGIN-VENDOR    ChilliSpot

ATTRIBUTE    ChilliSpot-Max-Input-Octets        1    integer
ATTRIBUTE    ChilliSpot-Max-Output-Octets        2    integer
ATTRIBUTE    ChilliSpot-Max-Total-Octets        3    integer
ATTRIBUTE       ChilliSpot-Bandwidth-Max-Up            4       integer
ATTRIBUTE       ChilliSpot-Bandwidth-Max-Down          5       integer
ATTRIBUTE       ChilliSpot-Config                      6       string
ATTRIBUTE       ChilliSpot-Lang                        7       string
ATTRIBUTE       ChilliSpot-Version                     8       string
ATTRIBUTE       ChilliSpot-OriginalURL                 9       string
ATTRIBUTE       ChilliSpot-Acct-View-Point             10    integer

VALUE    ChilliSpot-Acct-View-Point ChilliSpot-NAS-View-Point    1
VALUE    ChilliSpot-Acct-View-Point ChilliSpot-Client-View-Point 2

# Configuration management parameters (ChilliSpot Only)
ATTRIBUTE    ChilliSpot-UAM-Allowed            100    string
ATTRIBUTE    ChilliSpot-MAC-Allowed            101    string
ATTRIBUTE    ChilliSpot-Interval            102    integer

# Inline with RFC 2882 use of VSE-Authorize-Only for remote config
# Note that 14559 = 0x38df is used as prefix for the VSE.
# This is recognized as the best (but bad) way of doing VSEs.
# (ChilliSpot Only - CoovaChilli uses Service-Type = Administrative-User)
VALUE    Service-Type            ChilliSpot-Authorize-Only 0x38df0001

END-VENDOR    ChilliSpot

Now, I love what I see there and would like to impleemnt these attributes. However, just putting them into the radcheck table as entries did not result in these attributes being enforced. Obviously some more configuration is required.

Where can I find a good and comprehensive description as to how to implement these attributes.

I am using chillispot 1.0, freeradus 1.1.7, OpenWRT Whiterussion and MySQL 5.0

Any input appreciated.

Thanks

*************

Auckland, New Zealand

Re: Enabling WISPr and Chillispot Attributes

whoooo, thats more than i have in my dictionary ; - i think ill add them attributes to my radius.


please do include them to /etc/raddb/dictionary.conf includes like this


$INCLUDE        /usr/share/freeradius/dictionary
$INCLUDE dictionary.chillispot     # my chilli dictionary.
$INCLUDE dictionary.smartbridges  #  extra dictionary to manage my AP's


Andrew.