i have Mikrotik RB750Gr3 in LAN works as a gateway to the Internet.
Network have a access point Wi-Fi
Android clients connect to this point Wi Fi. This Point Wi Fi use Mikrotik as gateway.
So these clients do not have voice pronunciation (when you click on the speaker icon in the application). If the client is switched to the mobile network, then the pronunciation works.
The Google Translator application gives an error that there is no Internet connection.
If client use google translate via browser (go to translate.google.com), then the pronunciation works.
I never heard about Mikrotik-Devices spontaneously blocking specific Services. Maybe check your DNS-Settings for the Wireless devices and try another DNS-Server?
Mikrotik doesn’t block Google Translate, or any other service for that matter.
All RouterOS does, is route packets from one network to another, according to however you configure the device to do so.
It doesn’t take it on itself to decide whether you should be able to access a webservice or not.
If some webservice doesn’t work, then it’s probably due to bad configuration on your part (assuming that your ISP doesn’t do any funky stuff with your traffic).
Sounds like very weird bug and something out of MIkrotik control…
To debug, run sniffer on wlan interface in Mikrotik router, forwarding all packets to PC where you are running wireshark. Then try to use translate on a phone a see what’s going on.
Are packets blocked? do they reach google servers? look for SYN/RST/ACK packets and troubleshoot it that way…
All these topics about blocking this, blocking that, not blocking something else… No, you can’t block websites selectively anymore. Get over it.
If you really need to, you have to go the “total big brother” route: HTTPS proxy that decrypts and inspects all traffic,
but then you have to have your own certificates on all devices.
But if you want to do this on a hotspot or semi-public AP… just don’t. Don’t be that evil.
There are other tools in your disposal: QOS the clients, use parameters like burst time to give short connections more BW than long downloads etc.