Cisco VPN

From NComputing Knowledge Base
Revision as of 01:23, 21 February 2014 by Admin (talk | contribs) (Created page with "The Cisco AnyConnect VPN client for Linux works fine in NoTouch and some OS images have it included. To enable it, a special set-up procedure is used: # Repurpose one PC with...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The Cisco AnyConnect VPN client for Linux works fine in NoTouch and some OS images have it included. To enable it, a special set-up procedure is used:

  1. Repurpose one PC with the latest NoTouch image that includes the VPN client
  2. Create your normal connection (View, Citrix, whatever)
  3. Create a connection named "Start VPN" and with connection mode "Custom command".
    • As soon as you have clicked the Change button, the parameter "Command to be executed" will appear a bit below. Set this parameter to:
      • vpnclient connect ProfileName
  4. Enable Cisco VPN service (under Services)
  5. Reboot the machine, do NOT start any of the connections
  6. Open a terminal window (Configuration -> Console)
  7. Configure the Cisco VPN service
    • This means that you create/edit your ProfileName.pcf connection file
    • Save its profile to the standard location /etc/opts/cisco-vpnclient
  8. Execute this command: cp -a /etc/opts/cisco-vpnclient /config
  9. In the local configuration application of NoTouch, click on "All" and then on "Eventscripts". Set the parameter "Startup command 1" to the following value:
    • mkdir -p /etc/opts ; cp -a /etc/opts/cisco-vpnclient /etc/opts
  10. Save the config as usual, and reboot the machine, check the workflow:
    1. Boot
    2. Start the "Start VPN" connection
    3. Start the VMware connection