How to create Miktorik Blacklist?
Sometimes we want to prevent a harmful IP address.
Because the IP address
we want to prevent can lead us to a malicious site or application.
Now we’ll explain how to do this step-by-step below.
First step; IP> Firewall> Address List>Name following
Second step; IP> Firewall> General>forward following
Third step; IP> Firewall> Advanced>Destion Address List following
Last step;IP> Firewall> Action>drop following
1 2 3 4 5 | /ip firewall address-list add address=1.1.1.1 list=Blacklist add address=2.2.2.2 list=Blacklist /ip firewall filter add action=drop chain=forward comment=Blacklist dst-address-list=Blacklist |
I hope it has been a useful article.