[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:31 (UTC)] rramp
Línea 146: Línea 146:
  
 ==== 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>
 es:howtos:network_services:tinc ()