一、现象
- 可能出现如下类似错误
iptables/1.8.7 Failed to initialize nft: Protocol not supported
iptables v1.8.7 (nf_tables): CHAIN_ADD failed (No such file or directory)
二、原因
- ubuntu 22.04默认使用nftables作为防火墙,而非iptables。
三、解决方法
sudo update-alternatives --set iptables /usr/sbin/iptables-legacy
sudo update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy
文章来源地址https://www.toymoban.com/news/detail-565422.html
文章来源:https://www.toymoban.com/news/detail-565422.html
到了这里,关于系统篇:ubuntu 22.04 iptables 运行失败解决方法的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!