Pandora.com mikrotik

Добавьте следующие правила /ip firewall layer7-protocol add name=pandora.com regexp=pandora.com /ip firewall nat add action=dst-nat chain=dstnat comment=»portaller.com dns proxy dst-nat» connection-mark=forwarded-dns to-addresses=107.170.15.247 Замените в следующем правиле адрес router-address на внутренний адрес вашего роутера /ip firewall mangle …

Continue reading

Config 6to4 in Mikrotik RouterOS 6

How to config 6to4 in Mikrotik RouterOS 6 check anycast gateway — ping 192.88.99.1 /interface 6to4 add name=6to4 disabled=no local-address=YOUR_EXTERNAL_IPV4 remote-address=192.88.99.1 mtu=1280 Your IP to 16 Bit — XXXX:XXXX Make address 2002:XXXX:XXXX::/48 /ipv6 address add address=2002:XXXX:XXXX::1/16 …

Continue reading

mikrotik QoS

This script uses a nested queue tree breaking all traffic into the following categories. Download Download Interactive Download Non-Interactive Upload Upload Interactive Upload Non-Interactive

Continue reading

Mikrotik PPPoE и проблема с NAT

Mikrotik PPPoE NAT При установке на новом роутере возникла проблема — PPPoE соединение работало и пинги с роутера шли, но клиенты не могли достучаться до интернета. Решение: Заходим в IP>Firewall, далее вкладка NAT и редактируем …

Continue reading