Uploaded image for project: 'CloudStack'
  1. CloudStack
  2. CLOUDSTACK-591

Wrong vnet in iptables on KVM hypervisors after VM reboot

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • pre-4.0.0, 4.0.1, 4.1.0
    • 4.0.1
    • Hypervisor Controller, KVM
    • Security Level: Public (Anyone can view this level - this is the default.)
    • None
    • Cloudstack 3.0.5 with KVM hypervisor using basic networking with security groups
      libvirt v 0.9.10
      iptables v1.4.7

    Description

      Sometimes when a VM is rebooted on KVM, the wrong vnet is listed in the iptables rules on the hypervisor.

      For example, iptables and ebtables show that i-3-956 is on vnet3, but it is actually using vnet0. Modifying the rules to use the correct interface restores network connectivity. This behavior is inconsistent, but triggered by issuing a reboot from the OS.

      iptables -L
      Chain BF-br-public-IN (1 references)
      ...
      i-3-956-def all – anywhere anywhere PHYSDEV match --physdev-in vnet3 --physdev-is-bridged

      Chain BF-br-public-OUT (1 references)
      i-3-956-def all – anywhere anywhere PHYSDEV match --physdev-out vnet3 --physdev-is-bridged

      ebtables -t nat -L

      Bridge chain: PREROUTING, entries: 11, policy: ACCEPT
      ...
      -i vnet3 -j i-3-956-VM-in

      Bridge chain: POSTROUTING, entries: 11, policy: ACCEPT
      ...
      -o vnet3 -j i-3-956-VM-out

      Attachments

        Activity

          People

            Unassigned Unassigned
            bill.rich Bill Rich
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: