Block some public ip address with wildcard
Posted: Thu Aug 22, 2019 7:06 pm
Hi I have use my Mikrotik sometime and I like it alot.
But I have not work with it so much but I have a question about wildcard and block in firewall
If I use this command i terminal in Mikrotik
It then block the 83.240.61.32 to access to my router.
But what can I do if I like to block or even or something like that?
But I have not work with it so much but I have a question about wildcard and block in firewall
If I use this command i terminal in Mikrotik
Code: Select all
/ip firewall filter add chain=input src-address=83.240.61.62 action=drop
But what can I do if I like to block
Code: Select all
83.240.61.*
Code: Select all
83.240.*.*