Tutorial For Newbie
Jasa Setting Mikrotik
Home
Jasa Setting Mikrotik
Source
Friday, August 2, 2019
Marking Connection of Mobile Games in Mikrotik
Marking Connection of Mobile Games in Mikrotik :
/ip firewall raw add action=add-dst-to-address-list address-list=mobilegames \ address-list-timeout=none-dynamic chain=prerouting comment=\ "VainGlory" content=.superevil.net dst-address-list=!ipwarnet \ src-address-list=ipwarnet add action=add-dst-to-address-list address-list=mobilegames \ address-list-timeout=none-dynamic chain=prerouting comment=\ "Hago" content=.ihago.net dst-address-list=!ipwarnet \ src-address-list=ipwarnet
/ip firewal mangle add action=mark-connection chain=prerouting comment="Mobile Legends" \ dst-address=!192.168.0.0/16 dst-port=5000-5510,9001,30000-30150 \ in-interface=LAN new-connection-mark="GAME CONN" passthrough=yes \ protocol=tcp src-address=192.168.1.0/24 add action=mark-connection chain=prerouting comment="DragonNest Mobile and SEA" \ dst-address=!192.168.0.0/16 dst-port=10514,14800-14801 in-interface=LAN \ new-connection-mark="GAME CONN" passthrough=yes protocol=tcp src-address=\ 192.168.1.0/24 add action=mark-connection chain=prerouting comment="Mobile Games TCP" \ dst-address=!192.168.0.0/16 dst-address-list=mobilegames dst-port=\ !21,22,23,53,80,443,3128,5353,8080,8001 in-interface=LAN \ new-connection-mark="GAME CONN" passthrough=yes protocol=tcp src-address=\ 192.168.1.0/24 add action=mark-connection chain=prerouting comment="PUBG Mobile" \ dst-address=!192.168.0.0/16 dst-port=10100-11199,17000,20000-20002 \ in-interface=LAN new-connection-mark="GAME CONN" passthrough=yes \ protocol=udp src-address=192.168.1.0/24 add action=mark-connection chain=prerouting comment="DragonNest SEA UDP" \ dst-address=!192.168.0.0/16 dst-port=17100-17120 \ in-interface=LAN new-connection-mark="GAME CONN" passthrough=yes \ protocol=udp src-address=192.168.1.0/24 add action=mark-connection chain=prerouting comment="Mobile Games UDP" \ dst-address=!192.168.0.0/16 dst-address-list=mobilegames dst-port=\ !21,22,23,53,80,443,3128,5353,8080,8001 in-interface=LAN \ new-connection-mark="GAME CONN" passthrough=yes protocol=udp src-address=\ 192.168.1.0/24
Note :
- ipwarnet = local ip / local network
- Mobilegames = ip address list of mobile games server
- LAN = interface to local network
1 comment:
Unknown
February 5, 2021 at 11:10 AM
hello sir
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
hello sir
ReplyDelete