31,703
edits
Line 228: | Line 228: | ||
==User Groups== | ==User Groups== | ||
<b>User Groups</b> provides the possibility to set different connection limits for different users. A group called 'default' is already created and does not have any limitations set by default. You can | <b>User Groups</b> provides the possibility to set different connection limits for different users. A group called 'default' is already created and does not have any limitations set by default. You can | ||
<ol> | |||
<li>create a new group by entering a custom Name and clicking 'Add'</li> | |||
<li>or configure the existing rule by clicking the 'Edit' button next to it.</li> | |||
</ol> | |||
[[File:Networking_rutos_manual_hotspot_user_groups_edit_button.png|border|class=tlt-border]] | |||
[[File: | A group's settings page will look similar to this: | ||
[[File:Networking_rutos_manual_hotspot_user_groups_group_default_settings.png|border|class=tlt-border]] | |||
<table class="nd-mantable"> | <table class="nd-mantable"> | ||
<tr> | |||
<th>Field</th> | |||
<th>Value</th> | |||
<th>Description</th> | |||
</tr> | |||
<tr> | |||
<td>Idle timeout</td> | |||
<td>integer; default: <b>none</b></td> | |||
<td>A timeout in seconds after which idle users are automatically disconnected from the Hotspot. (0 means unlimited.)</td> | |||
</tr> | |||
<tr> | |||
<td>Time limit</td> | |||
<td>integer; default: <b>none</b></td> | |||
<td>Disables hotspot user after time limit in sec is reached. (0, meaning unlimited)</td> | |||
</tr> | |||
<tr> | |||
<td>Download bandwidth</td> | |||
<td>integer; default: <b>none</b></td> | |||
<td> Maximum download bandwidth that the users assigned to this template can achieve. Bandwidth can be specified in Kbit/s or Mbit/s.</td> | |||
</tr> | |||
<tr> | |||
<td>Upload bandwidth</td> | |||
<td>integer; default: <b>none</b></td> | |||
<td>Maximum upload bandwidth that the users assigned to this template can achieve. Bandwidth can be specified in Kbit/s or Mbit/s.</td> | |||
</tr> | |||
<tr> | |||
<td>Download limit</td> | |||
<td>integer; default: <b>none</b></td> | |||
<td>A received data limit that the users assigned to this template can reach. After the data limit is reached, the user will lose data connection. Download limit is specified in MB.</td> | |||
</tr> | |||
<tr> | |||
<td>Upload limit</td> | |||
<td>integer; default: <b>none</b></td> | |||
<td>A sent data limit that the users assigned to this template can reach. After the data limit is reached, the user will lose data connection. Upload limit is specified in MB.</td> | |||
</tr> | |||
<tr> | |||
<td>Period</td> | |||
<td>Month | Week | Day; default: <b>Month</b></td> | |||
<td>The beginning of the period during which the restriction specified in this section will apply. After the period is over, all specified limits are reset. </td> | |||
</tr> | |||
<tr> | |||
<td>Start day</td> | |||
<td>integer [1..31] | Monday..Sunday | integer [1..24]; default: <b>1</b></td> | |||
<td>Choices changes depending on what 'Period' was chosen. Specifies which day of the month, week or hour of the day the limits will be reset.</td> | |||
</tr> | |||
<tr> | |||
<td>Expiration time</td> | |||
<td>integer; default: <b>0</b></td> | |||
<td>Expiration time in sec (0 means unlimited). Only for dynamically created users.</td> | |||
</tr> | |||
</table> | </table> | ||