Weather you want to limit your click-to-connect users for one hour or one day or 1 GB of data, something you have to add to the Profile Component you choose is an attribute set that will reset the limitation with every device. Otherwise the first customer to connect will use up the allowed data and no one else will be allowed access.
RADIUSdesk installs with two ready-to-use Click to connect Profiles. Select the CTC-1Hour Profile for one hour free access and CTC-100M for 100MB free access.
For a Profile Component that limits Time, the following attributes in red are important to include:
Attribute | Check or Reply | Operator | Value | Comment |
---|---|---|---|---|
Rd-Total-Time | Check | := | 3600 | This is in seconds |
Rd-Reset-Type-Time | Check | := | daily | For each device to have this limit daily |
Rd-Cap-Type-Time | Check | := | hard | Options are hard or soft. Soft will not cut the user off if they are over the limit |
Rd-Mac-Counter-Time | Check | := | 1 | This counter will be enforced on each device connecting |
Fall-Through | Reply | := | Yes | Required to group these components together |
For a Profile Component that limits Data, the following attributes in red are important to include:
Attribute | Check or Reply | Operator | Value | Comment |
---|---|---|---|---|
Rd-Total-Data | Check | := | 10000000 | Multiply by 1024 if you want to be more technical |
Rd-Reset-Type-Data | Check | := | daily | For each device to have this limit daily |
Rd-Cap-Type-Data | Check | := | hard | Options are hard or soft. Soft will not cut the user off if they are over the limit |
Rd-Mac-Counter-Data | Check | := | 1 | This counter will be enforced on each device connecting |
Fall-Through | Reply | := | Yes | Required to group these components together |