Please don't copy / paste, only For example. Try to understand the logic, then apply & working fine. # Mark facebook in Layer7 firewall /ip firewall layer7-protocol add name=facebook regexp="^.+(facebook.com).*\\\$" # Marking FACEBOOK.COM in mangle section using L7 /ip firewall mangl...
i think your pcc config will be this way for better response. For example: /ip firewall mangle add action=mark-connection chain=input comment="" disabled=no in-interface=WAN1 new-connection-mark=WAN1_conn passthrough=yes add action=mark-connection chain=input comment="" disable...
you have multiple Lan, so i think you have to configure this way .... firwall > mangle > addchain input, in-interface=wan1, action=mark-connection new-connection-mark=wan1_conn add chain input, in-interface=wan2, action=mark-connection new-connection-mark=wan2_conn firwall > mangle > add chain ouput...
The less you block, the less headache you will have. You should not BLOCK the services, but make good, reliable, reasonable policies regarding internet usage. Do not let the disability of manager who cannot "control" the productivity of their employees to have you solved by "technica...
This method will be drop Hotspot Shield program. i am not sure 100%, But it will be work for dropping Hotspot Shield. Must you have to use open dns in Mikrotik. /ip firewall address-list add address=157.56.106.0/24 disabled=no list=hotspotshield add address=157.56.144.0/24 disabled=no list=hotspotsh...
You can customize it as per your requirements, like multi wan report, monthly report etc. Requirements: Mikrotik 6.x Schedule this script to run after 5 (or xx) minutes. When DATE change occurs, it will reset the counter file and filter rules counters.Create two FILTER rules in Mikrotik as following...
You have to do PCC with Hotspot: (For Example purpose) /ip address add address=192.168.0.1/24 network=192.168.0.0 broadcast=192.168.0.255 interface=LAN add address=192.168.1.2/24 network=192.168.1.0 broadcast=192.168.1.255 interface=WAN1 add address=192.168.2.2/24 network=192.168.2.0 broadcast=192.1...
Hello, I have a problem with the configuration of the web proxy. The same proxy is functioning properly. But I can not create an appropriate rule to the firewall. When you trying to enter a web page displays "Connection timed out". When you turn off the firewall completely, everything wor...