…Put the specific rules first and the generic second. Once a rule is matched the others will not be evaluated (see manual below) so you must put the specific rules first.
1 | modprobe ip6_tables ip6table_filter ip6table_mangle ip6t_REJECT |
…
…Put the specific rules first and the generic second. Once a rule is matched the others will not be evaluated (see manual below) so you must put the specific rules first.
1 | modprobe ip6_tables ip6table_filter ip6table_mangle ip6t_REJECT |
…