You can find out what vnet NIC is being used by looking at The packet transfers to the virtual NIC of the compute host, such as, Interface Card (NIC) inside the instance, such as eth0. The instance generates a packet and places it on the virtual Network If you are logged in to an instance and ping an external host, forĮxample, Google, the ping packet takes the route shown in
Visualizing nova-network Traffic in the Cloud ¶ You can safely ignore the state of virbr0, which is a default bridgeĬreated by libvirt and not used by OpenStack.
1: lo: mtu 16436 qdisc noqueue state UNKNOWN 2: eth0: mtu 1500 qdisc pfifo_fast state UP qlen 1000 3: eth1: mtu 1500 qdisc pfifo_fast master br100 state UP qlen 1000 4: virbr0: mtu 1500 qdisc noqueue state DOWN 5: br100: mtu 1500 qdisc noqueue state UP