Some time (not sure how long) after I set up my Cloud Firewall, I discovered that the built-in iptables firewall in my CentOS droplet has stopped working. I have this message in diagnostics:
iptables v1.4.21: can’t initialize iptables table `filter’: Table does not exist (do you need to insmod?) Perhaps iptables or your kernel needs to be upgraded.
Is this typical? I upgraded the kernel about two weeks after the SPECTRE/etc. reports came out, not sure if that is part of the scenario either.
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!
The module certainly should be there and the cloud firewall should not have any effect on your ability to launch iptables on your droplet(s).
Doing a bit of searching, there are others who have encountered this issue on CentOS and by ensuring the module is properly loaded they have resolved this issue:
sudo modprobe ip_tables
sudo echo 'ip_tables' >> /etc/modules
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.