본문 바로가기
스마트폰 (Mobile)

안드로이드 OpenVPN 클라이언트 설치

by 날으는물고기 2010. 10. 18.

안드로이드 OpenVPN 클라이언트 설치

1. 앱스토어에서 OpenVPN 검색 OpenVPN Installer와 OpenVPN Settings 설치


2. OpenVPN Installer 실행 후 Install 선택


3. 설치 폴더 선택


4. 설치 완료


5. tun.ko 모듈 추가
adb shell
su
mount -o remount,rw /dev/block/mtdblock6 /system
chmod 775 /system/xbin/openvpn
mv /sdcard/tun.ko /system/lib/modules/
chmod 775 /system/lib/modules/tun.ko
insmod /system/lib/modules/tun.ko
mkdir /system/xbin/bb
ln -s /system/bin/busybox /system/xbin/bb/ifconfig
ln -s /system/bin/busybox /system/xbin/bb/route
mount -o remount,ro /dev/block/mtdblock6 /system


6. OpenVPN settings 실행


사용전 Fix DNS 를 선택해 주시고 Advanced 에서 세팅을 할수 있으며
TUN modules setting 에서 Load Module using 은 insmod
Path to run module 은 /system/lib/modules/tun.ko 입니다.

그외 OpenVPN 서비스에 관련된 파일은 /sdcard/openvpn 에 넣어 주시면
OpenVPN Settings가 알아서 불러 줍니다.


출처 : http://peterpan.egloos.com
728x90

댓글