TdUb199420 / android-openvpn-settings

Automatically exported from code.google.com/p/android-openvpn-settings
GNU General Public License v3.0
0 stars 0 forks source link

DNS not setted properly on Android 4.x (4.2.2) #162

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Connect to working VPN provider (VPNBook.com in my case)
2. Test with a shell 'getprop | grep dns'
3. ??? -> Profit (or not, as it is not working as expected D:)

What is the expected output? What do you see instead?

Expected: DNS server in net.dns1/net.dns2
Reality: Previous DNS -> Actually connection does not works,
as my IP is from VPNBook server (Romania...?) and my DNS
from my place (Italy)

What version of the product are you using?

Latest Store one (0.4.14)

Which Android phone are you using?

Samsung Galaxy Mini 2

Which firmware version are you using?

Android 4.2.2 - CM10.1 with latest baseband

Please provide any additional information below.

1. On official Samsung firmware, DNS setup was working with:
- Stericson Busybox
- Your openvpn binary from OpenVPN Installer

2. I tried in any possible combination of:
-| Busybox
--> Stericson one
--> Built-in one
-| openvpn binary
--> Yours
--> Built-in one
but no one worked.

3. Setting DNS with 'Fix DNS' or 'Use VPN DNS Server' setted to Google's DNS 
(8.8.8.8 or 8.8.4.4) made the trick.

Wishes for Santa (my addition):
- Android 4.x interface
- Android 4.x support (as your app is the only one with TAP support)
- 2nd VPN DNS server field
- Hope this project is not dead :/ 

Original issue reported on code.google.com by itachi.s...@gmail.com on 7 Jan 2014 at 4:26