optimizar el túnel de la rap #31

Open
opened 2025-05-16 18:26:16 +00:00 by fauno · 2 comments
Owner

tinc usa un monton de cpu cuando hay mucho trafico porque tiene que cifrar el tunel y usa algoritmos antiguos (rsa si no recuerdo mal). no se si en 1.0 es posible cambiar los algoritmos, pero recuerdo que en 1.1 si

tinc usa un monton de cpu cuando hay mucho trafico porque tiene que cifrar el tunel y usa algoritmos antiguos (rsa si no recuerdo mal). no se si en 1.0 es posible cambiar los algoritmos, pero recuerdo que en 1.1 si
Author
Owner

de man tinc.conf

       Cipher = cipher (aes-256-cbc)
               The symmetric cipher algorithm used to encrypt UDP packets.  Any
               cipher supported by LibreSSL or OpenSSL is recognised.  Further‐
               more, specifying "none" will turn off packet encryption.  It  is
               best to use only those ciphers which support CBC mode.
[...]
       Digest = digest (sha256)
               The digest algorithm used to authenticate UDP packets.  Any  di‐
               gest  supported  by LibreSSL or OpenSSL is recognised.  Further‐
               more, specifying "none" will turn off packet authentication.
de `man tinc.conf` ``` Cipher = cipher (aes-256-cbc) The symmetric cipher algorithm used to encrypt UDP packets. Any cipher supported by LibreSSL or OpenSSL is recognised. Further‐ more, specifying "none" will turn off packet encryption. It is best to use only those ciphers which support CBC mode. [...] Digest = digest (sha256) The digest algorithm used to authenticate UDP packets. Any di‐ gest supported by LibreSSL or OpenSSL is recognised. Further‐ more, specifying "none" will turn off packet authentication. ```
Author
Owner

en tinc 1.1 cambiaron los valores por defecto a blowfish y sha1 respectivamente:

https://tinc-vpn.org/documentation-1.1/Host-configuration-variables.html

en tinc 1.1 cambiaron los valores por defecto a `blowfish` y `sha1` respectivamente: https://tinc-vpn.org/documentation-1.1/Host-configuration-variables.html
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: escuela-comun/abyayala#31
No description provided.