loonuae / android-openvpn-settings

Automatically exported from code.google.com/p/android-openvpn-settings
0 stars 0 forks source link

tunnel will not be used by HTC Flyer #151

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. root the HTC Flyer
2. start openvpn settings
3. traceroute www.google.de

What is the expected output? What do you see instead?
the first step should show the ip address of the openvpn tunnel. 
instead, I see:

#
# ip rule del from all lookup wifi
RTNETLINK answers: No such file or directory

# ip rule del from all lookup wifi
RTNETLINK answers: No such file or directory
# traceroute www.google.de
traceroute to www.google.de (173.194.67.94), 30 hops max, 38 byte packets
 1  94.72.251.193 (94.72.251.193)  3.357 ms  1.525 ms  1.465 ms
 2  86.189.37.233 (86.189.37.233)  3.754 ms  3.907 ms  3.327 ms
 3  core1-pos0-14-0-12.faraday.ukcore.bt.net (194.72.4.57)  9.308 ms  5.463 ms  7.721 ms
[...]

What version of the product are you using?
0.4.14

Which Android phone are you using?
HTC Flyer (wifi only)

Which firmware version are you using?
Android 3.2.1

Please provide any additional information below.
my tunnel is set up to direct every packet through the tunnel. This works on 
the other devices.
the checkbox "fix htc routes" is checked.
what else can I do?

Original issue reported on code.google.com by HansStef...@gmail.com on 28 Nov 2012 at 8:07