Home Page › Forums › Network Management › Firewall, Traffic Shaping and Net Balancer › Grouping/Filter Firewall Rules in Forward Chain › Reply To: Grouping/Filter Firewall Rules in Forward Chain
July 11, 2013 at 12:55 pm
#52684
Member
Hi – I am facing the cca same issue.
I am creating different chains as groups, but they are not working.
On this site:
http://my.safaribooksonline.com/book/operating-systems-and-server-administration/linux/0596004613/networking/linuxsvrhack-chp-4-sect-5
There is that:
In order to make use of your custom chain, you’ll have to jump to it from somewhere. Let’s add a jump to the fun-filter chain we’ve just created straight from the INPUT chain:
root@mouse:~# iptables -t filter -A INPUT -j fun-filter
How to do this on the admin console?
Thanks
Patrik