У меня два профиля: profile1, profile2. Хочу ограничить пользователей, вошедших как profile1, скачиванием не более 100 МБ в день по MAC-адресу. Как это сделать? Спасибо.
/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= 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"
/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= 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"
