Community discussions

MikroTik App

Search found 2 matches

by tate
Mon Oct 21, 2013 10:33 am
Forum: General
Topic: Load Balance, Multiwan with webproxy
Replies: 64
Views: 21303

Re: Load Balance, Multiwan with webproxy

pless help not working PCC Proxy /ip address add address=192.168.1.1/24 disabled=no interface=WAN1 network=192.168.1.0 add address=192.168.0.1/24 disabled=no interface=WAN2 network=192.168.0.0 add address=192.168.5.1/24 disabled=no interface=Local network=192.168.5.0 /ip dns set allow-remote-request...
by tate
Thu Apr 04, 2013 1:56 am
Forum: Beginner Basics
Topic: How to block streaming ( video) in webproxy
Replies: 7
Views: 19463

Re: How to block streaming ( video) in webproxy

add a new pattern in ip->firewall->layer7 protocols
name:rtmp
regexp:^\x03.+\x14.+\x02.+\x07.(connect)?.+(app)?
need to edit (app) to (video) and good workin

regexp:^\x03.+\x14.+\x02.+\x07.(connect)?.+(video)?