Hi Everyone!
I have a Mikrotik with clients on LAN interface. DHCP server with static only addresses, with reply only ARP and simple queue to the clients in the DHCP settings - rate limit.
The simple queue like this:
name=“dhcp<00:13:F7:0E:44:6B/1:0:22:f7:e:55:6b/LAN>”
target-addresses=192.168.100.101/32 dst-address=0.0.0.0/0 interface=all
parent=none direction=both priority=8 queue=default-small/default-small
limit-at=512000/1024000 max-limit=512000/1024000
total-queue=default-small
1 name=“Other” target-addresses=192.168.100.0/24 dst-address=0.0.0.0/0
interface=all parent=none direction=both priority=8
queue=default-small/default-small limit-at=0/0 max-limit=1000/1000
total-queue=default-small
So if somebody connected to the interface somehow the speed is 1k/1k. Am i Thinking right? Or the 192.168.100.101 PC have only 1k/1k or have the right speed? This is working like like firewall rules? There is chain in the queues? So if the first rule is OK then stop…?
Thanks!