Community discussions

MikroTik App
 
MegaCleanCab
just joined
Topic Author
Posts: 1
Joined: Thu Nov 19, 2015 2:47 am

Need to block some ports

Thu Nov 19, 2015 3:24 am

My son plays league of legends too much and I currently block it by blocking the ports it commonly uses. this is on a netgear, I have all other configuration done to implement the 951 but this.


Service Type Port IP
1 LOL Patches 8393 all
2 LOL 5222..5223 all
3 lol udp 5100..5400 all
4 more lol 2099 all



thanks
 
User avatar
vixxant
newbie
Posts: 38
Joined: Thu Mar 17, 2011 7:36 pm
Contact:

Re: Need to block some ports

Sat Nov 21, 2015 1:44 pm

Try this
ip firewall filter add chain=forward protocol=tcp dst-port=8393,5222,5223 action=drop
ip firewall filter add chain=forward protocol=udp dst-port=5100-5400,2099 action=drop