.. _tshoot: =============== Troubleshooting =============== Calico related problems ======================= If you use standalone bare metal servers, or if you experience issues with a Calico bird daemon and networking for a Kubernetes cluster VMs, ensure that netfilter for bridge interfaces is disabled for your host node(s): .. code:: sh echo 0 > /proc/sys/net/bridge/bridge-nf-call-iptables Otherwise, bird daemon inside Calico won't function correctly because of libvirt and NAT networks. More details can be found in this `bug `_. Then reporting issues, please also make sure to include details on the host OS type and its kernel version.