Why does the server have two IP addresses?
That is not something I would tend to recommend, particularly if the server is dual homed. Exchange doesn't react well to being dual homed.
-M
Main Topics
Browse All TopicsI have an Exchange 2007 Client Access Server with an A record that keeps disappearing about every 10 minutes. The record is static and the server does not register its own DNS records. The option to "Delete this record when it becomes stale" is not checked. I can manually scavenge records and the record will stay, as it should since it is static anyways. It then disappears for whatever reason about every 10 minutes.
Some background info: We have multiple AD sites with multiple DC's and Exchange servers. All DC's are also DNS servers, and some of the DC's are also DHCP servers, although the server subnet does not have DHCP. This particular server is running Server 2008 x64. It has two different IP addresses and we do not want one of them to register in DNS which is why we are using the static DNS entry. This has been fine for months and then just started happening yesterday, after I found and deleted an invalid A record for that server (was for the other IP address that we don't want a record for).
This is driving me nuts. I had to put in hosts file entries for this on all the Exchange servers so mail can still flow properly. Any ideas?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Mestha, the server has one IP address for an OWA redirect site. It's in the same subnet and we've run Exchange like this for years with no problem.
Here is something that seems interesting..I turned up auditing like Chris suggested. When I create a normal DNS record, an event gets logged similar to below:
Event Type: Success Audit
Event Source: Security
Event Category: Directory Service Access
Event ID: 566
Date: 1/29/2009
Time: 9:58:51 AM
User: NT AUTHORITY\SYSTEM
Computer: DC1
Description:
Object Operation:
Object Server: DS
Operation Type: Object Access
Object Type: dnsNode
Object Name: DC=EXCH1,DC=domain.com,CN=
Handle ID: -
Primary User Name: DC1$
Primary Domain: DOMAIN
Primary Logon ID: (0x0,0x3E7)
Client User Name: DC1$
Client Domain: DOMAIN
Client Logon ID: (0x0,0x6A5EEBCD)
Accesses: WRITE_DAC
WRITE_OWNER
Properties:
WRITE_DAC
WRITE_OWNER
dnsNode
Additional Info:
Additional Info2:
Access Mask: 0xC0000
Also an event gets logged for the PTR record. However for this one record, an additional event immediately gets logged similar to this:
Event Type: Success Audit
Event Source: Security
Event Category: Directory Service Access
Event ID: 566
Date: 1/29/2009
Time: 9:58:51 AM
User: DOMAIN\Administrator
Computer: DC1
Description:
Object Operation:
Object Server: DS
Operation Type: Object Access
Object Type: dnsNode
Object Name: DC=EXCH1,DC=domain.com,CN=
Handle ID: -
Primary User Name: DC1$
Primary Domain: DOMAIN
Primary Logon ID: (0x0,0x3E7)
Client User Name: Administrator
Client Domain: DOMAIN
Client Logon ID: (0x0,0x6A8C95EF)
Accesses: Write Property
Properties:
Write Property
Default property set
dnsRecord
dNSTombstoned
dnsNode
Additional Info:
Additional Info2:
Access Mask: 0x20
It's as if something is causing the record to be marked for deletion right after I create it. Oddly enough, this only happens for records created in one particular subnet, but it does not matter which DNS zone I create the records for.
Does this make sense to anyone?
OWA redirect site?
This wasn't an attempt to do SSL certificates on the cheap by using two different web sites? This was a technique I was pushing as well, but no longer do so, due to the problems with it and that the correct way using a single IP address and SSL is much more reliable.
The fact that you have done something for years without problems does not mean that
a. It was the correct thing to do in the first place
b. It will continue to work.
I refer to the "its been working for years" as the drunk drivers excuse.
I still think this is a problem with AD not accepting your static DNS entry rather than allowing Windows and AD to manage it.
-M
> but it does not matter which DNS zone I create the records for.
You mean you can create this in any Forward Lookup Zone and suffer from the same problem?
I don't see why AD would object to a DNS entry. The worst that can happen is the client will receive an access denied error when it attempts to update the record (based on the ACL for the record).
Can you take a look at the record using ADSIEdit.msc? You'll find it under the "Domain" folder based on the path above. You can see it in AD Users and Computers as well, but it won't show you anything interesting.
Chris
I can create it in any forward lookup zone using any IP address in that particular subnet and will have the problem. If I choose a different subnet, it works.
I looked at the record in ADSI, nothing seems strange about it except the created time stamp remains as 10/1/2008, as if the record just gets reanimated whenever I add it back into DNS. In ADSi it looks like the record never actually goes away when it is deleted in DNS, just the values for its IP addresses disappear.
Went ahead and just deleted the static record, then enabled DNS registration on the nic, and ran ipconfig /registerdns. The record then showed up in DNS, but later disappeared again.
The OWA redirect site was setup as an easy way to send people to the full url with HTTPS and /exchange because they couldn't ever remember the full path. Originally the main OWA site used a script to perform the redirect but the script seemed to not always work. I can move that site to a different server for testing purposes or if you have a better way to do the redirect, I'm open to that.
But I would still like to figure out this DNS issue, thanks for the help.
Sorry for the delay in getting back about this. I was thinking the same thing about the record in ADSI. Rather than experiment on a live server I deleted the dnsNode class for a workstation first. After doing that the workstation was getting random errors--MMC consoles would work for some servers and not others, it could access some network drives and not others, would give RPC errors using remote tools. After I unjoined and rejoined it to the domain everything was fine again. Not sure if this was a fluke but I don't want to risk that on a production server. I'll probably just live with the problem for now and maybe address it later if it becomes a bigger issue.
Business Accounts
Answer for Membership
by: Chris-DentPosted on 2009-01-28 at 15:07:59ID: 23492617
Can you enable Auditing in the security settings for the zone? Capturing Successful Delete actions would be good, it'll give us something in the Event Log to take a look at.
Otherwise, check AD replication and check for conflicting zones. If there are conflicting zones you'll get an error logged in the DNS Event Log.
Chris