Sunday, 2 June 2013

How to export config from Tunnelblick to vpnc

How to export config from Tunnelblick to vpnc

I have a working Tunnelblick VPN connection on my OSX, and I want to use it on my Ubuntu 12.04 VPS as well, using vpnc.
Does anyone have experience with configuring vpnc?
This is my Tunnelblick config:
#Tunnelblick conf for EarthVPN
client
dev tun
proto tcp
remote ber-no.earthvpn.com 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca earthvpn.crt
auth-user-pass
remote-cert-tls server
reneg-sec 0
verb 3
auth SHA1
cipher AES-128-CBC
And this is my vpnc (so far):
IPSec gateway ber-no.earthvpn.com:1194   # <- wrong syntax! how to set port?
IPSec ID EarthVPN_NO
IKE Authmode hybrid
Xauth username <username>
Xauth password <password>
CA-File earthvpn.crt
CA-Dir /etc/ca
Debug 99
Thanks.

No comments:

Post a Comment