View Single Post
Posts: 268 | Thanked: 304 times | Joined on Oct 2009 @ Orlando, USA
#14
@hardkorek

I had the same problem with Ubuntu 10.04 using the Network-Manager. However, it worked perfectly well using the command line:

Code:
archebyte:~$ sudo vpnc
Enter IPSec gateway address: 68.68.107.101
Enter IPSec ID for 68.68.107.101: hss
Enter IPSec secret for hss@68.68.107.101: 
Enter username for 68.68.107.101: zzit55
Enter password for zzit22@68.68.107.101:
 
VPNC started in background (pid: 5844)...
so I put it all in a standard vpnc conf file (~/vpn/hotspot.conf)
Code:
ubuntu $: cat ~/vpn/hotspot.conf 
IPSec ID hss
IPSec secret hss
IPSec gateway 68.68.107.101
Xauth password zzit55
Xauth username zzit55
and connect using
Code:
cd ~
sudo vpnc-connect vpn/hotspot