1. Installation der Packete

opkg update
opkg install openvpn openvpn-easy-rsa

2. ca init

build-ca
build-dh
build-key-server server
build-key client

cd /etc/easy-rsa/keys
cp ca.crt ca.key dh1024.pem server.crt server.key /etc/openvpn/

3. config

vi /etc/config/openvpn

http://paste.headstrong.de/view/raw/1f69f3f6

4. firewall

vi /etc/config/firewall

config 'rule'         
option 'target' 'ACCEPT'         
option 'name' 'VPN'         
option 'src' 'wan'         
option 'proto' 'udp'         
option 'dest_port' '1194'

5. starten
/etc/init.d/openvpn enable
/etc/init.d/openvpn start

6. debug 

$ logread

Link to the Pad