Changes between Version 18 and Version 19 of manual_regente_windows:cliente_openvpn

Show
Ignore:
Timestamp:
10/25/21 15:15:03 (3 years ago)
Author:
german
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • manual_regente_windows:cliente_openvpn

    v18 v19  
    55 * Bajar la última version estable: https://openvpn.net/community-downloads/ 
    66 * [[Image(1.png)]] 
     7 * Luego se copia en la carpeta config es igual a las versiones anteriores. 
     8 * Si al conectarnos da un error en el log de: 
     9  *  
     10{{{ 
     112021-10-23 09:16:19 --cipher is not set. Previous OpenVPN version defaulted to BF-CBC as fallback when cipher negotiation failed in this case. 
     12If you need this fallback please add '--data-ciphers-fallback BF-CBC' to your configuration and/or add BF-CBC to --data-ciphers. 
     132021-10-23 09:16:19 OpenVPN 2.5.4 Windows-MSVC [SSL (OpenSSL)] [LZO] [LZ4] [PKCS11] [AEAD] built on Oct 20 2021 
     14}}} 
     15 * Agregar al .ovpn en esta sección lo siguiente: 
     16{{{ 
     17# Select a cryptographic cipher. 
     18# If the cipher option is used on the server 
     19# then you must also specify it here. 
     20;cipher x 
     21}}} 
     22 * Agregar: 
     23{{{ 
     24# Select a cryptographic cipher. 
     25# If the cipher option is used on the server 
     26# then you must also specify it here. 
     27;cipher x 
     28data-ciphers AES-256-GCM:AES-128-GCM:BF-CBC 
     29}}} 
     30---- 
    731 
    832 * Descargar http://www.openvpn.net/release/openvpn-2.1.3-install.exe o última versión estable (tomado de http://www.openvpn.net/index.php/openvpn-client.html). También se puede descargar de http://www.bircherasociados.com.ar/soft/openvpn-2.1.3-install.exe