Hello,
Please look at the following arrangement (groove 52hpn):
A wireless interface, three ethernet ports, ether1 is POE.
31 radios with this configuration were installed on the wireless network. From the instalation I’ve been having some issues related with IP address duplication:
For some reason, the radio duplicates every single IP address on the network keeping its own MAC address, when this happen, the network becomes unestable and after some time, it goes down. The duplicated MAC address belongs to to ether1.
Any thoughts?
PS Pardon my English, my skills with the language are quite basic.
My bad, the correct model for my radio is RB433GL.
Hello Troffasky, thanks for your reply.
No, the ARP is disabled. I was playing switching from enabled to disabled expecting to see any different behaviour, nothing so far.
Hello everyone, thanks for your comments.
I am including the configuration for the CPE, Bridge, Wireless and Ethernet1, there is no extra configuration on the rest of tabs:
^^ I figured the problem was ap not station. Either way you really don’t want to use that mode and it is very possible this is the cause of the issue.
(mode of your wireless interface)
If you are using a complete MikroTik network you should be using station-bridge or station-wds. Please confirm if the device on the other-side of the wireless link is a MikroTik device or not. Additionally, we really need a:
/export
Your screenshots do not show the bridge configuration or the IP address section clearly. If proxy-arp is enabled on the bridge you may be seeing this behavior as well.
I am sorry, I was trying to figure out how to get the file, I am new using Routeros. Hope this is the right one: config.rsc (1.11 KB)
No, for the APs I have Extreme Networks (Motorola) Mod:8163
Did you use .backups from one radio to setup the rest of the radios? if so, that would be where your problem lies.
.backups are only intended for a given device with a given ROS version. They’re not meant for configuration mass deployment as it contains MAC addresses from specific device it was taken from.
To do so, you should use exports (.rsc) which are device neutral with regard of MAC addresses.
If this was the problem, you’ll need to go to each device and issue
/interface ethernet reset-mac-address [find]
For wireless interfaces, you’ll need either to guess the original MAC and set it manually, or reset the wireless interface configuration (physical visit).