[dhcwg] No DHCPOFFER message

bao <bao@gibbons.com> Wed, 03 April 2002 02:00 UTC

Received: from optimus.ietf.org (ietf.org [132.151.1.19] (may be forged)) by ietf.org (8.9.1a/8.9.1a) with ESMTP id VAA11330 for <dhcwg-archive@odin.ietf.org>; Tue, 2 Apr 2002 21:00:44 -0500 (EST)
Received: (from daemon@localhost) by optimus.ietf.org (8.9.1a/8.9.1) id VAA03833 for dhcwg-archive@odin.ietf.org; Tue, 2 Apr 2002 21:00:45 -0500 (EST)
Received: from optimus.ietf.org (localhost [127.0.0.1]) by optimus.ietf.org (8.9.1a/8.9.1) with ESMTP id UAA03400; Tue, 2 Apr 2002 20:56:42 -0500 (EST)
Received: from ietf.org (odin [132.151.1.176]) by optimus.ietf.org (8.9.1a/8.9.1) with ESMTP id UAA03383 for <dhcwg@ns.ietf.org>; Tue, 2 Apr 2002 20:56:40 -0500 (EST)
Received: from flounder.gibbons.com (sdsl-66-80-7-162.dsl.sca.megapath.net [66.80.7.162]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id UAA11242 for <dhcwg@ietf.org>; Tue, 2 Apr 2002 20:56:38 -0500 (EST)
Received: from gibbons.com (sdsl-66-80-7-166.dsl.sca.megapath.net [66.80.7.166]) by flounder.gibbons.com (8.11.2/8.11.2) with ESMTP id g331uda25418 for <dhcwg@ietf.org>; Tue, 2 Apr 2002 17:56:39 -0800
Message-ID: <3CAA6136.A0723C11@gibbons.com>
Date: Tue, 02 Apr 2002 17:56:07 -0800
From: bao <bao@gibbons.com>
X-Mailer: Mozilla 4.79 [en] (Win98; U)
X-Accept-Language: en
MIME-Version: 1.0
To: Dhcp <dhcwg@ietf.org>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Transfer-Encoding: 7bit
Subject: [dhcwg] No DHCPOFFER message
Sender: dhcwg-admin@ietf.org
Errors-To: dhcwg-admin@ietf.org
X-Mailman-Version: 1.0
Precedence: bulk
List-Id: <dhcwg.ietf.org>
X-BeenThere: dhcwg@ietf.org
Content-Transfer-Encoding: 7bit

My server is running RH 7.2 with dhcpd-1.3.18p18-10. It is configured as
follows,
==================
# dhcpd.conf

subnet 66.80.7.160 netmask 255.255.255.224 {
    # --- default gateway
    option routers   66.80.7.161;
    option subnet-mask  255.255.255.224;
    option broadcast-address 66.80.7.191;

    option domain-name  "mydomain.com";
    # ISP's DNS addresses
    option domain-name-servers 216.200.176.4, 216.34.237.2;

    option time-offset  -18000; # Eastern Standard Time
    # --- Selects point-to-point node (default is hybrid). Don't change
this unless
    # -- you understand Netbios very well
    # option netbios-node-type 2;

    range dynamic-bootp 66.80.7.188 66.80.7.190;
    default-lease-time 7200;
    max-lease-time 9000;

    # we want the nameserver to appear at a fixed address
    host testmachine {
        hardware ethernet 00:10:4b:2c:af:48;
        fixed-address 66.80.7.166;
    }
}
==================
The server accepts all the configuration parameters, and can be started.
However, when the client testmachine is configured to
use DHCP and is booted up, packetsniffer indicates that although there
are DHCPDISCOVER messages (several, indeed, after
the client sees no response, it retransmits), there is not any DHCPOFFER
message. The server stays silent.

Does anyone see any misconfigurations in the dhcpd.conf file above, and
have any suggestions?

Thanks,


_______________________________________________
dhcwg mailing list
dhcwg@ietf.org
https://www1.ietf.org/mailman/listinfo/dhcwg