Ubuntu 18.04 云镜像支持 ip6_tables

Ubuntu 18.04 云镜像支持 ip6_tables

我在 LXD/LXC 上运行 Ubuntu 18.04 云服务器。

# uname -r
4.15.0-30-generic

# apt-get -y install linux-image-$(uname -r)

它似乎不支持 ip6_tables。我如何才能获得支持该功能的图像?

# modprobe ip6_tables
modprobe: ERROR: could not insert 'ip6_tables': Function not implemented

相关内容