Diferencia entre revisiones de «Acceso Externo»
Ir a la navegación
Ir a la búsqueda
(Agregada las capturas) |
mSin resumen de edición |
||
| (No se muestra una edición intermedia del mismo usuario) | |||
| Línea 11: | Línea 11: | ||
** <big>'''In. Interface: '''ether1 (Interfaz de Entrada del LINK)</big> | ** <big>'''In. Interface: '''ether1 (Interfaz de Entrada del LINK)</big> | ||
<div class="img-responsive align-center">[[Archivo: | <div class="img-responsive align-center">[[Archivo:MikrotikIpFirewallNatAccExt1_(1).png|sinmarco|483x483px]]</div> | ||
* '''<big>Pestaña Action ></big>''' | * '''<big>Pestaña Action ></big>''' | ||
** <big>'''Action: '''dst-nat</big> | ** <big>'''Action: '''dst-nat</big> | ||
| Línea 22: | Línea 18: | ||
** <big>'''To Ports: '''8080</big> | ** <big>'''To Ports: '''8080</big> | ||
<div class="img-responsive align-center">[[Archivo: | <div class="img-responsive align-center">[[Archivo:IP_DEL_SERVIDOR_(2).png|sinmarco|484x484px]]</div> | ||
=== <big>Reglas</big> === | === <big>Reglas</big> === | ||
/ip firewall nat | /ip firewall nat | ||
add action=dst-nat chain=dstnat comment=" | 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 | ||
| Línea 46: | Línea 35: | ||
** <big>'''Dst. Port: '''2229</big> | ** <big>'''Dst. Port: '''2229</big> | ||
** <big>'''In. Interface: '''ether1 (Interfaz de Entrada del LINK)</big> | ** <big>'''In. Interface: '''ether1 (Interfaz de Entrada del LINK)</big> | ||
<div class="img-responsive align-center">[[Archivo:MikrotikIpFirewallNatAccExt3.png | <div class="img-responsive align-center">[[Archivo:MikrotikIpFirewallNatAccExt3.png|sinmarco|485x485px]]</div> | ||
* '''<big>Pestaña Action</big>''' | * '''<big>Pestaña Action</big>''' | ||
** <big>'''Action: '''dst-nat</big> | ** <big>'''Action: '''dst-nat</big> | ||
** <big>'''To Address: '''10.10.150.2 (IP de [[Speedr |BrbOS]], [[ Controllr]], [[Voipr | Captor]], etc.)</big> | ** <big>'''To Address: '''10.10.150.2 (IP de [[Speedr |BrbOS]], [[ Controllr]], [[Voipr | Captor]], etc.)</big> | ||
** <big>'''To Ports: '''2229</big> | ** <big>'''To Ports: '''2229</big> | ||
<div class="img-responsive align-center">[[Archivo: | <div class="img-responsive align-center">[[Archivo:IP_DEL_SERVIDOR_(4).png|sinmarco|482x482px]]</div> | ||
== <big>Ejemplo</big> == | == <big>Ejemplo</big> == | ||
<div class="img-responsive align-center">[[Archivo: | <div class="img-responsive align-center">[[Archivo:Brb_manual_acesso_externo_exemplo_nat-2.png|sinmarco|891x891px]]</div> | ||
<big>'''Atención:''' Recomendamos que utilices la opción "In. Interface" (Interfaz de Entrada) según los pasos anteriores.</big> | <big>'''Atención:''' Recomendamos que utilices la opción "In. Interface" (Interfaz de Entrada) según los pasos anteriores.</big> | ||
=== <big>Reglas</big> === | === <big>Reglas</big> === | ||
/ip firewall nat | /ip firewall nat | ||
add action=dst-nat chain=dstnat comment="ACCESO EXTERNO SSH" dst-port=2229 in-interface=\ | 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 | ether1 protocol=tcp to-addresses=10.10.150.2 to-ports=2229 | ||
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




