在Debian系统中,使用nftables作为防火墙管理工具,可以通过以下步骤启动并启用nftables服务:
sudo apt update
sudo apt install nftables
sudo systemctl status nftables
如果服务未启动,可以使用以下命令启动nftables服务:
sudo systemctl start nftables
sudo systemctl enable nftables
sudo nft list ruleset
现在,nftables服务已经启动并运行,你可以根据需要配置和管理防火墙规则。