vpnc on FreeBSD 6.2

Duane Hill d.hill at yournetplus.com
Mon Jul 9 15:45:41 UTC 2007


On Mon, 9 Jul 2007 at 11:28 -0400, xyin at bluebottle.com confabulated:

> Hi,
>
> I am trying to make vpnc working on my FreeBSD 6.2 laptop to connect to a Cisco
> 3000 VPN concentrator without any luck.  Has anybody been successful on this?
> Is there any guide on this?
>
> Thanks,
> Xihong

We have one (I believe it is a 3000) in our colo facility. I just recently 
colaborated with a co-worker in getting vpnc working on our non-Windoes 
machines. He is on Mandrake and I'm on FreeBSD 6.2. The following config 
is what worked for me. Of course, you will have to substitute your info 
for 'IPSec gateway', 'IPSec ID', and 'IPSec obfuscated secret' or 'Xauth 
username' and 'Xauth password'. We use the secret for authentication. So 
the username and password are specified as nothing so the prompt doesn't 
come up when starting the VPN connection.

/usr/local/etc/vpnc.conf:

IPSec gateway 192.168.10.1
IPSec ID my-ipsec-id
IPSec obfuscated secret the_obfuscated_secret
# empty strings here for uname and pass get rid of prompts
Xauth username ''
Xauth password ''
Vendor cisco
Local Port 10000

-----
  _|_
(_| |


More information about the freebsd-questions mailing list