View Single Post
Posts: 446 | Thanked: 207 times | Joined on Sep 2012 @ Austria/Germany
#1
Since some of you might be interested in this.. here's a little HowTo

In order to automatically connect to a VPN when you connect your N9(50) to a wifi network you need to...

1.) install VPN9C (graphical frontend for vpnc on meego harmattan)

you can get it form the store.
(note that with vpnc you can only connect to VPN using IPSec)

2.) create a config file for vpnc (contains all the necesary credentials)

create a .conf file and store it somewhere
It should look somehting like this

IPSec gateway address
IPSec ID id
IPSec secret secret
Xauth username user
Xauth Password password
3.) install Profilematic and create a new rule

choose your desired wifi network as a condition for the rule

to connect to VPN use this command

sh -c "/opt/vpn9c/bin/vpnc.sh < /path/to/your/conf/file"
to disconnect from VPN once you disconnect from wifi

sh -c "/opt/vpn9c/bin/vpnc.sh stop"

have fun!

Last edited by mcbook; 2013-02-07 at 07:27. Reason: -> howto
 

The Following 2 Users Say Thank You to mcbook For This Useful Post: