From: Steve Kessinger (skessinger@mail.bluefield.edu)
Date: Wed Jul 21 2004 - 09:04:55 CDT
Still having error: No Lease Found when registering client. The permissions on the dhcps.leases file are 777(for now I just want it to work; I am aware this is a very bad security practice) and the file size is 0 bytes.
My DHCP conf file is below (I just put x's over our true DNS servers):
##
## /etc/dhcpd.conf
server-identifier netreg.bluefield.edu;
option netbios-node-type 8;
max-lease-time 120;
default-lease-time 120;
allow bootp;
allow booting;
option domain-name "bluefield.edu";
ddns-update-style ad-hoc;
ddns-updates off;
omapi-port 7911;
subnet 10.10.0.0 netmask 255.255.0.0 {
authoritative;
option routers 10.10.0.1;
# Unknown clients get this pool.
pool {
option domain-name-servers 10.10.0.4;
max-lease-time 120;
default-lease-time 120;
range 10.10.4.1 10.10.4.254;
allow unknown clients;
}
# Known clients get this pool.
pool {
option domain-name-servers xxx.xx.xxx.xxx, xxx.xx.xxx.xxx;
max-lease-time 28800;
default-lease-time 28800;
range 10.10.0.10 10.10.0.254;
deny unknown clients;
}
}
#<BEGIN_STATIC>#
Our test client always gets 10.10.4.254 as its address. Is that normal? We have other people in our dorms that are still on campus that should also be getting a 10.10.4.x address. Any help would be greatly appreciated. The address of the NetReg server is 10.10.0.3 just in case you need to know. Thanks!
-- Steve Kessinger Database Administrator/Audio-Visual Technician Bluefield College 3000 College Drive Bluefield, VA 24605 276.326.4603 http://www.bluefield.edu -- ********************************************************************** To unsubscribe from this list, send an e-mail message to majordomo@southwestern.edu containing a single line with the words: unsubscribe netreg Send requests for assistance to: owner-netreg@southwestern.edu **********************************************************************
This archive was generated by hypermail 2.1.4 : Thu Aug 12 2004 - 12:01:47 CDT