Basic Universal Firewall Script
Basic Universal Firewall Script
Basic Universal Firewall Script
HANDS ON! First we need to create our ADDRESS LIST with all IPs we will use most times
Below you need to change x.x.x.x/x for your technical subnet. This subnet will have full
access to the router.
Now we have protection against: SynFlood, ICMP Flood, Port Scan, Email Spam and much
more. For more information read the comments.
ip firewall filter
tcp tcp-flags=syn
I think this is basic. You can add or remove anything else according to your needs. I
hope it helps!