bradycl_84043
2007-06-07, 12:11 AM CDT
Hey all,
Have a server which up until this afternoon was running FC6. Caching, chrooted DNS server with DHCP setup to provide dynamic DNS.
Installed F7 this evening, and set up DNS and DHCP with the exact same config files as used before. Work beautifully for my other linux boxes on the network. Works beautifully for my XP boxes on the network.
My Vista boxes refuse to get an address.
I know it's Vista specific because one of the machines is the laptop I am now writing on, which gets an address fine when booted from my Fedora drive, and does not when booted from my Vista drive.
Here is the dhcpd.conf:
#
# DHCP Server Configuration file.
# see /usr/share/doc/dhcp*/dhcpd.conf.sample
#
authoritative;
include "/etc/rndc.key";
server-identifier hive;
ddns-domainname "home.clark.";
ddns-rev-domainname "in-addr.arpa.";
ddns-update-style interim;
ddns-updates on;
ignore client-updates;
zone home.clark. {
primary 192.168.1.10;
key rndckey;
}
default-lease-time 21600;
max-lease-time 43200;
option domain-name "home.clark.";
option ip-forwarding off;
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.100 192.168.1.200;
option routers 192.168.1.1;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.1.255;
option domain-name-servers 192.168.1.10;
zone 1.168.192.in-addr.arpa. {
primary 192.168.1.10;
key rndckey;
}
zone home.clark. {
primary 192.168.1.10;
key rndckey;
}
}
And here is what I am seeing in /var/log/messages repeatedly when a Vista system attempts to connect:
Jun 6 23:57:17 hive dhcpd: DHCPDISCOVER from 00:0c:f1:86:d8:a6 (Locutus) via eth1
Jun 6 23:57:18 hive dhcpd: DHCPOFFER on 192.168.1.198 to 00:0c:f1:86:d8:a6 (Locutus) via eth1
Jun 6 23:57:21 hive dhcpd: DHCPDISCOVER from 00:0c:f1:86:d8:a6 (Locutus) via eth1
Jun 6 23:57:21 hive dhcpd: DHCPOFFER on 192.168.1.198 to 00:0c:f1:86:d8:a6 (Locutus) via eth1
Jun 6 23:57:29 hive dhcpd: DHCPDISCOVER from 00:0c:f1:86:d8:a6 (Locutus) via eth1
Jun 6 23:57:29 hive dhcpd: DHCPOFFER on 192.168.1.198 to 00:0c:f1:86:d8:a6 (Locutus) via eth1
Jun 6 23:57:44 hive dhcpd: DHCPDISCOVER from 00:0c:f1:86:d8:a6 (Locutus) via eth1
Jun 6 23:57:44 hive dhcpd: DHCPOFFER on 192.168.1.198 to 00:0c:f1:86:d8:a6 (Locutus) via eth1
Jun 7 00:03:24 hive dhcpd: DHCPDISCOVER from 00:0c:f1:86:d8:a6 (Locutus) via eth1
Jun 7 00:03:25 hive dhcpd: DHCPOFFER on 192.168.1.198 to 00:0c:f1:86:d8:a6 (Locutus) via eth1
Like I say, all clients could connect fine when this was up and running with the same dhcpd.conf file in FC6 just hours ago.
Any ideas? Packages I could have forgotten to install, anything?
Have a server which up until this afternoon was running FC6. Caching, chrooted DNS server with DHCP setup to provide dynamic DNS.
Installed F7 this evening, and set up DNS and DHCP with the exact same config files as used before. Work beautifully for my other linux boxes on the network. Works beautifully for my XP boxes on the network.
My Vista boxes refuse to get an address.
I know it's Vista specific because one of the machines is the laptop I am now writing on, which gets an address fine when booted from my Fedora drive, and does not when booted from my Vista drive.
Here is the dhcpd.conf:
#
# DHCP Server Configuration file.
# see /usr/share/doc/dhcp*/dhcpd.conf.sample
#
authoritative;
include "/etc/rndc.key";
server-identifier hive;
ddns-domainname "home.clark.";
ddns-rev-domainname "in-addr.arpa.";
ddns-update-style interim;
ddns-updates on;
ignore client-updates;
zone home.clark. {
primary 192.168.1.10;
key rndckey;
}
default-lease-time 21600;
max-lease-time 43200;
option domain-name "home.clark.";
option ip-forwarding off;
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.100 192.168.1.200;
option routers 192.168.1.1;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.1.255;
option domain-name-servers 192.168.1.10;
zone 1.168.192.in-addr.arpa. {
primary 192.168.1.10;
key rndckey;
}
zone home.clark. {
primary 192.168.1.10;
key rndckey;
}
}
And here is what I am seeing in /var/log/messages repeatedly when a Vista system attempts to connect:
Jun 6 23:57:17 hive dhcpd: DHCPDISCOVER from 00:0c:f1:86:d8:a6 (Locutus) via eth1
Jun 6 23:57:18 hive dhcpd: DHCPOFFER on 192.168.1.198 to 00:0c:f1:86:d8:a6 (Locutus) via eth1
Jun 6 23:57:21 hive dhcpd: DHCPDISCOVER from 00:0c:f1:86:d8:a6 (Locutus) via eth1
Jun 6 23:57:21 hive dhcpd: DHCPOFFER on 192.168.1.198 to 00:0c:f1:86:d8:a6 (Locutus) via eth1
Jun 6 23:57:29 hive dhcpd: DHCPDISCOVER from 00:0c:f1:86:d8:a6 (Locutus) via eth1
Jun 6 23:57:29 hive dhcpd: DHCPOFFER on 192.168.1.198 to 00:0c:f1:86:d8:a6 (Locutus) via eth1
Jun 6 23:57:44 hive dhcpd: DHCPDISCOVER from 00:0c:f1:86:d8:a6 (Locutus) via eth1
Jun 6 23:57:44 hive dhcpd: DHCPOFFER on 192.168.1.198 to 00:0c:f1:86:d8:a6 (Locutus) via eth1
Jun 7 00:03:24 hive dhcpd: DHCPDISCOVER from 00:0c:f1:86:d8:a6 (Locutus) via eth1
Jun 7 00:03:25 hive dhcpd: DHCPOFFER on 192.168.1.198 to 00:0c:f1:86:d8:a6 (Locutus) via eth1
Like I say, all clients could connect fine when this was up and running with the same dhcpd.conf file in FC6 just hours ago.
Any ideas? Packages I could have forgotten to install, anything?