ISC DHCP v3.0.3 running on a MacMini under OS X Tiger.
Ran fine for years.
Suddenly, most of my PCs can't get a valid Address.
When I go to the PC with a problem, this is the routine:
>ipconfig/all
IP: 10.0.1.130
SN: 255.255.255.0
GW: 10.0.1.1
>ipconfig/release
success
>ipconfig/renew
IP: 10.0.1.130
SN: 255.255.255.0
GW: 10.0.1.1
>ipconfig/release
success
>ipconfig/renew
The following error occurred when renewing adapter Local Area Connection 2: unexpected network failure or insufficient access
>ipconfig/renew
IP: 10.10.17.223
SN: 255.255.0.0
GW: 10.10.1.1
and then all is good. here's the dhcpd.config
default-lease-time 259200;
max-lease-time 259300;
ddns-update-style none;
authoratative;
option subnet-mask 255.255.0.0;
option domain-name-servers 10.10.1.3;
option domain-name "mydomain.org";
subnet 10.10.0.0 netmask 255.255.0.0 {
option broadcast-address 10.10.255.255;
option routers 10.10.1.1;
range 10.10.13.1 10.10.13.254;
range 10.10.14.1 10.10.14.254;
range 10.10.15.1 10.10.15.254;
range 10.10.16.1 10.10.16.254;
range 10.10.17.1 10.10.17.254;
range 10.10.18.1 10.10.18.254;
}
Ran fine for years.
Suddenly, most of my PCs can't get a valid Address.
When I go to the PC with a problem, this is the routine:
>ipconfig/all
IP: 10.0.1.130
SN: 255.255.255.0
GW: 10.0.1.1
>ipconfig/release
success
>ipconfig/renew
IP: 10.0.1.130
SN: 255.255.255.0
GW: 10.0.1.1
>ipconfig/release
success
>ipconfig/renew
The following error occurred when renewing adapter Local Area Connection 2: unexpected network failure or insufficient access
>ipconfig/renew
IP: 10.10.17.223
SN: 255.255.0.0
GW: 10.10.1.1
and then all is good. here's the dhcpd.config
default-lease-time 259200;
max-lease-time 259300;
ddns-update-style none;
authoratative;
option subnet-mask 255.255.0.0;
option domain-name-servers 10.10.1.3;
option domain-name "mydomain.org";
subnet 10.10.0.0 netmask 255.255.0.0 {
option broadcast-address 10.10.255.255;
option routers 10.10.1.1;
range 10.10.13.1 10.10.13.254;
range 10.10.14.1 10.10.14.254;
range 10.10.15.1 10.10.15.254;
range 10.10.16.1 10.10.16.254;
range 10.10.17.1 10.10.17.254;
range 10.10.18.1 10.10.18.254;
}