Table of Contents

Tunnel

openvpn setup

config

Settings:

  • server: home.notomorrow.de
  • (remote)port 5001
  • proto udp
  • device tap
  • locacomp-lzo
  • tls

Files:

  • crt - the certificate that identifies you
  • key - your secret key to prove it
  • ca.crt - the certificate that identifies the server
  • conf - openvpn configfile
# /etc/openvpn  ls -la wlcx/
total 28
drwxr-xr-x 2 root root 4096 Feb 26 18:15 ./
drwxr-xr-x 9 root root 4096 Feb 14 05:06 ../
-rw------- 1 root root 1517 Dec 20 06:30 ca.crt
-rw------- 1 root root  548 Dec 21 03:56 conf
-rw-r--r-- 1 root root 6519 Dec 20 03:18 crt
-rw------- 1 root root 3272 Dec 20 03:18 key

Run

#run in foreground, exit with ctrl-c
sudo opevpn --config wlcx/conf 
#debian autostart
update-rc.d openvpn enable
cp wlcx /etc/openvpn/
ln -s /etc/openvpn/wlcx/conf /etc/openvpn/wlcx.conf
#check your proxied through notomorrow.de ( 78.46.228.172 )
wget -qO - ip.y.nu

android

for cyanogenmod openvpn

  • copy pkcs.p12 to /sdcard/.
  • Goto Security, Import from sdcard. You will need to enter the transport password and create or verify your storage password.
  • Goto Network, VPN Settings and create a new network with settings according to your conf file
  • open Advanced Config and configure according to Settings
  • check Redirect Gateway to send all traffic through the tunnel.
  • configure

Clients

Log In