Mudanças entre as edições de "Teste"

De BrByte Wiki
 
(4 revisões intermediárias por um outro usuário não estão sendo mostradas)
Linha 1: Linha 1:
  
=SPEEDR - EXTERNO WEB=
+
=Acesso Externo WEB=
  
 
==IP > Firewall > Nat==
 
==IP > Firewall > Nat==
Linha 23: Linha 23:
  
  
  Regras
+
  '''Regras'''
 
  /ip firewall nat
 
  /ip firewall nat
 
  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=
+
=Acesso Externo SSH=
  
 
==IP > Firewall > Nat==
 
==IP > Firewall > Nat==
Linha 51: Linha 51:
  
  
  Regras
+
  '''Regras'''
 
  /ip firewall nat
 
  /ip firewall nat
 
  add action=dst-nat chain=dstnat comment="SPEEDR - EXTERNO SSH" dst-port=2229 in-interface=\
 
  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
 
     ether1 protocol=tcp to-addresses=10.10.150.2 to-ports=2229
 +
 +
__NOEDITSECTION__
 +
[[Category:Teste]]

Edição atual tal como às 11h50min de 28 de fevereiro de 2023

Acesso Externo WEB

IP > Firewall > Nat

Para adicionar clique no botão: (MikrotikBotaoAdd.png)

  • Aba General >
    • Chain: dstnat
    • Protocol: tcp
    • Dst. Port: 8080
    • In. Interface: ether1 (Interface de Entrada de LINK)
MikrotikIpFirewallNatAccExt1.png


  • Aba Action>
    • Action: dst-nat
    • To Address: 10.10.150.2 (IP do Speedr)
    • To Ports: 8080
MikrotikIpFirewallNatAccExt2.PNG


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: (MikrotikBotaoAdd.png)

  • Aba General >
    • Chain: dstnat
    • Protocol: tcp
    • Dst. Port: 2229
    • In. Interface: ether1 (Interface de Entrada de LINK)
MikrotikIpFirewallNatAccExt3.png


  • Aba Action>
    • Action: dst-nat
    • To Address: 10.10.150.2 (IP do Speedr)
    • To Ports: 2229
MikrotikIpFirewallNatAccExt4.png


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