Sunday, July 31, 2011

OPENVPN for android + WIFI tethering Application = FREE WALKING WIFI SPOT[TUTORIAL]

Posted by vonne at 5:14 PM
What is OPENVPN:

The main purpose of openvpn is to hide your real ip from the outside world by building and encrypting a private tunnel connection to a vpn server which acts like your proxy. You can have free internet by having a backdoor connection to your netwrok provider which bypasses its firewall/accounting server. The good thing about openvpn is it does not limit you to just browsing, you can also stream youtube videos, download from the market, use facebook, twitter, tapaltalk, games like pocket legends, zenonia, zynga poker, and any apps and games that need internet connection.
Requirements for all:
Check the end of this post for the attached files.
  1. Rooted android phone
    1.1) Optional: Install a custom rom and/or custom kernel with pre-loaded tun. ko (I recommend cyanogenmod 6 and up)
  2. Root explorer (kindly use the latest version. older versions have mount/remount problems when used on newer devices)
  3. Openvpn settings
  4. Openvpn installer
    Warning: DO NOT DOWNLOAD/INSTALL OPENVPN INSTALLER if you're using the official CyanogenMod custom ROM or any ROMs based on CyanogenMod. This will cause Openvpn to malfunction
    Read the details of any ROM that you are installing on your device to find out whether it's based on CM or not
  5. Terminal emulator
  6. Busybox
    Reminder: Custom ROMs usually have busybox pre-installed.
  7. Config file (airvpn,poknatvpn, mango vpn, puknut vpn)
    Reminder: Proceed to Web & Internet or Buy & Sell Section and ask for a free trial there.
  8. tun.ko (this file is device and kernel specific. You cannot use a tun.ko that is NOT compiled for your device.)
    Reminder:
    You can check the Tun.ko repository post if we have one for your unit.
    If not available, ask GOOGLE. If you found nothing, ask your 3rd party developer. If there is no results, go back to this post and nicely.
    APN Settings
    Globe - http.globe.com.ph ( you should have minimum of 4 peso load)
    smart - internet ( you should have at least 1 pero load to activate 3g/hsdpa, maximum load of 9 pesos )
    sun - minternet (openvpn not yet working with sun, i'll try to collaborate with jefbuan to see if it's possible)
    Reminder:
    • No Port, No Proxy
    • Higher loads than the rates required above will automatically be consumed by the provider
FOR TROUBLESHOOTING, 
Please include the following on your post

1.) unit / model
2.) network
3.) phone modifications (name of custom kernel/rom, Android OS version)
4.) error details / openvpn log / lastconnection.log
5.) VPN client
Sample:
Galaxy S i9000
Globe
cyanogenmod 6.1.1 running 2.2.1 froyo
FATAL ERROR: Cannot allocate tun/tap dynamically
airvpn
Instructions

For CyanogenMod ROMs and CM-based ROMs ONLY
  1. install openvpn settings
  2. go to sd card, and create a folder name it: openvpn
  3. place the config files in the openvpn folder
  4. open the openvpn application then choose Preferences
  5. choose insmod --> tun --> then locate tun.ko ( /lib/modules/tun.ko)
  6. tap the config file and wait for it to connect
    connection sequence:
    unknown => wait => auth => get config => add routes => 123.123.123.1 connected as 10.8.2.1 (ex. ip)
    Reminder: you should get an ip value for "connected as". you won't be able to connect to the internet if the value is blank.

For Rooted phones with STOCK ROM or Rooted phones with NON-CM CUSTOM ROM

1) root your phone
2) install openvpn installer and the binaries..
  • run openvpn installer using root explorer or install from market
  • click install > install > /system/xbin/ > /system/xbin/bb
  • check this directory if the installation is successful:
    /system/xbin/openvpn <- dapat nandyan yang file na yan
***if you get the error "binaries not installed", install busybox first and redo #2.***
***if the binary installation is successful, skip #3***

3) install busybox (this should already be installed IF you're using a custom rom)
  • check this directory if the installation is successful:
    /system/xbin/busybox <- dapat nandyan yang file na yan
4th) install openvpn settings
  • go to option > advanced >
  • check load tun kernel module
  • set path to openvpn binary: /system/xbin/openvpn
  • go to tun module setting > load module using > insmod
  • set path to tun module:
    ---if your custom rom comes with a pre-installed tun.ko --> /lib/modules/tun.ko
    ---if you've downloaded a separate tun.ko, you can place it on your sdcard. make sure to set the correct path
5th) open root explorer
-Navigate to folder /system/xbin/
-Mount folder as R/W (there is a button you can click at the top right of the Root explorer UI)
-Scroll and look for the file OPENVPN --> Long press openvpn and choose Permissions
-Put a check on the following:
User: Read + Write + Execute
Group: Read + Execute
Others: Read + Execute
-Press Menu and Create a new folder. Name it: bb (system/xbin/bb/)
IF this does not work or you prefer to use terminal emulator, use this:
---make sure the busybox is located at /system/xbin/busybox before you proceed
---make sure that you allow superuser permissions after typing su
---SKIP STEPS 5,6 and 7 IF you choose to use the terminal emulator method

su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
chmod 700 /system/xbin/openvpn
mkdir /system/xbin/bb
busybox ln -s /system/xbin/busybox /system/xbin/bb/ifconfig
busybox ln -s /system/xbin/busybox /system/xbin/bb/route 

6) open terminal emulator and type:
  • --edit "pag ang busybox ay nasa /system/bin/busybox"
su
busybox ln -s /system/bin/busybox /system/xbin/bb/ifconfig
busybox ln -s /system/bin/busybox /system/xbin/bb/route
  • --edit "may ibang rom na ang busybox ay nasa xbin eto ang irun nyo"
su
busybox ln -s /system/xbin/busybox /system/xbin/bb/ifconfig
busybox ln -s /system/xbin/busybox /system/xbin/bb/route
7) go back to Root Explorer, navigate to /system/xbin and Mount as R/O
8) on your sdcard create a folder named "openvpn" w/o the quotes and place your config files there.
For Xperia x10, x10 mini/pro, x8 phones

Poknat Config File click me
you need to have premium account, of this config files are not updated anymore, please visit buy and sell section or the web and internet section.

Optional Stuff

For auto connect

1. go to /sdcard/openvpn/
2. create a file name pass.txt
3. place username and password on pass.tct should look like this

username
password

4. then save.
5. edit config file, look for auth-user-pass line
6. type /sdcard/openvpn/pass.txt, the line should look like this auth-user-pass /sdcard/openvpn/pass.txt

OPENVPN + WIFI TETHERING APPLICATION = FREE WALKING WIFI SPOT

1. Download wifi tethering apps in market
2. Connect openvpn
3. Start wifi tethering application
4. some devices like psp, ds cannot connect, but ipod, itouch and laptops can

OPENVPN + NATIVE WIFI TETHERING (for froyo 2.2 only) = FREE WALKING WIFI SPOT

1. connect openvpn
2. go to terminal emulator
3. type SU
4. type /system/bin/iptables -t nat -A POSTROUTING -s 192.168.43.0/24 -o tun0 -j MASQUERADE
5. now you can connect you PSP, NINTENDO ds, PS3

Route-up script (optional)

For scripting, para every time na gusto niyo gamitin yung native wifi at ayaw niyo mag type pa ng kung ano-ano sa terminal emulator, follow this:

using terminal, type:
$su
#nano /sdcard/openvpn/up.sh
#!/bin/bash
/system/bin/iptables -t nat -A POSTROUTING -s 192.168.43.0/24 -o tun0 -j MASQUERADE
#chmod 777 /sdcard/openvpn/up.sh

edit ovpn file sa vpn at add sa line
route-up /sdcard/openvpn/up.sh

---------------------------------
Units that i recently rooted and make the openvpn work

Galaxy Tab
Samsung Galaxy S i9000
Samsung Galaxy Spica
LG p500
Motorola Defy
HTC HD2
Sony Experia X8
Galaxy Ace
Galaxy Mini
HTC desire + oxygen rom
HTC desire HD

Here are the list of Units that I can root

Acer Liquid Metal
Dell Streak
HTC Magic (Sapphire) 32B
HTC Bee
LG Ally
Motorola Atrix4G
Motorola Charm
Motorola Cliq
Motorola Droid
Motorola Flipside
Motorola Flipout
Motorola Milestone
Nexus One
Samsung Captivate
Samsung Galaxy 551 (GT-I5510)
Samsung Galaxy Portal/Spica I5700
Samsung Galaxy S 4G
Samsung Galaxy S I9000
Samsung Galaxy S SCH-I500
Samsung Galaxy Tab
Samsung Transform M920
Samsung Vibrant
Sony Ericsson Xperia E51i X8
Sony Ericsson Xperia X10
Sprint Hero
Telus Fascinate
Toshiba Folio 100
Samsung Galaxy S devices
Motorola Droid X
Motorola Droid 2
HTC EVO 4G
HTC Hero
HTC wildfire (2.1)
HTC Desire
HTC Desire HD
HTC Legend
HTC Desire Z

-------------------------
Recomended VPN for globe and smart please use Tsunami VPN, They are cooking new configuration for mobile devices such as android/iphone.

We will update you as soon as possible. 

5 comments:

pain said...

thanks. for your tutorial ...
I.m using Motorola defy with cyanogenmod 7.1 version 2.3.7
using airtel 3g network.. I have rooted my phone already so I followed your steps ... when connecting openvpn .. its just loading connecting after 10 min.s also still its shows connecting but no access ...I hope can u help ... can u suggest free vpn service provider

vonne said...

from where are you?

pain said...

I.m from India >tamilnadu>Chennai. ... using Motorola defy mb525 with cyanogen 7.1.0 Jordan (2.3.7) build no: gingerbread gwk74

pain said...

I.m from India >tamilnadu>Chennai. ... using Motorola defy mb525 with cyanogen 7.1.0 Jordan (2.3.7) build no: gingerbread gwk74 using central Europe baseband due to no available Indian n/w ... kernal version : 2.6.32.9 -cb08-c3-c8..... wn I connect its saying wait after few min.s. it.ll disconnect ..

vonne said...

visit this and try the listed free vpns.http://www.techno360.in/four-free-vpn-services/

Post a Comment

Link Love

Technology & Computers - Top Blogs Philippines Philippines Blog Directory Blog Directory Top Technology blogs Blog Directory Ping your blog, website, or RSS feed for Free Bloggers - Meet Millions of Bloggers MobTechTunnel Online Marketing
Add blog to our directory.
Related Posts Plugin for WordPress, Blogger...
 

Copyright © 2011 MobTechTunnel | Design by Kenga Ads-template