Community discussions

MikroTik App
 
dalvyk
just joined
Topic Author
Posts: 3
Joined: Thu Feb 02, 2017 9:57 am

About MANGLE and QUEUE TREE

Thu Feb 02, 2017 10:06 am

I just got my Mikrotik router and it's awesome. I want to use for my online game so that it won't lag. I read a page where how I can configure my router just to do that. This is the commands I used.
/ip firewall mangle
add action=mark-connection chain=prerouting comment="STEAM UDP" disabled=no src-address=192.168.2.2 dst-port=27015-27030 new-connection-mark="GAME-conn" passthrough=yes protocol=udp
add action=mark-connection chain=prerouting comment="STEAM TCP" disabled=no src-address=192.168.2.2 dst-port=27015-27030 new-connection-mark="GAME-conn" passthrough=yes protocol=tcp
add action=mark-connection chain=prerouting comment="STEAM GAME TRAFFIC" disabled=no src-address=192.168.2.2 dst-port=27000-27015 new-connection-mark="GAME-conn" passthrough=yes protocol=udp

/ip firewall mangle
add action=mark-packet chain=prerouting comment="GAME ALL CLIENTS" connection-mark="GAME-conn" disabled=no new-packet-mark=GAME-pkt passthrough=no
/queue tree
add name="GAME ALL CLIENTS" parent=global-out packet-mark=GAME-pkt limit-at=220k queue=default priority=7 max-limit=220k burst-limit=256k burst-threshold=165k burst-time=2s
But it doesn't seem to work. If someone watch Youtube on my network the game starts to lag
My ISP data rate is : DOWN 3616kbps and UP 637kbps