Here is my compute worker's iptables rule (Ubuntu 12.04):

$ sudo iptables -S -t mangle
-A POSTROUTING -o virbr0 -p udp -m udp --dport 68 -j CHECKSUM --checksum-fill

And I change it to:
-A POSTROUTING -p udp -m udp --dport 68 -j CHECKSUM --checksum-fill

than my ubuntu guest can get dhcp ip correctly.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1029430

Title:
  KVM guests networking issues when bridge and vhost_net kernel modules
  loaded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1029430/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to