Hi Guys I want to block the email spammers and below are the two rules I have implemented in Mikrotik Firewall. ******************** 22 ;;; BLOCK SPAMMERS OR INFECTED USERS chain=forward action=drop protocol=tcp src-address-list=spammer dst-port=25,587 log=no log-prefix="" 23 ;;; Detect an...
Hi Guys Recently we configured transparent web proxy on mikrotik to log browsing activities of all users. One thing we noticed is when running the speedtest with webproxy on we are getting high ms (~230-240ms) and when we turn it off it returns very low ms (~30-40ms). CPU and Memory usage is all nor...
I am running ISP so users will not be static so above option is not valid for me. Following is my setup however PCQ-RATE option doesn't seem to be working. If one user is online he is talking all (3Mbps) bandwidth. What I want to achieve is that maximum bandwidth per user should not exceed 1Mbps. I ...
Hi Guys I need help in configuring bandwidth controller on mikrotik. Following is my setup. I have 20, 1mbps customers and total maximum bandwidth allowed at present is 3 Mbps between 20 customers. My connection sharing ratio is 1:10 To share the speed equally between users i have following setup. 1...
Does anyone know how to block the utorrent traffic on mikrotik os 5.21? i tried using "P2P = all-p2p" in "ip firewall filter" to drop the connection but it does not seem to work.
Hi Can anyone please tell me what is local-address and remote-address when we configure the profile for PPPoE under /ppp profile? Remote-address kind of make sense as it refers to the pppoe pool we created under /ip pool however I am not able to understand the local-address and purpose of it? Also o...