From owner-freebsd-net@FreeBSD.ORG Thu Jul 15 19:34:12 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76B7A16A4CE; Thu, 15 Jul 2004 19:34:12 +0000 (GMT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0868F43D48; Thu, 15 Jul 2004 19:34:12 +0000 (GMT) (envelope-from garycor@comcast.net) Received: from [10.56.78.111] (pcp09118143pcs.union01.nj.comcast.net[69.142.234.88]) by comcast.net (sccrmhc11) with ESMTP id <2004071519341101100t5jm3e> (Authid: garycor); Thu, 15 Jul 2004 19:34:11 +0000 Message-ID: <40F6DC4A.5040109@comcast.net> Date: Thu, 15 Jul 2004 15:34:34 -0400 From: Gary Corcoran User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gleb Smirnoff References: <40F5C880.3090206@comcast.net> <20040715085219.GA17358@cell.sick.ru> <40F6A878.9090407@comcast.net> <20040715192837.GB21326@cell.sick.ru> In-Reply-To: <20040715192837.GB21326@cell.sick.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-net@freebsd.org Subject: Re: DHCP server over PPPoE server X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jul 2004 19:34:12 -0000 Gleb Smirnoff wrote: > On Thu, Jul 15, 2004 at 11:53:28AM -0400, Gary Corcoran wrote: > G> My research indicates that rather than doing the usual DHCP DISCOVER to > G> start things off, I should be able to send a DHCP INFORM message, > G> which includes my already-assigned IP address. The DHCP server should > G> see this, it then MUST NOT (according to the RFC) lookup the address > G> in its lease database, but it then should respond, sending the all the > G> configuration parameters *except* an IP address, back to the IP address > G> that was included in the message. > G> > G> Thus my desire to get dhcpd running with mpd pppoe... > G> Any suggestions? > > Well if you even make your DHCP server send packets to already > configured IP address, I'm afraid the client side will just ignore them. > > What operating system is on client side? VxWorks. Gary