Acceso Externo

De BrByte Latam
Ir a la navegación Ir a la búsqueda

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