View Single Post
Posts: 433 | Thanked: 274 times | Joined on Jan 2010
#4
I assume you want a n900 client to connect to a server running elsewhere. You need your .ovpn config file to be in /etc/openvpn (create it as root). My own config is below FYI, though you really need to do sone reading on openvpn to understand the options & your own requirements - nmy config is probably totally inappropriate for your needs.

Code:
script-security 2
up /etc/openvpn/maemo-update-resolvconf
down /etc/openvpn/maemo-update-resolvconf
resolv-retry infinite
client
remote myhostnam.no-ip.org 11194
dev tap0
proto udp
nobind
persist-key
persist-tun
;redirect-gateway def1
ca /etc/openvpn/ca.crt
cert /etc/openvpn/n900.crt
key /etc/openvpn/n900.key
comp-lzo
verb 3
__________________
n900: "with power comes responsibility".

If you buy a niche, highly modifiable smartphone and proceed to mess it up by blindly screwing around, don't just blame the phone, also blame yourelf.