[olug] dhcpd.conf help

Eric Penne epenne at yahoo.com
Tue Nov 12 18:51:21 UTC 2002


ipconfig is in the c:/winnt/system32 directory on my win2k system. 
Ipconfig /all gives you all of the information available about the
network configuration.  ipconfig /renew tries to renew your dhcp
leases.

route /print gives the routing table.

Eric


--- Jonathan Warren <thechunk at cox.net> wrote:
> what does 
> ipconfig /renew do?
> 
> On Tue, Nov 12, 2002 at 12:03:51PM -0600, Joe Catanzaro wrote:
> > I'm trying to setup a DHCP server for the first time on my home
> network. 
> > I'm running RH 7.3 and using DHCPD (Internet Software Consortium
> DHCP 
> > Server V3.0pl1). I've been able to start the server, but when I try
> to pull 
> > an IP with Win 2000, I don't get one. The leases file shows a
> lease, and 
> > the ipconfig /all results shows the IP of the DHCP server, but no
> address. 
> > I have a feeling I'm missing something in my dhcpd.conf file. Any
> ideas?
> > 
> > default-lease-time 600;
> > max-lease-time 7200;
> > option subnet-mask 255.255.255.0;
> > option broadcast-address 10.0.0.255;
> > option routers 10.0.0.1;
> > option domain-name-servers 68.13.16.30, 68.9.16.30;
> > ddns-update-style ad-hoc;
> > subnet 10.0.0.0 netmask 255.255.255.0 {
> >    range 10.0.0.40 10.0.0.50;
> > }
> > 
> > Thanks,
> > 
> > 
> > Joe Catanzaro
> > joecatanzaro at cox.net
> > 
> > _______________________________________________
> > OLUG mailing list
> > OLUG at olug.org
> > http://lists.olug.org/mailman/listinfo/olug
> _______________________________________________
> OLUG mailing list
> OLUG at olug.org
> http://lists.olug.org/mailman/listinfo/olug


__________________________________________________
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2



More information about the OLUG mailing list