Comment 8 for bug 1029430

Revision history for this message
chuanyu (x77126) wrote : Re: KVM guests networking issues when bridge and vhost_net kernel modules loaded

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.