Page 1 of 1

how to block android update in mikrorik

Posted: Fri Mar 27, 2015 11:30 pm
by shiple
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

Re: how to block android update in mikrorik

Posted: Sat Mar 28, 2015 8:44 pm
by jandafields
Read this:
https://support.google.com/googleplay/a ... 1367?hl=en

Try blocking
TCP and UDP 5228

Re: how to block android update in mikrorik

Posted: Sun Apr 05, 2015 1:30 pm
by shiple
Read this:
https://support.google.com/googleplay/a ... 1367?hl=en

Try blocking
TCP and UDP 5228
how
plz
?

Re: how to block android update in mikrorik

Posted: Tue Apr 07, 2015 4:04 pm
by PaulsMT
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.