From owner-freebsd-hackers Thu Jul 18 04:42:05 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA13771 for hackers-outgoing; Thu, 18 Jul 1996 04:42:05 -0700 (PDT) Received: from teil.soft.net (tata_elxsi.soft.net [164.164.10.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id EAA13766 for ; Thu, 18 Jul 1996 04:41:46 -0700 (PDT) Received: by teil.soft.net (920330.SGI/920502.SGI.JF) for hackers@freebsd.org id AA29766; Thu, 18 Jul 96 17:05:29 -0800 From: rishim@teil.soft.net (Rishi Gautam) Message-Id: <9607190105.AA29766@teil.soft.net> Subject: Need Info regarding DHCP To: hackers@freebsd.org Date: Thu, 18 Jul 1996 17:04:52 -0800 (PST) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi I am trying to develop a miniature version of DHCP on FreeBSD. In the DHCP client, while sending the DHCPOFFER or DHCPREQUEST message through the interface, IP will discard the packet, if the interface is not configured(because rtalloc will fail and also the IF_UP flag will not be set). Secondly,if I want to send a packet with IPsource Address 0.0.0.0, how could I do that. This I need as the RFC referred to the DHCP, mention the source address should be zero. Looking for the information. Rishi