Following a guide, the author allow IGMP-traffic with IPtables with the following line:
sudo iptables -I INPUT -p igmp -j ACCEPT
But I want/need to do it with FirewallD. I’ve looked everywhere and got nothing. Can anyone tell me?
Thanks in advance.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
I’m uncertain if firewalld has built in support for IGMP. Though you could use firewall-cmd’s direct options which allow you to use a syntax much the same as IP tables. This should do what you’re looking for:
firewall-cmd --permanent --direct --add-rule ipv4 filter INPUT 0 -p igmp -j ACCEPT
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.