Difference between revisions of "Mikrotik: Block IP"

From OnnoWiki
Jump to navigation Jump to search
(Created page with " /ip route add dst-address=8.8.8.8 type=blackhole")
 
 
Line 1: Line 1:
 +
/ip firewall filter add chain=forward dst-address=146.4.100 action=drop
 +
/ip firewall filter add chain=forward dst-address=61.113.35 action=drop
  
 
  /ip route add dst-address=8.8.8.8 type=blackhole
 
  /ip route add dst-address=8.8.8.8 type=blackhole

Latest revision as of 14:51, 1 October 2020

/ip firewall filter add chain=forward dst-address=146.4.100 action=drop
/ip firewall filter add chain=forward dst-address=61.113.35 action=drop
/ip route add dst-address=8.8.8.8 type=blackhole