This document provides steps to troubleshoot network connectivity for an OpenStack instance using Neutron and Linux bridges on the compute node. The summary is:
1. Identify the instance, port, and corresponding Linux bridge on the compute node using the instance ID, port ID, and bridge name prefix.
2. Examine the iptables rules and veth pair to understand how security groups are applied and how traffic flows between the bridge and br-int.
3. Follow the traffic flow on br-int by identifying the VLAN tag and corresponding ports, including the connection to br-tun via a patch port.
4. Continue following the traffic flow on br-tun by examining the Open vSwitch flows that