[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] could not get IP address for the interface created by netfront driver on HVM guest
Hi, Thank you very much for the response. It took little long time as i wanted to do some research from my side before asking you more. Please find below my observations: I did tcpdump on Guest and dom0. On both, Guest and dom0, I could see the DHCP request from Guest (eth0) to dom0 (virbr0) and DHCP reply from dom0 (virbr0) to Guest (eth0). Please find below the tcpdump output. When I assigned a static IP address to eth0 interface on Guest (ifconfig eth0 192.168.122.81), i am able to ping virbr0 (192.168.122.1) on dom0. And when I explicitly ran dhclient on domU, i observed "5 bad udp checksums in 5 packets" which was causing drop of packets and the DHCP reply observed in tcpdump was not reaching DHCP client. when i disabled Tx checksum on the dom0 vif corresponding to the netfront on domU, i could successfully get IP address assigned for my interface on Guest. # ethtool -K vif1.0 tx off <<<---- executed on dom0 Any idea why the "bad checksum" happening with PV driver? (while everything was fine with pure HVM). Thanks & Regards, VSR. On Sun, Jun 19, 2011 at 6:49 AM, Todd Deshane <todd.deshane@xxxxxxx> wrote:
_______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |