[PLUG] dhcp

Bill Spears bspears at easystreet.com
Wed Mar 17 10:30:02 UTC 2004


On Wed, 2004-03-17 at 10:07, AthlonRob wrote:
> On Wed, 2004-03-17 at 10:00, Bill Spears wrote:
> > I'm switching my giant network of  computers over to dhcp. I've got the
> > server up and running and successfully converted a couple of clients.  I
> > chose a subrange of 10.0.1.21 10.0.1.40, but one client came up as
> > 10.0.1.20 and the other as 10.0.1.18.  What gives?
> 
> It might be nice to see some relevant chunks of your dhcpd.conf file. 
> :-)
> 
> Rob  (no DHCP expert, but I know these things are needed in problems
> like this)
> 
> 

default-lease-time 720;
max-lease-time 86400;
option subnet-mask 255.255.255.0;
option broadcast-address 10.0.1.255;
option routers 10.0.1.4;
option domain-name-servers 206.26.36.34,  198.107.0.14 ;
ddns-update-style ad-hoc;
host apollo {
     hardware ethernet  00:07:95:B0:19:76;
     fixed-address 10.0.1.19;
}
subnet 10.0.1.0 netmask 255.255.255.0 {
    range 10.0.1.21 10.0.1.40;
}

-- 
Bill Spears <bspears at easystreet.com>





More information about the PLUG mailing list