Allied Telesis AT-WR4500 Network Router User Manual


 
246 AT-WR4500 Series - IEEE 802.11abgh Outdoor Wireless Routers
RouterOS v3 Configuration and User Guide
10.4.3 HotSpot Users
Submenu level: /ip hotspot user
Property Description
address (IP address; default: 0.0.0.0) - static IP address. If not 0.0.0.0, client will always get the same IP
address. A configured address implies, that only one simultaneous login for that user is allowed. Any
existing address will be replaced with this one using the embedded one-to-one NAT
bytes-in (read-only: integer) - total amount of bytes received from user
bytes-out (read-only: integer) - total amount of bytes sent to user
email (text) - e-mail address. Only basic syntax checking is done to ensure validity of this field
imit-bytes-in (integer; default: 0) - maximum amount of bytes user can transmit (i.e., bytes received from
the user)
0 - no limit
limit-bytes-out (integer; default: 0) - maximum amount of bytes user can receive (i.e., bytes sent to the
user)
0 - no limit
limit-bytes-total (integer; default: 0) - maximum aggregate amount of bytes user can receive and send
(i.e., the sum of the amount of bytes sent to the user and received from it
0 - no limit
limit-uptime (time; default: 0s) - total uptime limit for user (pre-paid time)
0s - no limit
mac-address (MAC address; default: 00:00:00:00:00:00) - static MAC address. If not
00:00:00:00:00:00, client is allowed to login only from that MAC address
name (name) - user name. If authentication method is trial, then user name will be set automaticly after
following pattern "T-MAC_adress", where MAC_address is trial user Mac address
packets-in (read-only: integer) - total amount of packets received from user (i.e., packets received from
the user)
packets-out (read-only: integer) - total amount of packets sent to user (i.e., packets sent to the user)
password (text) - user password
profile (name; default: default) - user profile
routes (text) - routes that are to be registered on the HotSpot gateway when the client is connected.
The route format is: dst-address [[gateway] [metric]] (for example, 10.1.0.0/24 10.0.0.1 1).
Several routes may be specified separated with commas. If gateway is not specified, the remote address
is used. If metric is not speciefied, the metric of 1 is used
server (name | all; default: all) - which HotSpot server is this user allowed to log in to
uptime (read-only: time) - total time user has been logged in
In case of mac authentication method, clients' MAC addresses can be used as usernames (without
password) The byte limits are total limits for each user (not for each session as at /ip hotspot active).
So, if a user has already downloaded something, then session limit will show the total limit - (minus)
already downloaded. For example, if download limit for a user is 100MB and the user has already
downloaded 30MB, then session download limit after login at /ip hotspot active will be 100MB -
30MB = 70MB. Should a user reach his/her limits (bytes-in >= limit-bytes-in or bytes-out >= limit-bytes-
out), he/she will not be able to log in anymore. The statistics is updated if a user is authenticated via
local user database each time he/she logs out. It means, that if a user is currently logged in, then the
statistics will not show current total values. Use /ip hotspot active submenu to view the statistics on
the current user sessions.If the user has IP address specified, only one simultaneous login is allowed. If
the same credentials are used again when the user is still active, the active one will be automatically
logged off.Trial users will have dynamic records here with their name written as "T-
[mac]" (where [mac]
is the user's MAC address, without the brackets), email set to the password the user has supplied,
mac-address - the client's MAC address, profile and limit-uptime - the respective values of trial-
user-profile and trial-uptime limit properties of the HotSpot server profile. The entries will be
automatically removed once the trial user times out (after trial-uptime reset time).