kiah2008 / android-openvpn-installer

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

openvpn included does not support "ifconfig" config option #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Ok, this is what happened to me, I have everything set, busybox, proper tun.ko 
for my kernel and openvpn from this package.

When I run "openvpn --config android.conf" on my device, I get an error saying 
that the config line "ifconfig 10.1.1.2 10.1.1.1" which should set its IP 
address is not working or unsupported.

Installing a new openvpn binary solved the problem completely, I've used the 
one from this page: 
http://code.google.com/p/android-openvpn-settings/issues/detail?id=26

Since replacing the binary solved the issue, I think I can safely state that it 
is this actual version's fault.

Most likely openvpn as for now is only working in its PKI form, not the PSK.

Original issue reported on code.google.com by carlos.l...@gmail.com on 3 Jun 2011 at 4:36