Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
en:centro:servizos:cloud:configurar_red [2018/05/31 13:37] – [Configurar el tráfico desde la VM hacia el exterior] fernando.guillenen:centro:servizos:cloud:configurar_red [2018/05/31 14:28] – [Configurar el tráfico desde el exterior hacia la VM] fernando.guillen
Line 70: Line 70:
  
  
-==== Configurar el tráfico desde el exterior hacia la VM  ==== +==== Configure traffic from the exterior to the VM  ==== 
-Al crear una red se inician dos servicioscortafuegos y source nat. El cortafuegos por defecto no permite ningún tráfico entrante en la red, por lo que habrá que configurar reglas explicitas para cada puerto que queramos abierto en la redEl source nat hay que configurarlo para que cuando haya tráfico entrante en la red, este sea redirigido a la máquina virtual que nosotros queramos. \\ +When a network is created two services are started in the virtual routerfirewall and source nat. To allow trafiic from the exterior to reach a VM both services have to be configuredFirewall by default rejects all incoming traffic so explicit rules for any port desired to be open are necessary. Then Source nat configuration is required to direct that traffic to the desired VM. \\
-Para llegar hasta la pantalla de configuración hay que seleccionar el nombre de la red de entre la lista, pulsar el botón "View ip addresses" y ahí seleccionar la dirección ip de la red.  +
-[{{ :centro:servizos:cloud:breadcrumb.png?nolink |Camino hasta la configuración del cortafuegos y el nat.}}]+
  
-Ahí hay que pinchar en la pestaña "Configuration", con lo que llegaremos a esta pantalla: +To get to the configuration screen choose the netkwork name in the list, push the "View ip addressesbutton and choose the networl ip address. 
-[{{ :centro:servizos:cloud:networks6.png?nolink |Pantalla de configuración de cortafuegos y nat.}}]+[{{ :centro:servizos:cloud:breadcrumb.png?nolink |Path to the firewall and nat configuration.}}]
  
-En el botón "Firewall" abrimos la pantalla de configuración del cortafuegos y en el botón "Port Forwarding" la de configuración del nat+Choose the "Configuration" tab and you'll see the following screen: 
-=== Configurar el cortafuegos === +[{{ :centro:servizos:cloud:networks6.png?nolink |Firewall and nat configuration screen.}}] 
-[{{ :centro:servizos:cloud:firewall.png?nolink | Configuración del cortafuegos}}] + 
-Aqui podemos abrir rangos de puertos de modo que sean accesibles desde la red externa+The "Firewall" and the "Port Forwarding" buttons open their respective configuration screens. 
-  * Source CIDR: define para qué direcciones de origen estará permitido el tráfico de esta reglaSe puede poner una red, un host 0.0.0.0/para indicar cualquiera+ 
-  * Protocol: TCP, UDP ICMP. +=== Configure the firewall === 
-  * Start End Ports (solo para TCP UDP): definen el rango de puertos en el que se permitirá el pasoPara especificar un único puerto poner el mismo número en ambos+[{{ :centro:servizos:cloud:firewall.png?nolink | Firewall configuration}}] 
-  * ICMP Type ICMP Code (solo para ICMP): definen el tipo de mensaje ICMP que se permitirá+Here port ranges can be opened in order to be reachable form the external network
-  * Add rule: botón que añade la regla a la listaUna vez añadida es sustituido por un botón para borrarla+  * Source CIDR: from which source ip address traffic in this rule will be allowedCan be a host, a network or 0.0.0.0/which means any
-=== Configurar el nat === +  * Protocol: TCP, UDP or ICMP.  
-[{{ :centro:servizos:cloud:portforwarding.png?nolink | Configuración de la redirección de puertos (NAT).}}] +  * Start and End Ports (TCP and UDP only): define the port range to allow accessIf a single port is needed put the same number in both
-Aqui redirigimos el tráfico que llega a la interfaz externa del router hacia una máquina virtual concreta en función del puerto de destino+  * ICMP Type and ICMP Code (ICMP only): type of ICMP message allowed
-  * Private port: puerto de la máquina virtual al que queremos que se conecte+  * Add rule: To add the rule to the listOnce added it is substituted by a button to remove it
-  * Public port: puerto del router virtual que usaremos para conectarnos a la máquina virtual+=== Configure nat === 
-  * Protocol: especifica si el puerto es TCP UDP. +[{{ :centro:servizos:cloud:portforwarding.png?nolink | Port redirection configuration (NAT).}}] 
-  * Add VM: aquí se selecciona la máquina virtual a la que irá dirigida la conexión.+Here trafiic that reaches the external network interface of the router is redirected to a particular VM depending on the destination port number
 +  * Private port: port in the VM to connect to
 +  * Public port: port in the virtual router used to establish the connection
 +  * Protocol: TCP or UDP port
 +  * Add VM: choose the VM to which the connection will be redirected.
 <note warning> <note warning>
-El puerto público de la redirección tiene que estar abierto en el cortafuegos.+Public port must also be open in the firewall.
 </note> </note>