Displaying 1 result from an estimated 1 matches for "invalid_rul".
Did you mean:
invalid_rule
2016 Jul 12
2
How to block routing/forwarding with firewalld
...ilter INPUT 0 -s 10.110.4.0/22 -d
10.110.0.0/22 -j REJECT
That command works, and I see it in `iptables -L` but traffic is still
allowed. Rich:
# firewall-cmd --zone=trusted --add-rich-rule='rule family=ipv4 source
address=10.110.4.0/22 destination address=10.110.0.0/22 reject'
Error: INVALID_RULE: destination action
I can't find any explanation of what that error means. So, how do you
tell firewalld to stop forwarding traffic between interfaces?
# firewall-cmd --get-active-zones
public
interfaces: ens161 ens193
trusted
interfaces: ens192 ens224 ens256 lo
# firewall-cmd --l...