Hello. Versions:
1. VPN Client Pro 1.00.93
2. Redmi 9/CrDroid 7.11
I get such routes from my ISP:
"10.0.0.0/8 dev ccmni0 proto kernel scope link src 10.152.35.33"
My vpn server uses 10.10.21.0/24
Problem: vpn client doesn't add routes for 10.0.0.0/8 subnets. See screencast.
If I add by hand "ip route add 10.0.102.0/24 dev tun0 table tun0" - connectivity for apps works as expected.
Mobile internet on CrDroid 7.11: routes not added
Mobile internet on CrDroid 7.11: routes not added
Last edited by livelace on Tue Dec 07, 2021 2:03 pm, edited 1 time in total.
Re: Mobile internet on CrDroid 7.11: routes not added
Hello,
please, try to edit the VPN routes and unselect the option "Don't route the local network".
please, try to edit the VPN routes and unselect the option "Don't route the local network".
Re: Mobile internet on CrDroid 7.11: routes not added
Yep, it works. Could you explain more (for sure) ?
UP. Deleted screencast archive.
UP. Deleted screencast archive.
Re: Mobile internet on CrDroid 7.11: routes not added
When the "Don't route the local network" option is selected, the app excludes the local subnet from VPN routes. This way even while connected to the VPN you can still reach hosts on the local network.
In your case the same network is also used by the VPN so with this option enabled the route was excluded and ignored.
In your case the same network is also used by the VPN so with this option enabled the route was excluded and ignored.
Re: Mobile internet on CrDroid 7.11: routes not added
Totally clear. Thank you, very appreciate!