From owner-freebsd-questions Thu Jul 24 03:23:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA21109 for questions-outgoing; Thu, 24 Jul 1997 03:23:32 -0700 (PDT) Received: from algernon.osu.cz (algernon.osu.cz [195.113.105.10]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id DAA21104 for ; Thu, 24 Jul 1997 03:23:26 -0700 (PDT) Received: (from belkovic@localhost) by algernon.osu.cz (8.6.12/8.6.12) id MAA00256; Thu, 24 Jul 1997 12:25:29 +0200 Date: Thu, 24 Jul 1997 12:25:28 +0200 (MET DST) From: Josef Belkovics To: yskim@dcn.soongsil.ac.kr cc: freebsd-questions@FreeBSD.ORG Subject: Re: DHCP server/client ? In-Reply-To: <3.0.1.32.19970724155101.0069c2e8@dcn.soongsil.ac.kr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Hi~ > I am useing FreeBSD2.2.1 version.. > I want implement DHCP(Dynamic Hop Configuration Protocol) Server/Client > over FreeBSD. > I am searching for this infomation. > If FreeBSD DHCP source is distributed on free, I will port DHCP easily. > Please inform to me about this. > Thanks..... In ports (/usr/ports) are two free dhcp sources. I use isc-dhcp without problems. I heard, that wide-dhcp is buggy. Learn, how to use great thing called ports (handbook.html). Or try: cd /usr/ports/net/isc-dhcpd (?), make, make install, (pkg_info -aI). Josef Belkovics