Enterprise users always have the problem of how to connect to their corporate VPN server. Usually corporate uses Cisco VPN, which is a little difficult to connect than other VPN. Fortunately we have solutions for several different platforms.

Information You Will Need

Before connecting to the VPN, you need to know the following information. Ask your network administrator if you don’t have this.

  • VPN Server Address
  • Group Name
  • Shared Secret
  • your username
  • your password

Sometimes you may need a RSA token, either a hardware token or a software token exists in your cell phone. This does not affect the way you connect to the VPN – just use your token as your password.

Mac OSX

Mac OSX and iOS support Cisco VPN natively so you won’t take too much effort to make it work.

  1. Open System Preferences, then select Network.
  2. Click the + button at the bottom of the network list to create a new connection. Set “Interface” to “VPN”, and choose “Cisco IPSec” for VPN Type. Enter a proper name in Service Name for your VPN connection.

    Create VPN Connection in OSX

  3. Click Create, then enter your VPN info in the new connection as below. You can leave Password field blank if you are using a token, or just want to type it when login.

    VPN Settings in OSX

  4. Click Authentication Settings…, and enter your Group Name and Shared Secret and click OK.

    Group Authentication Settings

You’re done! You can connect to VPN from the Network panel, or check Show VPN status in menu bar so that you can connect easily from your menu bar.

Windows

Unfornately Windows does not support Cisco VPN by default so you have to download the Cisco VPN client. You can download the VPN client with the following links.

Download 32-bit Windows 7 / Vista / XP VPN Client (version 5.0.07)

Download 64-bit Windows 7 / Vista VPN Client (version 5.0.07)

After installed the VPN client, start it by clicking VPN Client (you may need to search from your Start Menu).

Cisco VPN Client

Click New, then enter your VPN info.

  • Connection Entry: connection name, use whatever you like
  • Description: whatever you like
  • Host: VPN server address
  • Authentication tab: choose Group Authentication
  • Name: your group name
  • Password and Confirm Password: your group shared secret

Create VPN Connection in Windowss

Click Save, and you are ready to go. The client will ask you for your username and password when you try to connect.

Linux

A pakcage called vpnc works perfectly for Cisco VPN. Use Ubuntu for example.

  1. Install vpnc.

     $ sudo apt-get install vpnc
    
  2. Edit /etc/vpnc/default.conf to enter your VPN info.

     $ sudo vi /etc/vpnc/default.conf
     IPSec gateway <your VPN server address>
     IPSec ID <your group name>
     IPSec secret <your group shared secret>
     #IKE Authmode hybrid                # comment out this line
     Xauth username <your username>
     #Xauth password <password>          # comment out this line to type password when connect
    
  3. Connect to the VPN.

     $ sudo vpnc
    

To disconnect from the VPN, run

$ sudo vpnc-disconnect

iOS

As mentioned before iOS supports Cisco VPN natively. Here’s how to setup:

  1. Open “Settings” and choose “General” -> “VPN
  2. Click “Add VPN Configuration…
  3. Choose “IPSec”, then fill the fields with your VPN settings.

VPN Settings in iOS

Android

Android does not support Cisco VPN either, so you need this app VpnCilla. It’s not a free app though, however you can install the Trail version before you buy it.

“New connection” dialog will appear for the first time boot. If it doesn’t, you can click the “+” button any time to bring up the “new connection” dialog.

Tap each setting item to enter the VPN settings. The UI is descriptive enough.

VPNCilla

Press Back button to return to the connection list. Tap the connection and here you go!