On 22/10/2018 21.55, Carlos E. R. wrote:
On 22/10/2018 04.28, Patrick Shanahan wrote:
* Carlos E. R. <> [10-21-18 20:15]:
...
from: https://www.centos.org/forums/viewtopic.php?t=60395
(following are one liners) firewall-cmd --permanent --direct --add-rule ipv4 filter INPUT 0 -m pkttype --pkt-type multicast -j ACCEPT
firewall-cmd --permanent --direct --add-rule ipv6 filter INPUT 0 -m pkttype --pkt-type multicast -j ACCEPT
Legolas:~ # firewall-cmd --runtime --direct --add-rule ipv4 filter INPUT 0 -m pkttype --pkt-type multicast -j ACCEPT usage: see firewall-cmd man page Can't use stand-alone options with other options. Legolas:~ #
I have no idea what that means. The words "stand" or "alone" do not appear on the man page.
Dropping "--runtime" and not including "--permanent" seems to work. The log is now silent :-) -- Cheers / Saludos, Carlos E. R. (from openSUSE 15.0 (Legolas))