OpenVPN (iPhone)
Installation von OpenVPN auf dem iPhone
OpenVPN läuft nun auch unter iPhone!
Voraussetzung: ein Iphone, Ipod (ipad?) und das Ganze jailbroken
Ein gutes HowTo wie man ran kommt, ist auf der Homepage http://www.iopenvpn.com zu finden. Das ist auf einen VPN Dienst zugeschnitten. Keine Angst, es funktioniert auch mit eigener Konfig.
Analog zum Cydia Teil des Howtos:
1. Zu den Sourcen
OS 3.1.2 and 3.1.2 (4.x tut auch)
http://www.iopenvpn.com/install/
OS 2.x
http://www.iopenvpn.com/cydia/
und
http://cydia.iphone.org.hk/apt/
hinzufügen.
Von iopenvpn ist openvpn zu installieren. Von iphone.org.hk kommt DNSFix. (iopenvpn besteht darauf). Iopenvpn bringt ein Icon aufs Iphone, das gleich versteckt werden kann, wenn auf einen eigenen Server zugegriffen werden soll. Stattdessen kann die Konfig unter /var/mobile/Library/OpenVpn/conf.ovpn angepasst werden.
Beispiel:
# # Sample OpenVPN configuration file for # using a pre-shared static key. # # '#' or ';' may be used to delimit comments. # its iphone script-security 2 # Use a dynamic tun device. dev tun port <port of openvpn server> proto tcp-client remote <ip address or name of openvpn server> #proto udp # Our remote peer #float ifconfig <tunnel ip address local> <tunnel ip address server> route <network> <netmask> <tunnel ip address server> # Our pre-shared static key secret <path to secret file>
Was Optionen und/oder Konfigfileeinträge anbelangt, ist
/usr/bin/openvpn-iphone --help
in Deiner Shell am iPhone Dein Freund ;->
Um das VPN Ein- und auszuschalten empfehle ich den Toggle für SBSettings.
---
Michael Freitag