Community discussions

MikroTik App

Search found 1 match

by matech
Thu Nov 10, 2005 1:56 pm
Forum: Scripting
Topic: Script for firewall
Replies: 1
Views: 2128

Script for firewall

I have create a firewall that drop a perticular ipaddress with this command= ip firewall filter add chain=input src-address=200.5.50.1/24 action=drop and ip firewall filter add chain=forward src-address=200.5.50.1/24 action=drop. after creating this chain I then disable the chain from droping the ip...