[dhcwg] Re: Re: Re: udhcpd Win98 interoperability
cstueckjuergen@web.de Fri, 23 August 2002 14:46 UTC
Received: from www1.ietf.org (ietf.org [132.151.1.19] (may be forged)) by ietf.org (8.9.1a/8.9.1a) with ESMTP id KAA08347 for <dhcwg-archive@odin.ietf.org>; Fri, 23 Aug 2002 10:46:47 -0400 (EDT)
Received: (from mailnull@localhost) by www1.ietf.org (8.11.6/8.11.6) id g7NEljt08839 for dhcwg-archive@odin.ietf.org; Fri, 23 Aug 2002 10:47:45 -0400
Received: from ietf.org (odin.ietf.org [132.151.1.176]) by www1.ietf.org (8.11.6/8.11.6) with ESMTP id g7NEljo08836 for <dhcwg-web-archive@optimus.ietf.org>; Fri, 23 Aug 2002 10:47:45 -0400
Received: from www1.ietf.org (ietf.org [132.151.1.19] (may be forged)) by ietf.org (8.9.1a/8.9.1a) with ESMTP id KAA08306 for <dhcwg-web-archive@ietf.org>; Fri, 23 Aug 2002 10:46:16 -0400 (EDT)
Received: from www1.ietf.org (localhost.localdomain [127.0.0.1]) by www1.ietf.org (8.11.6/8.11.6) with ESMTP id g7NEiLo08702; Fri, 23 Aug 2002 10:44:23 -0400
Received: from ietf.org (odin.ietf.org [132.151.1.176]) by www1.ietf.org (8.11.6/8.11.6) with ESMTP id g7N70co21472 for <dhcwg@optimus.ietf.org>; Fri, 23 Aug 2002 03:00:38 -0400
Received: from mailgate5.cinetic.de (mailgate5.cinetic.de [217.72.192.165]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id CAA29572 for <dhcwg@ietf.org>; Fri, 23 Aug 2002 02:59:02 -0400 (EDT)
From: cstueckjuergen@web.de
Received: from web.de (fmomail02.dlan.cinetic.de [172.20.1.46]) by mailgate5.cinetic.de (8.11.2/8.11.2/SuSE Linux 8.11.0-0.4) with SMTP id g7N6xsX23089; Fri, 23 Aug 2002 08:59:54 +0200
Date: Fri, 23 Aug 2002 08:59:54 +0200
Message-Id: <200208230659.g7N6xsX23089@mailgate5.cinetic.de>
MIME-Version: 1.0
Organization: http://freemail.web.de/
To: cstueckjuergen@web.de, RussDill <Russ.Dill@asu.edu>
Cc: dhcwg@ietf.org
Precedence: fm-user
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Transfer-Encoding: 7bit
Subject: [dhcwg] Re: Re: Re: udhcpd Win98 interoperability
Sender: dhcwg-admin@ietf.org
Errors-To: dhcwg-admin@ietf.org
X-BeenThere: dhcwg@ietf.org
X-Mailman-Version: 2.0.12
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/dhcwg>, <mailto:dhcwg-request@ietf.org?subject=unsubscribe>
List-Id: <dhcwg.ietf.org>
List-Post: <mailto:dhcwg@ietf.org>
List-Help: <mailto:dhcwg-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/dhcwg>, <mailto:dhcwg-request@ietf.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Transfer-Encoding: 7bit
Russ Dill <Russ.Dill@asu.edu> schrieb am 22.08.02 20:24:34: > > > if (wrong net) { > > > should nak; > > > } else { > > > if (!ok ip) { > > > should nak; > > > } > > > } > > > > > > but then the "If the DHCP server has no record of this client" clause is > > > thrown in. At what stage of the block does this go in? I would say this > > > clause would go *before* 'if (wrong net)'. > > > > > > I'll cc this to the Dynamic Host Configuration working group. Hopefully > > > they'll have some answers. > > > > > > > I would replace (!ok ip) by (requested ip is ours but is no longer/has never been > > assigned to the requesting client). Then the conditions (wrong net) and (requested ip > > is ours but...) are mutually exclusive. > > > > So my parsing of the RFC would look loke that: > > > > if (wrong net) { > > should nak; > > } else if (requested ip is ours but...) { > > should nak; > > } else { > > remain silent; > > } > > define 'ours' a little better, do you mean if there is a static mapping > for the address that we take care of? > OK, I would say the requested address should be NAKed if - we have static mapping for it on another client - it is already assigned to one of our other clients - it was assigned to the requesting client, but the lease has already timed out Do you think this is reasonable? ______________________________________________________________________________ WEB.DE MyPage - Ultimatives Kommunikationstool! Ihre Message sofort online! Domain aenderbar! http://www.das.ist.aber.ne.lustige.sache.ms/ _______________________________________________ dhcwg mailing list dhcwg@ietf.org https://www1.ietf.org/mailman/listinfo/dhcwg
- [dhcwg] Re: udhcpd Win98 interoperability Russ Dill
- [dhcwg] Re: Re: udhcpd Win98 interoperability cstueckjuergen
- Re: [dhcwg] Re: udhcpd Win98 interoperability Ted Lemon
- [dhcwg] Re: Re: udhcpd Win98 interoperability Russ Dill
- [dhcwg] Re: Re: Re: udhcpd Win98 interoperability cstueckjuergen
- Re: [dhcwg] Re: Re: Re: udhcpd Win98 interoperabi… Ted Lemon
- [dhcwg] Re: udhcpd Win98 interoperability Russ Dill