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.
Now i need to create a scripts for the firewall and to tell netwatch to act on the scripts at 31 november so that the firewall be automatically be enable, pls how do i go about creating the scripts and telling netwatch to act on it
Martins.