Diferencia entre revisiones de «VPN»

De gacq wiki
Saltar a: navegación, buscar
 
(No se muestran 5 ediciones intermedias de 2 usuarios)
Línea 4: Línea 4:
 
  this means the concentrator did not like what we had to offer.
 
  this means the concentrator did not like what we had to offer.
  
 +
'''Did not work trying with Cisco VPN Client'''
  
tar zxf vpnclient-linux-x86_64-4.8.00.0490-k9.tar.gz
+
=Cisco VPN Client (Propietary)=
cd vpnclient
+
*[http://www.cs.uu.nl/technical/services/vpn/ Download site]
./vpn_install
+
*[http://www.cisco.com/en/US/products/sw/secursw/ps2308/products_user_guide_book09186a00802aa59f.html Cisco Official User Guide] - [http://www.cisco.com/application/pdf/en/us/guest/products/ps5982/c1629/ccmigration_09186a00805438b5.pdf PDF]
/etc/init.d/vpnclient_init start
+
==Installation==
 +
tar zxf vpnclient-linux-x86_64-4.8.00.0490-k9.tar.gz
 +
cd vpnclient
 +
./vpn_install
 +
/etc/init.d/vpnclient_init start
 +
 
 +
==Configuration==
 +
cd /etc/CiscoSystemsVPNClient/Profiles
 +
cp sample.pcf gacq.pcf
 +
vi gacq.pcf
 +
vpnclient connect gacq
 +
 
 +
=Others=
 +
*[http://www.infoexpress.com/security_products/vtcp_overview.php infoexpress VSClient]

Revisión actual del 12:52 22 feb 2007

vpnc

Errors

vpnc: quick mode response rejected: ISAKMP_N_INVALID_PAYLOAD_TYPE(1)
this means the concentrator did not like what we had to offer.

Did not work trying with Cisco VPN Client

Cisco VPN Client (Propietary)

Installation

tar zxf vpnclient-linux-x86_64-4.8.00.0490-k9.tar.gz
cd vpnclient
./vpn_install
/etc/init.d/vpnclient_init start

Configuration

cd /etc/CiscoSystemsVPNClient/Profiles
cp sample.pcf gacq.pcf
vi gacq.pcf
vpnclient connect gacq

Others