[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-users] Re: dhcp service in Dom0 not working properly
Following Tibor's advice, i disabled tx checksums for the eth0 interface, and then run some more tests. Here's what i've found by running two instances of tcpdump simultaneously (one listening on eth0, and the other listening on peth0): Dump 1 (listening on peth0): tcpdump -vv -i peth0 'dst port 67 or src port 68' tcpdump: WARNING: peth0: no IPv4 address assigned tcpdump: listening on peth0, link-type EN10MB (Ethernet), capture size 96 bytes 18:46:42.413530 IP (tos 0x0, ttl 128, id 6463, offset 0, flags [none], proto: UDP (17), length: 328) 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:16:17:3b:5e:33 (oui Unknown), length 300, xid 0x9f266e11, secs 7168, Flags [ Broadcast ] (0x8000) Dump 2 (listening on eth0, nothing happens): tcpdump -vv -i eth0 'dst port 67 or src port 68' tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes One can conclude that DHCPDISCOVER packets are reaching the server (as peth0 sees them perfectly). However, those same packets don't get to eth0. I repeated the test with tshark, leaving it running for a couple of hours, and while peth0 saw every dhcp broadcast on the network, eth0 didn't see a single one. Is this an expected Xen behaviour? Is there a solution or workaround to circumvent this problem? Thanks again, Alex 2007/8/26, Alejandro Martini <
alejandro.martini@xxxxxxxxx>: I have the following problem. I've set up a dhcp server at Dom0 level, in order to provide ip addresses for the computers on my LAN. However, the dhcp daemon is not answering queries, nor giving addresses. _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |