How to Troubleshoot Duplicate Media Access Control Address ConflictsID: Q164903
|
If Windows NT detects a duplicate media access control address on the
network, you will receive one of the following messages in the Windows NT
System Event Log:
Event ID : 4198
Source : TCP/IP
Description: The system detected an address conflict for IP address
129.0.0.1 with the system having hardware address
02:A0:8C:DE:00:FD the local interface is being disabled.
Event ID : 4199
Source : TCP/IP
Description: The system detected an address conflict for IP address
0.0.0.0 with the system having network hardware address
xx:xx:xx:xx:xx:xx. Network operations on this system may
be disrupted as a result.
Media access control addresses are preassigned and permanently burned into the network interface card (NIC). These addresses under normal circumstances are always unique, however, rare errors made during the manufacturing process can cause duplicate media access control addresses to be used and cause this problem. Another source of duplicate media access control addresses can occur if you are assigning locally administered media access control addresses (LAA), in which case you are overriding the burned- in address in favor of the locally assigned media access control address. Some Windows NT drivers allow for LAA media access control addresses, usually Token Ring adapter drivers.
PING 129.0.0.1You should get replies back similar to these from the duplicate addressed computer:
Pinging 129.0.0.1 with 32 bytes of data:
Reply from 129.0.0.1: bytes=32 time=10ms ttl=128
Reply from 129.0.0.1: bytes=32 time=<10ms ttl=128
Reply from 129.0.0.1: bytes=32 time=<10ms ttl=128
Reply from 129.0.0.1: bytes=32 time=<10ms ttl=128
ARP -a 129.0.0.1You should get a reply back as follows:
Internet Address Physical Address
129.0.0.1 02:A0:8C:DE:00:FD <-- matches the event log entry
NBTSTAT -A 129.0.0.1You should get a reply back with the NetBIOS name of the computer. Use this NetBIOS name to determine who the owner of the computer is so you can locate it on your network.
NAME TYPE STATUS
-----------------------------------------------
NTSERVER1 <00> Unique
DOMAN-NAME <00> GROUP
NTSERVER1 <03> Unique
Media access control address = 02-A0-8C-DE-00-FD
This would indicate that the duplicate computer is not a NetBIOS enabled computer, like a Novell server, Unix server, Router, or perhaps a Jet Direct Printer.HOST NOT FOUND.
Keywords : kbnetwork nthowto kbdomain NTSrvWkst
Version : WinNT:4.0
Platform : winnt
Issue type : kbhowto
Last Reviewed: February 10, 1999