From 77253089bdf4ad40b6cd6a36af7745d93526e138 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Wed, 9 Aug 2017 10:14:52 +0300 Subject: Update Spanish translation --- docs/installer/es/firewall.xml | 49 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/installer/es/firewall.xml (limited to 'docs/installer') diff --git a/docs/installer/es/firewall.xml b/docs/installer/es/firewall.xml new file mode 100644 index 00000000..ce32af27 --- /dev/null +++ b/docs/installer/es/firewall.xml @@ -0,0 +1,49 @@ +
+ + Cortafuegos + + + Esta sección permite configurar algunas reglas de firewall simples: +determinan qué tipo de mensaje de Internet será aceptado por el sistema de +destino. Esto, a su vez, permite que los servicios correspondientes del +sistema sean accesibles desde Internet. + + En el ajuste predeterminado, no se comprueba ningún botón - ningún servicio +del sistema es accesible desde la red. La opción "Toco (sin +cortafuegos)" tiene un rol particular: permite acceder a todos +los servicios de la máquina - una opción que no tiene mucho sentido en el +contexto del instalador ya que crearía un sistema totalmente +desprotegido. El contexto del Centro de control Mageia (que utiliza el mismo +diseño GUI) para deshabilitar temporalmente todo el conjunto de reglas de +firewall para fines de pruebas y depuración. + + All other checkbuttons are more or less self-explanatory. As an example, you +will check the "CUPS server" button if you want printers on your machine to +be accessible from the network. + + Advanced + + The set of checkbuttons only comprises the most common services. The +"Advanced" button allows to enable messages that correspond to a service for +which no checkbutton exists. The "Advanced" button +opens a window where you can enable a series of services by typing a list of +couples (blank separated) + + <port-number>/<protocol> + + + - <port-number> is the value of the port assigned to +the service you want to enable (e.g. 873 for the RSYNC service) as defined +in RFC-433; + + - <protocol> is one of TCP or +UDP - the internet protocol that is used by the +service. + + + For instance, the entry for enabling access to the RSYNC service therefore +is 873/tcp. + + In case a service is implemented to use both protocols, you specify 2 +couples for the same port. +
\ No newline at end of file -- cgit v1.2.1