mayday0208 发表于 2023-6-8 14:19:41

关于3588的ubuntu系统对iptables的支持

docker启动容器报错:register module edgeproxy error: new proxy server err: unable to create proxier: failed to initialize iptables: error checking rule: exit status 2: iptables v1.8.3 (legacy): Couldn't load match `comment':No such file or directory。
Try `iptables -h' or 'iptables --help' for more information.

板子是
查资料发现可能是iptables的问题,手动切换了nftables作为iptables的后端,重启后,docker服务无法启动。请问这块应该怎么搞,是要修改内核吗?如何修改?

799959745 发表于 2023-6-13 11:27:30

要修改内核支持。后续版本会加上常用的iptables match

mayday0208 发表于 2023-6-27 11:05:29

799959745 发表于 2023-6-13 11:27
要修改内核支持。后续版本会加上常用的iptables match

请问内核要怎么修改。

799959745 发表于 2023-6-27 11:55:40

在配置文件加上 CONFIG_NETFILTER_XT_MATCH_COMMENT=m
页: [1]
查看完整版本: 关于3588的ubuntu系统对iptables的支持