Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Aug 2001 00:24:34 -0700
From:      "Ted Mittelstaedt" <tedm@toybox.placo.com>
To:        "Patrick Guerin" <pat@inix.com>, "Freebsd-Questions" <freebsd-questions@FreeBSD.ORG>
Subject:   RE: DHCPD not issuing IP address
Message-ID:  <002501c11f12$020d8f40$1401a8c0@tedm.placo.com>
In-Reply-To: <Pine.LNX.4.33.0108062054430.23967-100000@prince.inix.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002501c11f12$020d8f40$1401a8c0>