We are running win2000/2003 mixed domain in 2000 native mode.
Win2000 is GC server, runs primary DNS, DHCP and WINS server. Points to itself by real ip as primary DNS.
WIN2003 have DNS server, points to win2K as primary DNS and to itself as secondary DNS.
DNS servers are AD integrated, and zones are configured to allow dynamic updates.
Automatic aging/scavening is enabled for forward and reverse zones on both DNS servers.
Netdiag will pass all tests without issues.
DHCP server is configured to:
1. Automatically update DHCP client info in DNS
2. Always update DNS
3. Discard forward lookups when lease expires.
DHCP server provides valid router, DNS, Domain name, and gateway options for clients. Lease time is 1 hour.
Problems:
1. Sometimes dynamic DHCP clients do have several simultaneous (duplicate) IP addresses registered as PTR in reverse lookup zone (recreation of this zone did not help, have manually to clean zone, restart DNS and let machines renew registration.)
2. We are loosing records for static machines, not in dhcp pool segment (IE servers).
Host A records are deleted by DNS (scavening stalled records???) and not reregistered for some reason.
Additional information:
We have 2 separate C class networks, both divided as smaller sub-segments and connected transparently by router.
Servers have manual IP configuration, single network interface configurations, subnet xxx.xxx.249.0/26, DHCP clients have pool from subnet xxx.xxx.249.128/25. (there are more subnets on another xxx.xxx.248. network)
I can ping DNS servers from all our subnets and also nslookup works (as long as host records are on place)
Question: why do servers fail automatic registering on DNS?
Why DHCP clients get those duplicate records?
How to resolve issues?
ASKER
About aging:
[Quote="Chris-Dent"]
1. Aging is enabled on the reverse lookup zone? If so, what intervals?[/Quote]
You are right. here we go with inconsistencies:
On win2k DNS server itself- property: aging 1 hour, (did reset to default: 7 days)
Forward zone-site container properties: Aging was 1 hour ( changed to 1 day)
on reverse zones -property- non-refresh interval 1 hour, refresh interval 1 hour
DHCP timings are as such from previous administrator. I don't see any reason why lease time can't be longer, some 8 hours or 1 day for example.
I changed revers agings to 1 day, but what would be reasonable timings for those non-refresh and refresh intervals? Anything longer than/or equal to 24 hours? As much i understand, zone settings override server timings for finetune?
Should i consider DHCP lease timings when i apply DNS zone aging?
On win2003 DNS server: aging 1 day, (reset to default 7 days)
on zones settings inherited from master DNS.
About DHCP registering
As pointed in first post:
DHCP server is configured to:
1. Automatically update DHCP client info in DNS
I suggest that means: "registering is done via DHCP server, not client itself?" Am i correct?