Navigation
- = Hlavní strana
- Zobrazit všechny kategorie
- apache
- bash
- dns
- filesystemy
- gimp
- hardware / drivery

- mandriva
- mysql
- openoffice.org
- oscommerce
- PDA
- perl
- php
- qmail / sendmail / MTA
- samba
- shell
- šifrování / certifikáty
- ubuntu / debian

- virtualizace
- windows
- ostatní
- debian server - návody
- humor / screenshoty
- android
- = Rejstřík
0 users online :: 0 Guests and 0 Registered
Záznamů v této kategorii
Tagy
android
ID #1272
HOWTO: openvpn on android (rooted LG Optimus One P500)
1) install Android OpenVPN application:
Android OpenVPN setup + StrongVPN
= great article with screenshots :-)
2) LG Optimus One is missing TUN module, we need to download it: see thread from forum.xda-developers.com or direct download
This module I tested and worked on stock LG kernel 2.6.35.10-perf & stock LG ROM V20G (Android 2.3.3)
3 a) there is possibility to directly load tun.ko module in OpenVPN application settings
3 b) or install TUN module in LG filesystem + create script which will load module on boot
for ssh / sftp connection use eg. SSHDroidPro application
a) check where /system is mounted
b) remount /system (which is read only) for writing
c) copy tun.ko to /system/lib/modules/
append line to file /system/etc/install-recovery.sh :
remount /system read only
Android OpenVPN setup + StrongVPN
= great article with screenshots :-)
2) LG Optimus One is missing TUN module, we need to download it: see thread from forum.xda-developers.com or direct download
This module I tested and worked on stock LG kernel 2.6.35.10-perf & stock LG ROM V20G (Android 2.3.3)
3 a) there is possibility to directly load tun.ko module in OpenVPN application settings
3 b) or install TUN module in LG filesystem + create script which will load module on boot
for ssh / sftp connection use eg. SSHDroidPro application
a) check where /system is mounted
df -h | grep system
b) remount /system (which is read only) for writing
mount -o remount,rw /dev/block/mtdblock1 /system
c) copy tun.ko to /system/lib/modules/
append line to file /system/etc/install-recovery.sh :
insmod /system/lib/modules/tun.ko
remount /system read only
mount -o remount,ro /dev/block/mtdblock1 /system
připojené soubory: tun.zip
Tagy: -
Související záznamy:
- Asus WL-167g USB WiFi adaptér
- Openvpn
- generovani zadosti o serverovy certifkat
- mysql replication
- Howto setup remote rsyslog with logging into directories by hostname
Aktualizováno: 2012-02-19 22:53
Autor: : Daniel Čáslavka
Verze: 1.11
Můžete přidat komentář k odpovědi