(Criou página com ' =Acesso Externo WEB= ==IP > Firewall > Nat== '''Para adicionar clique no botão:''' (link=) *'''Aba General >''' **'''Chain: '''dstnat **'...') |
|||
Linha 17: | Linha 17: | ||
*'''Aba Action>''' | *'''Aba Action>''' | ||
**'''Action: '''dst-nat | **'''Action: '''dst-nat | ||
− | **'''To Address: '''10.10.150.2 (IP do Speedr) | + | **'''To Address: '''10.10.150.2 (IP do Speedr, Controllr, Voipr, etc) |
**'''To Ports: '''8080 | **'''To Ports: '''8080 | ||
Linha 45: | Linha 45: | ||
*'''Aba Action>''' | *'''Aba Action>''' | ||
**'''Action: '''dst-nat | **'''Action: '''dst-nat | ||
− | **'''To Address: '''10.10.150.2 (IP do Speedr) | + | **'''To Address: '''10.10.150.2 (IP do Speedr, Controllr, Voipr, etc) |
**'''To Ports: '''2229 | **'''To Ports: '''2229 | ||
Edição das 02h20min de 3 de maio de 2017
Acesso 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, Controllr, Voipr, etc)
- 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
Acesso 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, Controllr, Voipr, etc)
- 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