Table of Contents

Tunnel

openvpn setup

config

Settings:

Files:

# /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

Clients