Diferencia entre revisiones de «Acceso Externo»

De BrByte Latam
Ir a la navegación Ir a la búsqueda
mSin resumen de edición
mSin resumen de edición
 
Línea 21: Línea 21:
=== <big>Reglas</big> ===
=== <big>Reglas</big> ===
  /ip firewall nat
  /ip firewall nat
  add action=dst-nat chain=dstnat comment="ACESSO EXTERNO WEB" dst-port=8080 in-interface=\
  add action=dst-nat chain=dstnat comment="ACCESSO EXTERNO WEB" dst-port=8080 in-interface=\
  ether1 protocol=tcp to-addresses=10.10.150.2 to-ports=8080
  ether1 protocol=tcp to-addresses=10.10.150.2 to-ports=8080



Revisión actual - 20:48 13 sep 2024

Acceso Externo WEB

IP > Firewall > Nat

Para añadir, haz clic en el botón

  • Pestaña General >
    • Chain: dstnat
    • Protocol: tcp
    • Dst. Port: 8080
    • In. Interface: ether1 (Interfaz de Entrada del LINK)
  • Pestaña Action >

Reglas

/ip firewall nat
add action=dst-nat chain=dstnat comment="ACCESSO EXTERNO WEB" dst-port=8080 in-interface=\
ether1 protocol=tcp to-addresses=10.10.150.2 to-ports=8080

Acceso Externo SSH

IP > Firewall > Nat

Para añadir, haz clic en el botón

  • Pestaña General >
    • Chain: dstnat
    • Protocol: tcp
    • Dst. Port: 2229
    • In. Interface: ether1 (Interfaz de Entrada del LINK)
  • Pestaña Action

Ejemplo

Atención: Recomendamos que utilices la opción "In. Interface" (Interfaz de Entrada) según los pasos anteriores.

Reglas

/ip firewall nat
add action=dst-nat chain=dstnat comment="ACCESO EXTERNO SSH" dst-port=2229 in-interface=\
ether1 protocol=tcp to-addresses=10.10.150.2 to-ports=2229