Diferencia entre revisiones de «Acceso Externo»
Ir a la navegación
Ir a la búsqueda
(Página creada con «= 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) <div class="img-responsive align-center">...</div> * '''Pestaña Action >''' ** '''Action: '''dst-nat ** '''To Address: '''10.10.150.2 (IP de Speedr, Controllr, Voipr, et…») |
mSin resumen de edición |
||
| (No se muestran 2 ediciones intermedias del mismo usuario) | |||
| Línea 3: | Línea 3: | ||
== IP > Firewall > Nat == | == IP > Firewall > Nat == | ||
'''Para añadir, haz clic en el botón | <big>'''Para añadir, haz clic en el botón''' [[Archivo:MikrotikBotaoAdd.png|sinmarco]]</big> | ||
* '''Pestaña General >''' | * '''<big>Pestaña General ></big>''' | ||
** '''Chain: '''dstnat | ** <big>'''Chain: '''dstnat</big> | ||
** '''Protocol: '''tcp | ** <big>'''Protocol: '''tcp</big> | ||
** '''Dst. Port: '''8080 | ** <big>'''Dst. Port: '''8080</big> | ||
** '''In. Interface: '''ether1 (Interfaz de Entrada del LINK) | ** <big>'''In. Interface: '''ether1 (Interfaz de Entrada del LINK)</big> | ||
<div class="img-responsive align-center">. | <div class="img-responsive align-center">[[Archivo:MikrotikIpFirewallNatAccExt1_(1).png|sinmarco|483x483px]]</div> | ||
* '''Pestaña Action >''' | * '''<big>Pestaña Action ></big>''' | ||
** '''Action: '''dst-nat | ** <big>'''Action: '''dst-nat</big> | ||
** '''To Address: '''10.10.150.2 (IP de [[Speedr | | ** <big>'''To Address: '''10.10.150.2 (IP de [[Speedr | BrbOS]], [[ Controllr]], [[Voipr | Captor]], etc.)</big> | ||
** '''To Ports: '''8080 | ** <big>'''To Ports: '''8080</big> | ||
<div class="img-responsive align-center">. | <div class="img-responsive align-center">[[Archivo:IP_DEL_SERVIDOR_(2).png|sinmarco|484x484px]]</div> | ||
=== <big>Reglas</big> === | |||
/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 = | = Acceso Externo SSH = | ||
== IP > Firewall > Nat == | == IP > Firewall > Nat == | ||
'''Para añadir, haz clic en el botón | <big>'''Para añadir, haz clic en el botón''' [[Archivo:MikrotikBotaoAdd.png|sinmarco]]</big> | ||
'''Pestaña General >''' ** '''Chain: '''dstnat ** '''Protocol: '''tcp ** '''Dst. Port: '''2229 ** '''In. Interface: '''ether1 (Interfaz de Entrada del LINK) | * <big>'''Pestaña General >'''</big> | ||
<div class="img-responsive align-center">. | ** <big>'''Chain: '''dstnat</big> | ||
'''Pestaña Action >''' ** '''Action: '''dst-nat ** '''To Address: '''10.10.150.2 (IP de [[Speedr | | ** <big>'''Protocol: '''tcp</big> | ||
<div class="img-responsive align-center">. | ** <big>'''Dst. Port: '''2229</big> | ||
== Ejemplo == | ** <big>'''In. Interface: '''ether1 (Interfaz de Entrada del LINK)</big> | ||
<div class="img-responsive align-center">[[Archivo:MikrotikIpFirewallNatAccExt3.png|sinmarco|485x485px]]</div> | |||
* '''<big>Pestaña Action</big>''' | |||
** <big>'''Action: '''dst-nat</big> | |||
** <big>'''To Address: '''10.10.150.2 (IP de [[Speedr |BrbOS]], [[ Controllr]], [[Voipr | Captor]], etc.)</big> | |||
** <big>'''To Ports: '''2229</big> | |||
<div class="img-responsive align-center">[[Archivo:IP_DEL_SERVIDOR_(4).png|sinmarco|482x482px]]</div> | |||
== <big>Ejemplo</big> == | |||
<div class="img-responsive align-center">. | <div class="img-responsive align-center">[[Archivo:Brb_manual_acesso_externo_exemplo_nat-2.png|sinmarco|891x891px]]</div> | ||
=== Reglas === | <big>'''Atención:''' Recomendamos que utilices la opción "In. Interface" (Interfaz de Entrada) según los pasos anteriores.</big> | ||
/ip firewall nat | === <big>Reglas</big> === | ||
add action=dst-nat chain=dstnat comment="ACCESO EXTERNO SSH" dst-port=2229 in-interface=\ | /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 | |||
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




