Mudanças entre as edições de "Teste"
De BrByte Wiki
Linha 20: | Linha 20: | ||
**'''To Ports: '''8080 | **'''To Ports: '''8080 | ||
− | <div class="img-responsive align-center">[[Arquivo:MikrotikIpFirewallNatAccExt2. | + | <div class="img-responsive align-center">[[Arquivo:MikrotikIpFirewallNatAccExt2.PNG|link=]]</div> |
Linha 27: | Linha 27: | ||
add action=dst-nat chain=dstnat comment="SPEEDR - EXTERNO WEB" dst-port=8080 in-interface=\ | add action=dst-nat chain=dstnat comment="SPEEDR - 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 | ||
− | |||
=SPEEDR - EXTERNO SSH= | =SPEEDR - EXTERNO SSH= |
Edição das 21h18min de 16 de março de 2017
Índice
SPEEDR - EXTERNO WEB
IP > Firewall > Nat
Para adicionar clique no botão: ()
- Aba General >
- Chain: dstnat
- Protocol: tcp
- Dst. Port: 8080
- In. Interface: ether1 (Interface de Entrada de LINK)
- Aba Action>
- Action: dst-nat
- To Address: 10.10.150.2 (IP do Speedr)
- To Ports: 8080
Regras /ip firewall nat add action=dst-nat chain=dstnat comment="SPEEDR - EXTERNO WEB" dst-port=8080 in-interface=\ ether1 protocol=tcp to-addresses=10.10.150.2 to-ports=8080
SPEEDR - EXTERNO SSH
IP > Firewall > Nat
Para adicionar clique no botão: ()
- Aba General >
- Chain: dstnat
- Protocol: tcp
- Dst. Port: 2229
- In. Interface: ether1 (Interface de Entrada de LINK)
- Aba Action>
- Action: dst-nat
- To Address: 10.10.150.2 (IP do Speedr)
- To Ports: 2229
Regras /ip firewall nat add action=dst-nat chain=dstnat comment="SPEEDR - EXTERNO SSH" dst-port=2229 in-interface=\ ether1 protocol=tcp to-addresses=10.10.150.2 to-ports=2229