From owner-freebsd-questions Thu Mar 4 9:33: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from stardust.bzzzz.com (stardust.bzzzz.com [209.90.68.199]) by hub.freebsd.org (Postfix) with ESMTP id C5CFA1506C for ; Thu, 4 Mar 1999 09:32:10 -0800 (PST) (envelope-from clubkid@bzzzz.com) Received: from rock (user-123.secure-orem.fiber.net [216.83.129.123]) by stardust.bzzzz.com (8.9.3/8.9.3) with SMTP id KAA01350 for ; Thu, 4 Mar 1999 10:31:53 -0700 (MST) Message-Id: <199903041731.KAA01350@stardust.bzzzz.com> From: clubkid@bzzzz.com To: freebsd-questions@freebsd.org Date: Thu, 4 Mar 1999 10:31:41 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Wide DHCP Question! X-mailer: Pegasus Mail for Win32 (v3.01d) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just installed Wide DHCP and everything seemed to go Ok from what I can see. I then created the files of /etc/dhcpdb.pool and /etc/dhcpdb.relay from the sample files. I can't figure out now how to get the actual daemon to run.. I am currently using NATD between 2 ethernet cards to do a firewall and I want it to automatically assign the 10.1.1.x numbers on the fake network. my /etc/dhcpdb.pool looks like: # define a global entry which specifies the stuff every host uses. global:!snmk=255.255.255.0:tmof=32400: # define different master entries for each subnet. . . # `dnsv' is IP address of DNS server. # `dnsd' is domain name of your domain. subnet30:tblc=global:rout=10.1.1.1:dht1=500:dht2=850:\ :brda=10.1.1.0:dnsv=209.90.68.199:dnsd=bzzzz.com: # entries for dynamic allocation (DHCP) 3001: :ipad=10.1.1.2:dfll=3600:maxl=7200:tblc=subnet30: 3002: :ipad=10.1.1.3:dfll=3600:maxl=7200:tblc=subnet30: is that file correct? I'm using 10.1.1.1 as my firewall gateway with netmask of 255.255.255.0, and network of 10.1.1.0. Any help would be greatly appreciated. The 10.1.1.1 network is on the interface of ed2. So how would i need to start the daemon for DHCP? Brian. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message