MIKROTIK STATIC ROUTING SCRIPT GENERATOR
Configure Mangle-based routing for gaming traffic optimization
General Settings
Select Games
MOBILE GAMES
WEB GAMES
DEKSTOP / PC GAMES
RouterOS Terminal Script
################################################################### # Static Routing Games Using Mangle port Generator # Date/Time: # Generated via Mua.lat ################################################################### /ip firewall address-list add list=LOCAL-IP address=10.0.0.0/8 comment="Routing Games" add list=LOCAL-IP address=172.16.0.0/12 comment="Routing Games" add list=LOCAL-IP address=192.168.0.0/16 comment="Routing Games" /ip route add gateway=x.x.x.x routing-mark=routing-game comment="Routing Games" ############################################################## # MANGLE RULES FOR SELECTED GAMES ############################################################## /ip firewall mangle
# CLEANUP SCRIPT: Use this to remove rules generated by this tool.
/ip route remove [find comment="Routing Games"]
/ip firewall mangle remove [find comment="Routing Games"]
/ip firewall address-list remove [find comment="Routing Games"]