CloudStack Hypervisor Network Topology Debugging
This guide covers how to map and debug CloudStack VM and Virtual Router (VR) network topology using tools like brctl, virsh, ip, tcpdump, and iptables — all from the hypervisor (host) level. Mapping Network Topology Tools That Work Together Tool What it Tells You brctl show Shows which interfaces are connected to which Linux bridges virsh domiflist <vm> Maps VMs/VRs to their tap devices and bridges virsh dumpxml <vm> Shows MACs, interface order, bridge assignments (detailed view) Example Use Step 1: See which interfaces are on a bridge sudo brctl show Example:...