I have more address lists which should be ignored for my destination NAT rules.
It would be fine if there could be specified more than one address list - it also should be possible to negate some of the address lists.
Or can I create dynamically a new address list which contains the IP addresses of two or three other adress lists (but this would be a waste of memory). It would be better when the rule checks more address lists.
Or can I add two identically destination NAT rules but only the address list is different?
example:
address list 1: block_scanner
address list 2: block_permanent_blacklisted
When there are two rules (first one only allows IP addresses which are not in block_scanner, this rule will be taken without checking the second one if the IP is maybe on the block_permanent_blacklisted address list.
I think there is the only way to generate a third address list which includes all the IP addresses from block_scanner and block_permanent_blacklisted address lists.
Or the feature from my first post will be implemented which would not waste memory.
Ok, thanks. I thought when the NAT rule could drop the packet then the firewall rules get a little bit more clearly to read because then there would be less rules in it.