我已经禁用 IPV6 但仍然可以看到来自我的 Ubuntu 17.04 机器的流量。
$ cat /proc/sys/net/ipv6/conf/all/disable_ipv6
1
$ cat /etc/sysctl.conf |grep ipv6
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
net.ipv6.conf.all.forwarding=1
但在 jnettop 中我看到类似这样的内容:
TCP6 fe80::b27f:b9ff:fe03:7d6a
ICMP6 ff02::1
如何禁用所有 IPV6 流量?支持我可以禁用的内核模块吗?
(我们不要争论 IPv6 的优点。)
感谢您的任何帮助!
答案1
IPv6 支持已内置于内核中。我必须自己编译。