Diferencia entre revisiones de «VPN»
De gacq wiki
(No se muestran 6 ediciones intermedias de 2 usuarios) | |||
Línea 1: | Línea 1: | ||
− | |||
=vpnc= | =vpnc= | ||
==Errors== | ==Errors== | ||
vpnc: quick mode response rejected: ISAKMP_N_INVALID_PAYLOAD_TYPE(1) | vpnc: quick mode response rejected: ISAKMP_N_INVALID_PAYLOAD_TYPE(1) | ||
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''' | ||
+ | |||
+ | =Cisco VPN Client (Propietary)= | ||
+ | *[http://www.cs.uu.nl/technical/services/vpn/ Download site] | ||
+ | *[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] | ||
+ | ==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
Contenido
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