I have the following problem, i am trying to block some mac's direct iptables but in the following message appears.
to create the chain I'm running the following commands:
iptables -N TEST
iptables -I INPUT -j TEST
iptables -I FORWARD -j TEST
the error message appears here:
iptables -A TEST -m mac --mac-source 00:00:00:00:00:00 -j DROP
iptables: No chain target match by that name
when I run the iptables -L chain appears to be normally, the mac checked the module is enabled.
Does anyone have any idea how to resolve this?
The version of Astaro I'm using is 7.2
This thread was automatically locked due to age.