From owner-freebsd-questions Tue Aug 7 0:24:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id EA6E637B401 for ; Tue, 7 Aug 2001 00:24:42 -0700 (PDT) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f777OY805016; Tue, 7 Aug 2001 00:24:35 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Patrick Guerin" , "Freebsd-Questions" Subject: RE: DHCPD not issuing IP address Date: Tue, 7 Aug 2001 00:24:34 -0700 Message-ID: <002501c11f12$020d8f40$1401a8c0@tedm.placo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: X-MIMEOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Most likely you want to ask this question on the DHCP mailing lists, see the following: http://www.isc.org/services/public/lists/dhcp-lists.html PS: have you tested the equipment with a different DHCP server? Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com >-----Original Message----- >From: owner-freebsd-questions@FreeBSD.ORG >[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Patrick Guerin >Sent: Tuesday, August 07, 2001 12:08 AM >To: Freebsd-Questions >Subject: DHCPD not issuing IP address > > >DHCPD runs fine with workstations and laptops except for one piece of >equipment. If I set it for a static IP address it works fine. When I try >to use DHCP it won't work. Currently I'm using FreeBSD 4.1-RELEASE. > >Here' the ARP as seen from the DHCP server: > >? (172.0.33.111) at 0:1:9e:e0:2:bf [ethernet] > >> more /usr/local/etc/dhcpd.conf ># dhcpd.conf ># ># option definitions common to all supported networks... >option domain-name "snickers"; >option domain-name-servers 123.123.123.123, 123.123.123.124; >option subnet-mask 255.255.255.0; >default-lease-time 604800; >max-lease-time 604800; >subnet 172.0.33.0 netmask 255.255.255.0 { > range 172.0.33.100 172.0.33.254; > option routers 172.0.33.1; >} > > >Cheers, > >--pat > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message