android openvpn howto

From thelinuxwiki
Jump to: navigation, search

1. install busybox from the playstore 2. run busybox and then run the "smart install" 3. install openvpn installer 4. install tun.ko and run to install tun module from adb shell you can verify tun is working on the phone by running...

# lsmod

tun 12909 0 - Live 0xbf03a000 <<< should see something like this 5


from adb shell 1. su to root (may have to confirm root access for adb shell on the phone)

su

2. remount /system read/write

mount -o remount,rw /dev/block/mtdblock4 /system