Hi.
I have a RB1100AHx2 with RouertOS 522:
/system package> print
Flags: X - disabled
# NAME VERSION SCHEDULED
0 routeros-powerpc 5.22
1 system 5.22
2 X ipv6 5.22
3 routerboard 5.22
4 X wireless 5.22
5 hotspot 5.22
6 dhcp 5.22
7 mpls 5.22
8 routing 5.22
9 ppp 5.22
10 security 5.22
11 advanced-tools 5.22
I'm using a simple configuration for a hotspot. I use the subnet 192.168.16.0/21 for the DHCP server:
/ip dhcp-server network
add address= comment="hotspot network" dhcp-option="" \
dns-server="" gateway=192.168.16.1 ntp-server="" wins-server=""
MY hotspot config:
/ip hotspot profile
set [ find default=yes ] dns-name="" hotspot-address=0.0.0.0 html-directory=hotspot http-proxy=0.0.0.0:0 login-by=\
http-chap,https name=default rate-limit="" smtp-server=0.0.0.0 split-user-domain=no ssl-certificate=none use-radius=no
add dns-name="" hotspot-address=192.168.16.1 html-directory=EDR_CLAVE http-proxy=0.0.0.0:0 login-by=http-chap,https name=\
hsprof2 nas-port-type=wireless-802.11 radius-accounting=yes radius-default-domain="" radius-interim-update=received \
radius-location-id="" radius-location-name="" radius-mac-format=XX:XX:XX:XX:XX:XX rate-limit="" smtp-server=0.0.0.0 \
split-user-domain=no ssl-certificate=none use-radius=yes
/ip hotspot
add address-pool=hs-pool-7 addresses-per-mac=5 disabled=no idle-timeout=2h interface=HS_DIAMOND keepalive-timeout=none \
name=SALA_DIAMOND profile=hsprof2
/ip hotspot user profile
set [ find default=yes ] idle-timeout=30m keepalive-timeout=45m name=default shared-users=400 \
status-autorefresh=1m transparent-proxy=no
I want to admin my bandwidth by subnets... example: 4 Mbps for the users in subnet 192.168.16.0/27, other 4 Mbps for user in subnet 192.168.16.32/27, etc..... I have benn this (exactly the same) in a RB 1200, and It works fine. This is my simple queue configuration:
/queue simple
add burst-limit=5M/5M burst-threshold=3M/3M burst-time=10s/10s direction=both disabled=no interface=all limit-at=4M/4M \
max-limit=4M/4M name=DIAM1 packet-marks="" parent=none priority=8 queue=default-small/default-small target-addresses=\
192.168.16.0/27 total-queue=default-small
add burst-limit=5M/5M burst-threshold=3M/3M burst-time=10s/10s direction=both disabled=no interface=all limit-at=4M/4M \
max-limit=4M/4M name=DIAM2 packet-marks="" parent=none priority=8 queue=default-small/default-small target-addresses=\
192.168.16.32/27 total-queue=default-small
add burst-limit=5M/5M burst-threshold=3M/3M burst-time=10s/10s direction=both disabled=no interface=all limit-at=4M/4M \
max-limit=4M/4M name=DIAM3 packet-marks="" parent=none priority=8 queue=default-small/default-small target-addresses=\
192.168.16.64/27 total-queue=default-small
add burst-limit=5M/5M burst-threshold=3M/3M burst-time=10s/10s direction=both disabled=no interface=all limit-at=4M/4M \
max-limit=4M/4M name=DIAM4 packet-marks="" parent=none priority=8 queue=default-small/default-small target-addresses=\
192.168.16.96/27 total-queue=default-small
... etc
And when I see each queue, they aren't working, theys statistics are empty, the traffic controll isn't working, so the clients are using more bandwidth.
Finally, ... It's a router in production, do Its better if I don't reboot it.
What can I do? I think it is a simple configuration, but it doesn't work.
Regards
Andres