All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Brady <mike.brady@devnull.net.nz>
To: Ian Pratt <Ian.Pratt@cl.cam.ac.uk>
Cc: xen-devel@lists.sourceforge.net
Subject: Re: Dom1 always does DHCP requests and vmid increasing
Date: Thu, 29 Jul 2004 21:12:46 +1200	[thread overview]
Message-ID: <200407292112.46481.mike.brady@devnull.net.nz> (raw)
In-Reply-To: <E1BpY85-0001ci-00@mta1.cl.cam.ac.uk>

I have resolved my problem or at least treated the symptom.

The xenU kernel has  
    CONFIG_IP_PNP=y
    CONFIG_IP_PNP_DHCP=y
set in the default kernel configuration.  I didn't do extensive tests, but it 
would seem that with CONFIG_IP_PNP_DHCP=y the kernel will do DHCP requests if 
an IP address is not supplied on the commandline irrespective other settings 
it passed.  Disabling this and rebuilding the kernel stops the behavour that 
I was seeing.  This allows the Linux DHCP client to do its thing which is 
what I was after.  I have a DHCP server setup with all the network settings, 
DDNS, etc and the kernel DNS client doesn't pick everything up properly.

Thanks for the help

Mike

On Wed, 28 Jul 2004 08:00, Ian Pratt wrote:
> > > 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


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click

  parent reply	other threads:[~2004-07-29  9:12 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-27  9:50 Dom1 always does DHCP requests and vmid increasing Mike Brady
2004-07-27 10:17 ` Ian Pratt
2004-07-27 18:58   ` Mike Brady
2004-07-27 20:00     ` Ian Pratt
2004-07-28  8:27       ` Xen in a "new" distribution suggestion Rune Johan Andresen
2004-07-28  9:17       ` Dom1 always does DHCP requests and vmid increasing Mike Brady
2004-07-30  8:14         ` Mike Wray
2004-07-29  9:12       ` Mike Brady [this message]
2004-07-29 10:17         ` Ian Pratt
2004-07-27 11:14 ` Mark Williamson
2004-07-27 19:21 ` Barry Rountree

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200407292112.46481.mike.brady@devnull.net.nz \
    --to=mike.brady@devnull.net.nz \
    --cc=Ian.Pratt@cl.cam.ac.uk \
    --cc=xen-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.