赞
踩
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
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。