MikroTik Tutorial 79 - Prioritizing Gaming (Valve Steam dota 2) V1

preview_player
Показать описание
Learn MikroTik RouterOs Tutorial Series (english)

-------------- Script ----------------
/ip firewall layer7-protocol
add name=Steam regexp="^..+\\.(steam|valve|steampowered|steamcommunity|steamga\
mes|steamusercontent|steamcontent|steamstatic).*\$"
/queue simple
add max-limit=1M/10M name=Global priority=1/1 target=192.168.88.0/24
add limit-at=1M/10M max-limit=1M/10M name=Steam packet-marks=steam-pk parent=\
Global priority=1/1 queue=default/default target=192.168.88.0/24
add limit-at=512k/2M max-limit=512k/2M name=Browsing packet-marks=\
http-pk parent=Global priority=5/5 queue=default/default target=\
192.168.88.0/24
add limit-at=512k/1M max-limit=512k/1M name=Other packet-marks=\
other-pk parent=Global queue=default/default target=192.168.88.0/24
/ip firewall mangle
add action=mark-connection chain=forward comment="Steam UDP Ports" \
new-connection-mark=steam-conn passthrough=yes port=\
27000-28999,3478,4379,4380 protocol=udp
add action=mark-connection chain=forward comment="Steam TCP Ports" dst-port=\
27015,27036,27037 new-connection-mark=steam-conn passthrough=yes \
protocol=tcp
add action=mark-connection chain=forward comment="Steam L7" layer7-protocol=\
Steam new-connection-mark=steam-conn passthrough=yes protocol=tcp
add action=mark-connection chain=forward comment="Steam https" dst-port=443 \
new-connection-mark=steam-conn passthrough=yes protocol=tcp tls-host=\
*steam*
add action=mark-packet chain=forward comment=all-steam-pk connection-mark=\
steam-conn new-packet-mark=steam-pk passthrough=no
add action=mark-connection chain=forward comment="http-conn 80" dst-port=80 \
new-connection-mark=http-conn passthrough=yes protocol=tcp
add action=mark-connection chain=forward comment="http-conn 443" dst-port=443 \
new-connection-mark=http-conn passthrough=yes protocol=tcp
add action=mark-packet chain=forward comment=http-pk connection-mark=\
http-conn new-packet-mark=http-pk passthrough=no
add action=mark-connection chain=forward comment=other-conn \
new-connection-mark=other-conn passthrough=yes
add action=mark-packet chain=forward comment=other-pk connection-mark=\
other-conn new-packet-mark=other-pk passthrough=no
Рекомендации по теме
Комментарии
Автор

THANKS BRO! GOD BLESS YOU! BEEN WAITING FOR THIS
AND HOPING FOR OTHER ONLINE GAMES TO BE PRIORITIZE. ROS, PUBG, ETC

swingstring
Автор

Amazing as requested by many gamer's on steam. Keep it up TKSJa. I'll be waiting for the 2nd video. i know you can do it well better. God bless man.

denhansol
Автор

For other games, could I just add their known udp and tcp connections with steam so that i dont have to create another set of mangle rules? A LOT of thanks to you and your channel, it helped me so much!

jeraldrjay
Автор

@TKSJa thanks for the tutorial. i have rb850G2 Router it has not TLS HOST feature. what should i do. is TLS HOST that neccesary ?

badral
Автор

Hi, thanks for this fantastic Tutorial. I have a Raptorcache in the same Network as the Steam. For that i did some Rules and a Queue wich may interferir with http 80 and https 443 . Do you have some expirience with this combination?

thomasschiwatsch
Автор

Sir pls answer my question, why did you use forward not prerouting? I really want to know the deiference

pencuriinshaf
Автор

Can I add a game instead of steam?
Example given, ports for rainbow six siege.

sollekram
Автор

Great! thank you for these tutorials, they are very useful for those of us who want to learn. I've noticed on this and previous videos that you focus on bandwith allocation, what about minimizing latency on games? What gamers would say "how to lower my ping" when another PC on the network is downloading Windows updates or streamig videos or performing a Whatsapp backup to the cloud.

FireTigerARG
Автор

can you please make a video tutorial for routing online games such as mobile legends, free fire, pupg to certain WANs.
I use 2 WAN connections, meanwhile I want to divert game traffic only to 1 WAN only.
thank you

eryemultimedia
Автор

How do I do this on RouterOS v6.45.1? When I go to Mangle there's no connections there...

Mnat
Автор

can i add UDP ports to steam like other game udp port and change steam name to (ANYGAMES) ? thanks

kaidiencarlo
Автор

Hi i love to see your video tutorial.
i learn a lot from your video tutorial. Could you teach me how to define/get the regexp string value on layer 7 protocol? Thanks in advance

zyevenskasaputra
Автор

Hi sir, do you have tutorial dual wan load balance with auto failover and with bandwidth management, with priotizing game?

gilbertlasquites
Автор

bro how can i do it for a different load paymet, for example one of them global 6Mb and other 9Mb ..

hiwa_ar
Автор

can you apply qos on voip apps like "Viber whatsapp messenger of Facebook any idea to apply it

laithadnan
Автор

Hi. Great channel! Hope you could make a video on how to prioritize video upload streaming. Wirecast, Facebook and youtube live stream, etc. Thanks in advance. Kudos!!

adrianmarcellana
Автор

thank you so much your tutorialls well ..

hiwa_ar
Автор

hi! sir how create a mangle rule in roblox and prioritize it?

johnregala
Автор

good morning friend could you do me the favor of indicating me with a tutorial how is the marking of packages for fortnite and gameloop.
thanks

jse
Автор

hi, can you do a tutorial on how to prioritize mobile legends online game? thanks

nxtechnologyitsolutions