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

Use "busybox ip route" to setup routes #124

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install busybox without route functionality
2.
3.

What is the expected output? What do you see instead?
Routes are setup correct:

route: applet not found
Mon Feb 20 21:54:57 2012 ERROR: Linux route add command failed: external 
program exited with error status: 1

What version of the product are you using?
0.4.9

Which Android phone are you using?
Samsung Galaxy Nexus

Which firmware version are you using?
4.0.2

Please provide any additional information below.

Original issue reported on code.google.com by greg.coc...@interspire.com on 20 Feb 2012 at 10:59

GoogleCodeExporter commented 8 years ago
This is a compile time option to openvpn.
openvpn supports either route or ip.
But not both at the same time.

It is not a defect of OpenVPN Settings.
But it could be considered a feature request for OpenVPN Installer.

For now I'll close the issue. But I'll keep it in mind.
For future versions I am planning on cutting dependencies to external programs 
as much as possible. But I am not exactly sure on how to tackle this one.

Original comment by friedrich.schaeuffelhut on 24 Feb 2012 at 2:10