Thanks to SolarW for the post http://forum.ru-board.com/topic.cgi?forum=8&topic=13675&start=1720#14 Three things that I have to adjust in SolarW's post in order to make it work: - IP Firewall Address List: clients 192.168.8.128/25 instead of listing every IP; - Queue type UP src-address-mask...
Or the following is correct in my case? Please advice. ip firewall mangle 1 chain=prerouting action=mark-packet new-packet-mark=packets-out passthrough=no src-address=192.168.8.128/25 2 chain=postrouting action=mark-packet new-packet-mark=packets-in passthrough=no dst-address=192.168.8.128/25 queue ...
I have already read multiple topics on this forum and tried many things. My configuration: -------------------------------- WAN (ether1): 1.1.1.1 LAN (ether2): 192.168.8.128/25 NAT Internet speed 6M DL/UL I want to spread bandwidth equally between all users. It looks like I need the following: /ip f...