[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:31 (UTC)] – [Configuración] rrampes:howtos:network_services:tinc [2019/02/24 14:42 (UTC)] – [Configuración] rramp
Línea 149: Línea 149:
  
  
-  * You still generate initial configuration filesbut place them in into where Tinc is installedwhich should be something like C:\Program Files\tinc\<VPN name> +  * 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.conomití las directivas de interfazpor que el demonio Tinc puede automáticamente seleccionar dispositivos TUN/TAP y las directivas pueden hacer más mal que bien.
-  * In tinc.confomit Interface directivebecause Tinc daemon will then automatically select TUN/TAP device and directive may do more harm than goodEspecially if Tinc service starts and fails immediately, check that Interface is not set. +
- +
-  * 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 167: Línea 169:
 </code> </code>
  
-  * Orif service already existsstart service:+  * Osi el servicio existeinicie el servicio:
  
 <code> <code>
 es:howtos:network_services:tinc ()