I have a point to point wireless connection using two mikrotiks. When I plug the mikrotik into a switch with just my laptop I get an IP address conflict on my machine no matter what IP I am assigned. Using wireshark i see the conflicts are from the mac address of the mikrotik on the other end of the wireless connection. Why is it conflicting with multiple IP addresses when the router itself is assigned a single IP address with no NAT entries or anything like that? I included a little diagram to help visualize my issue
[me] [mikrotik] --------------[problem mikrotik]----(other equipment on diff subnet)
The problem mikrotik has a wan on the same subnet as my machine. The lan is a different subnet. Any ideas? When I plug the equipment into my network I get IP conflicts on a lot of different servers. Took me forever to isolate it to this mikrotik! Thanks
Oh and all this equipment has been working previously with no known changes made to the configs. It just started acting up recently.
Have you tried clearing the ARP cache from all devices? If multiple devices shared the same IP address, that is recorded in the ARP cache of neighboring network devices. Til that is cleared, the devices will keep thinking there are duplicate addresses on the network
Most likely the "IP Conflict" is caused by several configuration options of problem mikrotik interface that (over the wireless link) is bridged to me:
proxy-arp
is enabled (this might be OK depending on the needs).It is possible that the above mentioned interface is a bridge itself, then IP address, most likely, should be assigned to the bridge (and not any interfaces belonging to the bridge).
Can you confirm the problematic Mikrotik does not have Hotspot functionality enabled? If it is enabled, probably your side of the point-to-point link is being part of the "client" hotspot feature.
Mikrotik does a lot of L2 and L3 "magic" to capture any wireless client that may connect and "capture" their traffic to enforce any hotspot authentication or restriction. It does that no matter the client IP configuration.