[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
Próxima revisiónAmbos lados, revisión siguiente
es:howtos:network_services:tinc [2019/02/23 21:30 (UTC)] – [Instalación] rrampes:howtos:network_services:tinc [2019/02/24 14:44 (UTC)] – [VPN con Tinc] rramp
Línea 2: Línea 2:
 <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). --> <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). -->
 ====== VPN con Tinc ====== ====== VPN con Tinc ======
-[[http://www.tinc-vpn.org|Tinc]] es un software de código abierto para crear redes privadas virtuales (VPN), las VPN a través de otro canal físico como Internet, donde los hosts (nodos) participantes individuales aparecen en las aplicaciones como si estuvieran conectados por cable en LAN. +[[http://www.tinc-vpn.org|Tinc]] es un software de código abierto para crear redes privadas virtuales (VPN), las VPN a través de otro canal físico como Internet, donde los nodos (hosts) participantes individuales aparecen en las aplicaciones como si estuvieran conectados por cable en LAN.
- +
-<del>[[http://www.tinc-vpn.org|Tinc]] is open source software for creating VPNs, virtual private networks over other physical channel such as the Internet, where individual participating hosts (nodes) appear to applications as if connected by wire in LAN.</del>+
  
  
Línea 146: Línea 144:
  
 ==== Configuración ==== ==== Configuración ====
-There are a few differences in Windows configuration.+Existen unas pequeñas diferencias en la configuración de Windows.
  
-  * You still generate initial configuration files, but place them in into where Tinc is installed, which should be something like C:\Program Files\tinc\<VPN name> 
  
-  * In tinc.confomit Interface directive, because Tinc daemon will then automatically select TUN/TAP device and directive may do more harm than good. Especially if Tinc service starts and fails immediatelycheck that Interface is not set. +  * Debes generar los archivos de configuración inicialpero ubicalos en donde Tinc está instaladoque debería ser algo como C:\Program Files\tinc\<VPN name> 
- +  * En tinc.con, omití las directivas de interfaz, por que el demonio Tinc puede automáticamente seleccionar dispositivos TUN/TAP y las directivas pueden hacer más mal que bien.
-  * Tinc-up script is not used on Windows. You created persistent TUN/TAP device during installation (did you?) and now only manually configure IP (run ncpa.cpl, see properties of device and so on). This can be also scripted with command such as:+
  
 +<del>  * In tinc.conf, omit Interface directive, because Tinc daemon will then automatically select TUN/TAP device and directive may do more harm than good. Especially if Tinc service starts and fails immediately, check that Interface is not set.
 +</del>
 +  * La secuencia de comandos (script) //Tinc-up// no es utilizado sobre Windows. Usted creo un dispositivo TUN/TAP persistente durante la instalación (¿lo hizo?) y ahora solo configuré manualmente la IP (ejecute ncpa.cpl), vea las propiedades del dispositivo, etc).Esto también puede ser automatizado con una secuencia de comandos como por ejemplo:
 +<del>  * Tinc-up script is not used on Windows. You created persistent TUN/TAP device during installation (did you?) and now only manually configure IP (run ncpa.cpl, see properties of device and so on). This can be also scripted with command such as:
 +</del>
 <code> <code>
 netsh interface ip set address name="Local Area Connection number" static <IP address> <mask> netsh interface ip set address name="Local Area Connection number" static <IP address> <mask>
 </code> </code>
  
-  * But be warnedwhen created, TUN/TAP device can aquire pretty much any number in namemost likely 2, but not always.+  * Pero tenga cuidadocuando se creadispositivos TUN/TAP puede adquirir cualquier número de nombreprobablemente 2, pero no siempre.
  
-  * Finallyinstall (and start) Tinc service:+  * Finalmenteinstale (e inicieel servicio Tinc:
  
 <code> <code>
Línea 166: Línea 167:
 </code> </code>
  
-  * Orif service already existsstart service:+  * Osi el servicio existeinicie el servicio:
  
 <code> <code>
 es:howtos:network_services:tinc ()