Dear..,
I have b/w128 kbps from my provider, i wan't to make computer 192.168.0.$i (i=1 to 10) have b/w 64kbps share 1:10
I already make config :
[admin@MikroTik] queue tree> /ip firewall mangle print
0 chain=prerouting src-address=192.168.0.1 action=mark-connection new-connection-mark=sharing-conn passthrough=no
1 chain=prerouting src-address=192.168.0.2 action=mark-connection new-connection-mark=sharing-conn passthrough=no
....
9 chain=prerouting src-address=192.168.0.10 action=mark-connection new-connection-mark=sharing-conn passthrough=no
11 chain=prerouting connection-mark=sharing-conn action=mark-packet new-packet-mark=pkgsharing-10 passthrough=no
[admin@MikroTik] queue tree> print
0 name="sharing-bw" parent=global-in packet-mark="" limit-at=64000 queue=default priority=8 max-limit=64000 burst-limit=0
burst-threshold=0 burst-time=0s
1 name="queue2" parent=sharing-bw packet-mark=pkgsharing-10 limit-at=6400 queue=default priority=8 max-limit=64000
burst-limit=0 burst-threshold=0 burst-time=0s
------------------------------------------------------------------------------------------------
Is it corret ??
-deden-