Hello,
I am having difficulty trying to get my head around something with regards to name resolution and PING.
In particular, I have an incorrect entry in the DNS Cache on the machine in question and ping seems to resolve the name to the wrong IP. This name resolution problem is causing some headaches on the domain.
I have I Series AS/400 with integrated Windows Server card. Windows 2003 R2 SP1 is installed and is a DC and holds the FSMO roles. There are 3 other DCs on the network although this is the PDC. For those not familiar with this setup, these boxes have an internal token ring network that allows OS/400 and Windows to communicate directly. The network topology of the box is as follows:
I5 AS/400 Box:
__________________________
__________
_
| OS/400 Windows |
| |
| Int. NIC Int.NIC |
| 192.168.3.11------><------
----192.16
8.3.12 |
| host: I5 Host I5Win |
| |
| Ext NIC Ext NIC |
| 192.168.1.12 192.168.1.11 |
| | | |
| V V |
-----------------Lan------
----------
---
Just for note, the external NICs are paired Gigabit adapters (INTEL Pro1000) if that makes any difference
The windows NIC DNS server entry is pointed to itself (192.168.1.11) and everything works as expected if you try to resolve any names using the FQDN. "Append Suffix" is set and is set to the local domain.
However for some reason, if you dump the DNS Cache you get:
i5win
--------------------------
----------
----
Record Name . . . . . : I5WIN
Record Type . . . . . : 1
Time To Live . . . . : 573152
Data Length . . . . . : 4
Section . . . . . . . : Answer
A (Host) Record . . . : 192.168.3.11
Record Name . . . . . : I5WIN
Record Type . . . . . : 1
Time To Live . . . . : 573152
Data Length . . . . . : 4
Section . . . . . . . : Answer
A (Host) Record . . . : 192.168.1.11
qi5
--------------------------
----------
----
Record Name . . . . . : QI5
Record Type . . . . . : 1
Time To Live . . . . : 573152
Data Length . . . . . : 4
Section . . . . . . . : Answer
A (Host) Record . . . : 192.168.3.11
It's not that I wouldn't expect two entries, and in fact, I need to clean up the DNS records on a reboot as typically the 3.12 address registers itself even though I have set *not* to. But why and how is 3.11 getting into this local machines cache as I5Win?
This is driving me insane. Is there any way to remove this entry from the cache? flushing has no effect. Using NSLookup retrieves the correct results.