I have two profiles: profile1, profile2. I want to limit every users logged like profile1 using mac adress to download max 100MB per day. How is this possible? Thanks
/ip hotspot profile
add hotspot-address=192.168.2.1 name=“Hotspot xxx”
/ip hotspot
add disabled=no interface=wlan1 name=“xxx hotspot” profile=“Hotspot xxx”
/ip hotspot user profile
set [ find default=yes ] address-pool=“free hotspot” idle-timeout=none
keepalive-timeout=2m name=“free hotspot” shared-users=unlimited
add address-pool=“xxx hotspot” advertise=yes advertise-interval=2h,10m
advertise-url=
http://xxx.sk/home.html,http://www.routerboard.com/
idle-timeout=none keepalive-timeout=2m name=“xxx hotspot” shared-users=
unlimited transparent-proxy=yes
/ip hotspot user
add comment=“free hotspot” name=ckm-systems server=“xxx hotspot”
add comment=“xxx hotspot” name=gemer password=kozel15 profile=
“gemer hotspot” server=“xxx hotspot”
Use Radius to authorize your guests and use one of these attributes.
http://wiki.mikrotik.com/wiki/RADIUS_Client#Access-Accept
Mikrotik-Recv-Limit - total receive limit in bytes for the client
Mikrotik-Recv-Limit-Gigawords - 4G (2^32) bytes of total receive limit (bits 32..63, when bits 0..31 are delivered in Mikrotik-Recv-Limit)
Mikrotik-Xmit-Limit - total transmit limit in bytes for the client
Mikrotik-Xmit-Limit-Gigawords - 4G (2^32) bytes of total transmit limit (bits 32..63, when bits 0..31 are delivered in Mikrotik-Recv-Limit)