47 lines
849 B
ReStructuredText
47 lines
849 B
ReStructuredText
VPN Client on Linux
|
|
===================
|
|
|
|
References
|
|
----------
|
|
|
|
- vpnc manpage
|
|
|
|
Requirements
|
|
------------
|
|
|
|
- VPN Client Package
|
|
|
|
|
|
Procedure
|
|
---------
|
|
|
|
Installation
|
|
~~~~~~~~~~~~
|
|
|
|
Login as localadmin (Green PC) or root (Red PC) and install the VPN
|
|
related packages::
|
|
|
|
# yum install vpnclient-psi
|
|
# yum install vpnc
|
|
|
|
Configuration
|
|
~~~~~~~~~~~~~
|
|
|
|
For Users
|
|
.........
|
|
|
|
You don't have to configure anything manually, the configuration was
|
|
done by installing the `vpnclient-psi` package.
|
|
|
|
For Packager
|
|
............
|
|
|
|
The default configuration files are `/etc/vpnc/default.conf` and
|
|
`/etc/vpnc.conf`.
|
|
|
|
The Cisco VPN client config file `vpn-psi.pcf` for PSI is provided by
|
|
Tobias Marx. The command `/usr/share/doc/vpnc-0.5.3/pcf2vpnc` is used
|
|
to convert the `.pcf` to `.conf`::
|
|
|
|
# perl /usr/share/doc/vpnc-0.5.3/pcf2vpnc vpn-psi.pcf vpn-psi.conf
|