I’m configuring OpenVPN on my CCR (RouterOS version 6.46) Android and Windows clients.
Windows client works without problems.
Android client connects but routing does not work.
The Openvpn client configuration and version 2.4.8 is the same for Windows and Android.
proto tcp-client
remote 1.2.3.4
dev tun
nobind
persist-key
tls-client
ca ca.crt
cert test-client.crt
key test-client.key
keepalive 10 120
verb 3
cipher AES-256-CBC
auth SHA1
pull
remote-cert-tls server
auth-nocache
auth-user-pass auth.cfg
route 192.168.0.0 255.255.0.0 172.17.17.254
How to fix it?