Date: Mon, 6 Aug 2001 21:08:17 -1000 (HST) From: Patrick Guerin <pat@inix.com> To: Freebsd-Questions <freebsd-questions@FreeBSD.ORG> Subject: DHCPD not issuing IP address Message-ID: <Pine.LNX.4.33.0108062054430.23967-100000@prince.inix.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.33.0108062054430.23967-100000>
