Acceso Externo
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
```bash /ip firewall nat add action=dst-nat chain=dstnat comment="ACCESO 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 > ** Action: dst-nat ** To Address: 10.10.150.2 (IP de Speedr, Controllr, Voipr, etc.) ** To Ports: 2229
...
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