Date: Thu, 4 Mar 1999 10:31:41 -0700 From: clubkid@bzzzz.com To: freebsd-questions@freebsd.org Subject: Wide DHCP Question! Message-ID: <199903041731.KAA01350@stardust.bzzzz.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903041731.KAA01350>