atom feed11 messages in com.xensource.lists.xen-develRe: [Xen-devel] Dom1 always does DHCP...
FromSent OnAttachments
Mike BradyJul 27, 2004 2:50 am 
Ian PrattJul 27, 2004 3:17 am 
Mark WilliamsonJul 27, 2004 4:14 am 
Mike BradyJul 27, 2004 11:57 am 
Barry RountreeJul 27, 2004 12:21 pm 
Ian PrattJul 27, 2004 1:00 pm 
Rune Johan AndresenJul 28, 2004 1:26 am 
Mike BradyJul 28, 2004 2:16 am 
Mike BradyJul 29, 2004 2:12 am 
Ian PrattJul 29, 2004 3:16 am 
Mike WrayJul 30, 2004 1:14 am 
Subject:Re: [Xen-devel] Dom1 always does DHCP requests and vmid increasing
From:Ian Pratt (Ian.@cl.cam.ac.uk)
Date:Jul 27, 2004 1:00:30 pm
List:com.xensource.lists.xen-devel

There's nothing in your config file below to cause the kernel to do a DHCP. Are you sure that your rc scripts aren't doing it?

THe DHCP request that I am seeing requests ip adddress 1.2.3.4. The only place that I can find that address mentioned is in the domain configuration, so I don't believe that it is the rc scripts, but I will have another look later in the day. Syslog entries also indicate that it is a kernel DHCP request as opposed to a dhcpcd request.

I might expect to see an ARP request for 1.2.3.4, but not a DHCP request. The 1.2.3.4 is just there to workaround a linux 2.6 bug, so could be removed altogether if you're booting 2.4.

Can you post the first few packets of output from: tcpdump -i vifX.Y -s 2048 -vvxe

Ian