Devin Rader <[EMAIL PROTECTED]> wrote:
> Can someone tell me what I need to do in order to set up DHCP on my box
> after I have installed the DHCP package?
> 
> Thanks!
> 
> Devin
> 

I assume you mean the server?

Is this ISC dhcp?

If both of those answers are yes, then:

you need to create /etc/dhcpd.conf

A minimum dhcpd.conf, for subnet 10.40.2.0/255.255.254.0, is:

subnet 10.40.2.0 netmask 255.255.254.0 {
        range 10.40.3.1 10.40.3.250;
}

(Stolen out of my dhcpd.conf file ;-)

rc


Rusty Carruth          Email:     [EMAIL PROTECTED] or [EMAIL PROTECTED]
Voice: (480) 345-3621  SnailMail: Schlumberger ATE
FAX:   (480) 345-8793             7855 S. River Parkway, Suite 116
Ham: N7IKQ @ 146.82+,pl 162.2     Tempe, AZ 85284-1825
ICBM: 33 20' 44"N   111 53' 47"W

Reply via email to