我已经在 RHEL 中安装了带有 ipv6 支持版本 2.9.0.2 IPv6 (Build 92) 的 snort。谁能告诉我如何在我尝试过的 linux 中启用 ipv6 支持
sysctl -w net.ipv6.conf.all.forwarding=1
Run Code Online (Sandbox Code Playgroud)
和
echo 1 > /proc/sys/net/ipv6/conf/all/forwarding
Run Code Online (Sandbox Code Playgroud)
并重新启动了服务网络,但仍然出现错误
Bringing up interface eth0: Global IPv6 forwarding is enabled in configuration
, but not currently enabled in kernel.
Run Code Online (Sandbox Code Playgroud)
然后我添加net.ipv6.conf.all.forwarding=1了.etc/sysctl.conf ,然后现在重新启动我没有看到上面的错误消息,但我没有看到来自 ipv6 的转发
任何人都可以请帮忙