N
N
nuki42019-12-03 22:22:58
Android
nuki4, 2019-12-03 22:22:58

Android apps not updating on Mikrotik network?

Good day.
We have Mikrotik. Everything is simple on it. 2 bridges wan and lan. Wan pridge has multicast enabled. Configured igmp-proxy.
Lan bridge - nothing is configured, just a bridge.
Configured l2tp client. And accordingly nat.
Basic firewall rules. But even without them, nothing works.
Doesn't update or install apps from Google Play. Hangs at the stage "Waiting for download".
Google Play itself opens and works fine.
What could be?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Bobylev, 2019-12-12
@ShturmN

There are two options:
1. Path MTU Discovery. Then you need to add something like this to the firewall:
/ ip firewall mangle add chain=forward protocol=tcp tcp-flags=syn tcp-mss=1453-65535 action=change-mss new-mss=1360 disabled=no
But I recommend reading like here: https://habr.com/en/post/136871/
2. Ask your top provider to disable GGC (Google Global Cache) on you. It's better to set it up right.
( https://habr.com/en/post/93864/)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question