On Mon, 22 Oct 2018 21:59:05 +0200 "Carlos E. R." <robin.listas@telefonica.net> wrote:
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 :-)
https://firewalld.org/documentation/man-pages/firewall-cmd.html seems to be quite clear. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org