From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-72398-garchives=archives.gentoo.org@gentoo.org>)
	id 1J0QoY-0001zW-2E
	for garchives@archives.gentoo.org; Fri, 07 Dec 2007 00:11:34 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lB70AI1U024335;
	Fri, 7 Dec 2007 00:10:18 GMT
Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.183])
	by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id lB705vlw019506
	for <gentoo-user@lists.gentoo.org>; Fri, 7 Dec 2007 00:05:59 GMT
Received: by wa-out-1112.google.com with SMTP id k34so956278wah
        for <gentoo-user@lists.gentoo.org>; Thu, 06 Dec 2007 16:05:57 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
        bh=eQsVCkQvi376eklXjxXSU5PGavpOobnciZpSBXH3lQI=;
        b=pVY4pqzH6QcCy4+OSi/TAI3GgFGH0QVhuxHfU0rgRO4FzCyaWmUYszjYBSalijAd8GAN68yM5nbwCMnG3LZ3/McMte7PtZ031YSrH/vbqeSSRvAtG49iWyqr/YIvzpKfVqoXeX1sQAxkhjiMjaPfWdQRmFd0LePO+zQPTbpXk4E=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
        b=rOk9qhL6s3VHzax+agyIgJY/ZebkqY1vFLQzb8jx3cjlxMf6a+1nB1yE1IXSES5SFDp3U4Vy/SgzwWf71SF5kIyLsy4RHYLg0uxF4ML+nFucZFZoWPoDPOuIBO218rRFKxsO8JHVuRvo3rzU6riNx5dmxu24/r73JL09RpyHPrs=
Received: by 10.115.33.1 with SMTP id l1mr1703819waj.1196985957057;
        Thu, 06 Dec 2007 16:05:57 -0800 (PST)
Received: by 10.115.110.15 with HTTP; Thu, 6 Dec 2007 16:05:57 -0800 (PST)
Message-ID: <49bf44f10712061605m367440eahc7a3ee59c0dd2d5@mail.gmail.com>
Date: Thu, 6 Dec 2007 16:05:57 -0800
From: Grant <emailgrant@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Be careful when using dhcp with a LiveCD
In-Reply-To: <200712062319.22158.michaelkintzios@gmail.com>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <49bf44f10712061504k3797c442l98cf42b705cd7f9a@mail.gmail.com>
	 <200712062319.22158.michaelkintzios@gmail.com>
X-Archives-Salt: fa451963-efbe-49f8-a0ba-73f445785e29
X-Archives-Hash: d5cbe63420cd3bf1caf2b69ca43187a7

> > I just spent a few hours trying to fix a problem where my Gentoo
> > router would only dhcp the ip address of the cable modem instead of
> > the proper IP address from the WAN.  I ended up enabling USE=vram and
> > it worked again.
> >
> > # equery uses dhcpcd
> >  + + vram : Disable DUID due to volatile media, such as a LiveCD
> >
> > I had just previously booted to a Damn Small Linux LiveCD when the
> > trouble started so I'm thinking the CD tried to dhcp from my cable
> > internet provider without a DUID which caused the provider to change
> > something which means that I need to disable the DUID from now on?
> > It's confusing but that's the best I can come up with.
> >
> > The point is: be careful when using dhcp from a LiveCD.  Your system
> > might act differently the next time you boot the hard drive.
>
> The dhcpcd was changed recently and not all dhcp servers take kindly to it,
> when it uses DUID the way it does (some servers depend on DUID passing on to
> them the MAC of the client).  The solution I also found was to set the vram
> flag.

Something must have changed on my ISP's end when my router tried to
dhcp via the Damn Small Linux LiveCD.  It had been running dhcp just
fine ever since I switched to this ISP (Cox) and failed every time
after I booted that LiveCD until I enabled vram.

- Grant
-- 
gentoo-user@gentoo.org mailing list