banIP support thread

My OpenWRT 19.07.2 is running numerous VLAN interfaces, each in its own firewall zone. The is no one firewall zone that contains all internal VLAN interfaces, so there is no such "the one" LAN zone in my setup.

What generic IP chains should I use to still get banIP up and running?

I saw that M0dul8r is using this:

	option ban_wan_forward_chain 'output_rule'
	option ban_wan_input_chain 'forwarding_rule'
	option ban_lan_input_chain 'input_rule'
	option ban_lan_forward_chain 'forwarding_wan_rule'

Are these the right generic chains to use if you have many intenral zones?
All these chains to exist in my setup, but the do not contain any rules so far.

1 Like