2

First off, I'm a VPN noob. We have a web server (via MediaTemple) that is running Plesk. Our client gave us .pcf files to connect to their VPN, which work locally with my mac Cisco VPN client. Plesk has a VPN module and OpenVPN is installed on our webserver. To anyone's knowledge, can I use either of these in conjunction with the .pcf file they sent us? Or do I need to install the Linux version of Cisco's software on the webserver? Thanks!

weotch
  • 125
  • 4

2 Answers2

2

vpnc works well for this. I have used this script in the past to convert pcf files to a configuration that works for vpnc.

I wrote a blog post on how to do this if you want some hand holding with the script, this is a bit old though ...

Kyle Brandt
  • 83,619
  • 74
  • 305
  • 448
  • Yeah, VPNC ended up being the way to go. It took a little fussing with but at long last it's working. – weotch Oct 06 '09 at 22:17
0

Fedora 10+ has a Cisco-compatible VPN client included. It appears to be 'vpnc', which is available here: http://www.unix-ag.uni-kl.de/~massar/vpnc/

On Fedora 10+, NetworkManager has a GUI frontend for vpnc, but I'm sure the documentation can show you how to configure it without a GUI (if necessary).

I've used vpnc on Fedora 10 and 11 with no issues. It's easy to deal with and I've never had problems connecting.

baumgart
  • 2,483
  • 18
  • 17