0 Usuarios y 1 Visitante están viendo este tema.

*

D3M0N

  • Founder
  • Usuario
  • *****
  • 3.012
Mikrotik VoIP - Abrir Puertos
19 de Enero de 2015, 01:18:30 am


Código: You are not allowed to view links. Register or Login
/ip firewall filter
add action=accept chain=forward comment="VoIP Ports 1" disabled=no dst-port=5060-5061 \
    in-interface=ether1 protocol=tcp
add action=accept chain=forward comment="VoIP Ports 2" disabled=no dst-port=10000-20000 \
    in-interface=ether1 protocol=udp