HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

vpnc — A VPN client for the Cisco 3000 VPN Concentrator. More information: <https://manned.org/vpnc>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandclientvpncclivpnciscofor
linux

Problem

How to use the vpnc command: A VPN client for the Cisco 3000 VPN Concentrator. More information: <https://manned.org/vpnc>.

Solution

vpnc — A VPN client for the Cisco 3000 VPN Concentrator. More information: <https://manned.org/vpnc>.

Connect with a defined configuration file:
sudo vpnc {{config_file}}


Terminate the previously created connection:
sudo vpnc-disconnect

Code Snippets

Connect with a defined configuration file

sudo vpnc {{config_file}}

Terminate the previously created connection

sudo vpnc-disconnect

Context

tldr-pages: linux/vpnc

Revisions (0)

No revisions yet.