Open GoogleCodeExporter opened 9 years ago
Could you please check the configuration option:
OpenVPN Settings -> Menu -> Advanced -> Path to openvpn binary
Is the option set? What is the value?
Original comment by friedrich.schaeuffelhut
on 28 Sep 2010 at 5:58
Path to openvpn binary is set to /system/xbin
# cd /system/xbin
cd /system/xbin
# ls -l openvpn
ls -l openvpn
-rwxr-xr-x root root 907764 2010-09-26 17:24 openvpn
Note: openvpn also installed in /system/bin
pwd
/system/bin
# ls -l openvpn
ls -l openvpn
-rwxr-xr-x root root 907764 2010-09-26 01:03 openvpn
Also, possibly relevant info: referencing ifconfig from /system/bin does not
work:
pwd
/system/bin
# ifconfig
ifconfig
# ls -l ifconfig
ls -l ifconfig
lrwxr-xr-x root shell 2009-10-21 00:03 ifconfig -> toolbox
# cd ../xbin
cd ../xbin
# ifconfig
ifconfig
# ls -l ifconfig
ls -l ifconfig
--wxrw--wt root root 1083568 2008-08-01 08:00 ifconfig
# ./ifconfig
./ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:798 errors:0 dropped:0 overruns:0 frame:0
TX packets:798 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:41840 (40.8 KiB) TX bytes:41840 (40.8 KiB)
tiwlan0 Link encap:Ethernet HWaddr 00:26:BA:56:D7:DE
inet addr:192.168.22.101 Bcast:192.168.22.255 Mask:255.255.255.0
inet6 addr: 2002:c0a8:140:1234:226:baff:fe56:d7de/64 Scope:Global
inet6 addr: fe80::226:baff:fe56:d7de/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:17545 errors:0 dropped:0 overruns:0 frame:0
TX packets:11329 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:8391929 (8.0 MiB) TX bytes:1356865 (1.2 MiB)
# busybox ifconfig
busybox ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:798 errors:0 dropped:0 overruns:0 frame:0
TX packets:798 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:41840 (40.8 KiB) TX bytes:41840 (40.8 KiB)
tiwlan0 Link encap:Ethernet HWaddr 00:26:BA:56:D7:DE
inet addr:192.168.22.101 Bcast:192.168.22.255 Mask:255.255.255.0
inet6 addr: 2002:c0a8:140:1234:226:baff:fe56:d7de/64 Scope:Global
inet6 addr: fe80::226:baff:fe56:d7de/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:17561 errors:0 dropped:0 overruns:0 frame:0
TX packets:11329 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:8393183 (8.0 MiB) TX bytes:1356865 (1.2 MiB)
Original comment by greged...@gmail.com
on 28 Sep 2010 at 1:15
A lot has changed since then. OpenVPN on original Droid now running fine with:
- Peter Alfonso's GPA19 rom with tun/tap included in the kernel
- OpenVPN from Installer by Sascha Volkenandt
- OpenVPN-settings
Connecting to: Witopia servers
Set DNS to Witopia DNS servers
Had to edit Witopia config files to remove "show-net-up" option
One question: What order does openvpn-setting display the config files in? I
would like to order them in a particular way but can't seem to accomplish that.
Thanks!
Original comment by greged...@gmail.com
on 20 Dec 2011 at 5:46
The display order should be the one of File.listFiles().
What kind of order would you prefer?
Original comment by friedrich.schaeuffelhut
on 28 Dec 2011 at 11:21
Original issue reported on code.google.com by
greged...@gmail.com
on 27 Sep 2010 at 9:30