Applicable to:
- SolusVM
Symptoms
SolusVM bandwidth statistic does not count IPv6 traffic on KVM node.
Cause
Option bridge-nf-call-iptables
is disabled on the affected SolusVM KVM node:
# cat /proc/sys/net/bridge/bridge-nf-call-ip6tables
0
Resolution
-
Access KVM slave node over SSH:
-
Add the option to file
/etc/sysctl.conf
:# echo "net.bridge.bridge-nf-call-ip6tables = 1" >> /etc/sysctl.conf
-
Apply changes:
# sysctl -p
Comments
0 commentsPlease sign in to leave a comment.