Greetings.
I've tried everything to configure something easy... but It didn't work so I'm here with experts...
What I want to do as a first step is to make a single queue tree rule to work, so after that I'm able to put some children to work and control bandwidth, these are the rules (after a lot more) that I'm trying, could you give me a clue of what is the bad thing.
[admin@MikroTik] > /ip firewall mangle print
Flags: X - disabled, I - invalid, D - dynamic
0 chain=prerouting action=mark-connection new-connection-mark=FrwMgl-CnnGlobal passthrough=yes src-address=10.2.0.0/16
1 chain=prerouting action=mark-packet new-packet-mark=FrwMgl-GblTraffic passthrough=yes
connection-mark=FrwMgl-CnnGlobal
[admin@MikroTik] > /queue tree print
Flags: X - disabled, I - invalid
0 name="test2" parent=LAN packet-mark=FrwMgl-GblTraffic limit-at=16000 queue=default priority=8
max-limit=16000 burst-limit=0 burst-threshold=0 burst-time=0s
The LAN network is 10.2.0.0/16, the outside network WAN is 192.168.0.0/24 (I have a ISP router) and I'm using NAT. Thats the code used to that case as in the page, when using masquerade.
http://www.mikrotik.com/testdocs/ros/2. ... p#6.54.6.3
Thanks in advance.