Hello Community,
I would like to allow incoming multicast-traffic on one specific interface (policy is otherwise DROP). For now, i added the rule by hand like this:
I found now way to do this via the web-gui. What would be the appropriate way of making this rule persistent?
Thanks in advance.
I would like to allow incoming multicast-traffic on one specific interface (policy is otherwise DROP). For now, i added the rule by hand like this:
Code:
iptables -I tap100i2-IN 1 -m pkttype --pkt-type multicast -j ACCEPT
I found now way to do this via the web-gui. What would be the appropriate way of making this rule persistent?
Thanks in advance.