Community discussions

MikroTik App
 
shiple
just joined
Topic Author
Posts: 15
Joined: Wed Jan 22, 2014 11:21 pm

how to block android update in mikrorik

Fri Mar 27, 2015 11:30 pm

hi i use mikrotik system and i am using ppp connection for tp link 743 in cafe
but the cafe always using all the speed without usful
cuz when some one connect to the to link 743
all phone app get update without he know
so how can i block update for these phone
also how can i make them using share althouth they have another network and ip
thnx
follow
 
jandafields
Forum Guru
Forum Guru
Posts: 1515
Joined: Mon Sep 19, 2005 6:12 pm

Re: how to block android update in mikrorik

Sat Mar 28, 2015 8:44 pm

Read this:
https://support.google.com/googleplay/a ... 1367?hl=en

Try blocking
TCP and UDP 5228
 
shiple
just joined
Topic Author
Posts: 15
Joined: Wed Jan 22, 2014 11:21 pm

Re: how to block android update in mikrorik

Sun Apr 05, 2015 1:30 pm

Read this:
https://support.google.com/googleplay/a ... 1367?hl=en

Try blocking
TCP and UDP 5228
how
plz
?
 
User avatar
PaulsMT
MikroTik Support
MikroTik Support
Posts: 282
Joined: Tue Feb 10, 2015 3:21 pm

Re: how to block android update in mikrorik

Tue Apr 07, 2015 4:04 pm

Add these commands to your terminal:

/ip firewall filter add action=drop chain=forward port=5228 protocol=tcp
/ip firewall filter add action=drop chain=forward port=5228 protocol=udp

And move on top of your ip firewall list, these rules will block all 5228 port packets.