Link to home
Start Free TrialLog in
Avatar of Swift
Swift

asked on

Same IP, multiple A entries within DNS, tied to multiple hostnames.

Hi Guys...
I am in a bit of a fix. Two machines are replying with the same IP address but different hostnames. No, none of them is multihomed!!

I have both DNS and WINS enabled on my network.

Here's what exactly happens on my Windows 2003 AD network:
----------------------------------------------------------------------------
C:\Documents and Settings\f.s>ping ABC
Pinging abc.cnn.com [192.168.14.26] with 32 bytes of data:
Reply from 192.168.14.26: bytes=32 time<1ms TTL=127
Reply from 192.168.14.26: bytes=32 time<1ms TTL=127
Reply from 192.168.14.26: bytes=32 time<1ms TTL=127
Reply from 192.168.14.26: bytes=32 time<1ms TTL=127

----------------------------------------------------------------------------
Then I give the command:

C:\Documents and Settings\f.s>nbtstat -a 192.168.14.26
Local Area Connection 3:
Node IpAddress: [192.168.16.76] Scope Id: []

NetBIOS Remote Machine Name Table

Name Type Status
---------------------------------------------
XYZ <00> UNIQUE Registered
PCDOMAIN <00> GROUP Registered
XYZ <20> UNIQUE Registered
PCDOMAIN <1E> GROUP Registered

MAC Address = 00-04-75-E3-A4-1C
------------------------------------------------------------------------------

C:\Documents and Settings\f.s>ping xyz

Pinging xyz.cnn.com [192.168.14.26] with 32 bytes of data:

Reply from 192.168.14.26: bytes=32 time<1ms TTL=127
Reply from 192.168.14.26: bytes=32 time<1ms TTL=127
Reply from 192.168.14.26: bytes=32 time<1ms TTL=127
Reply from 192.168.14.26: bytes=32 time<1ms TTL=127

---------------------------------------------------------------------------------

I have confirmed that machine abc.cnn.com doesn't physically exist on my network, only machine xyz does.

Both the machines, ABC adn XYZ have an 'A' entry on my DNS server.

So, why and how does this entry of ABC come from? My IP addresses are dynamically allocated but then why is DNS/WINS keeping some old entries?

Any clues??
Avatar of merowinger
merowinger
Flag of Germany image

make on both machines and on your dns server a
start-run->cmd
ipconfig /flushdns
ipconfig /registerdns
It would also be a good idea to enable aging and scavenging which will automatically clear out stale DNS entries

http://support.microsoft.com/kb/296116
Avatar of Swift
Swift

ASKER

Thanks.
I was wondering, if WINS plays any role in this? Can I safely turn off my WINS? I have no pre-windows 2000 machines on my network.

Pls advise!!
Yes, it could be a record in WINS database.

Some services still rely on WINS for function or for some partial functionality but generally you can disable WINS if you have DNS + dynamic updates enabled. We disabled it long time ago.

Regards

ASKER CERTIFIED SOLUTION
Avatar of richy92
richy92
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
cmptrwhiz - I have now placed a member comment in your profile. Please take the time to read and digest its comments. You can find it here at the very bottom of the page.

https://www.experts-exchange.com/M_802166.html

Thank you

Keith_Alabaster
Networking Zones Advisor