I just purchased an Ubuntu 16.04 droplet. I want to setup my own firewall with nftables. I installed nftables successfully. I can start the nftables.service manually, but when I try to enable it to start at bootup with:
sudo systemctl enable --now nftables
I get the following error:
update-rc.d: error: nftables Default-Start contains no runlevels, aborting
What is this? Is it some kind of old-school Sys V error?
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!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
I contacted DO staff and found that as of today 12/6/17, the version of nftables in Ubuntu is outdated and not fully compatible with systemd. I also found that nftables works like a charm on the Fedora droplet. My first time using Fedora and I’m liking it!