AT-WR4500 Series - IEEE 802.11abgh Outdoor Wireless Routers
165
RouterOS v3 Configuration and User Guide
so if you need a persistent rules for that user, create a static entry for him/her. Otherwise it is safe to use
dynamic configuration.
In both cases PPP users must be configured properly.
Property Description
client-address
(
read-only: IP address
) - shows the IP address of the connected client
encoding
(
read-only: text
) - encryption and encoding (if asymmetric, separated with '/') being used in this
connection
mru
(
read-only: integer
) - client's MRU
mtu
(
read-only: integer
) - client's MTU
name
(
name
) - interface name
uptime
(
read-only: time
) - shows how long the client is connected
user
(
name
) - the name of the user that is configured statically or added dynamically
Example
To add a static entry for
ex1
user:
[admin@AT-WR4562] interface l2tp-server> add user=ex1
[admin@AT-WR4562] interface l2tp-server> print
Flags: X - disabled, D - dynamic, R - running
# NAME USER MTU CLIENT-ADDRESS UPTIME ENC...
0 DR <l2tp-ex> ex 1460 10.0.0.202 6m32s none
1 l2tp-in1 ex1
[admin@AT-WR4562] interface l2tp-server>
In this example an already connected user
ex
is shown besides the one we just added. Now the interface
named
l2tp-in1
can be referenced from anywhere in RouterOS configuration like a regular interface.